fix(tests): Normalize route configurations in tests to use name (remove id) and standardize route names
This commit is contained in:
@@ -26,8 +26,7 @@ tap.skip.test('NFTables forwarding should not terminate connections (requires ro
|
||||
enableDetailedLogging: true,
|
||||
routes: [
|
||||
{
|
||||
id: 'nftables-test',
|
||||
name: 'NFTables Test Route',
|
||||
name: 'nftables-test',
|
||||
match: {
|
||||
ports: 8080,
|
||||
},
|
||||
@@ -42,8 +41,7 @@ tap.skip.test('NFTables forwarding should not terminate connections (requires ro
|
||||
},
|
||||
// Also add regular forwarding route for comparison
|
||||
{
|
||||
id: 'regular-test',
|
||||
name: 'Regular Forward Route',
|
||||
name: 'regular-test',
|
||||
match: {
|
||||
ports: 8081,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user