Skip to content

Commit 709e497

Browse files
committed
itest: prefix litd only tests so they can be targeted
1 parent eac37bb commit 709e497

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

itest/litd_test_list_on_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ package itest
55

66
var allTestCases = []*testCase{
77
{
8-
name: "integrated mode",
8+
name: "terminal integrated mode",
99
test: testModeIntegrated,
1010
},
1111
{
12-
name: "remote mode",
12+
name: "terminal remote mode",
1313
test: testModeRemote,
1414
},
1515
{
16-
name: "stateless init mode",
16+
name: "terminal stateless init mode",
1717
test: testStatelessInitMode,
1818
},
1919
{
20-
name: "firewall rules",
20+
name: "terminal firewall rules",
2121
test: testFirewallRules,
2222
},
2323
{
24-
name: "large http header",
24+
name: "terminal large http header",
2525
test: testLargeHttpHeader,
2626
},
2727
{

0 commit comments

Comments
 (0)