Skip to content

Commit 0d2577e

Browse files
committed
Add target to test case gen
1 parent e2a7068 commit 0d2577e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

generator/test_case_generator.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ var testTypeToTestConfig = map[string][]testConfig{
342342
{
343343
testDir: "./test/ebscsi",
344344
terraformDir: "terraform/eks/daemon/ebs",
345+
targets: map[string]map[string]struct{}{"arc": {"amd64": {}}},
345346
},
346347
},
347348
"eks_deployment": {

0 commit comments

Comments
 (0)