Skip to content

Commit

Permalink
fixing test case generator go file
Browse files Browse the repository at this point in the history
  • Loading branch information
Paramadon committed Oct 23, 2024
1 parent 1b88ff9 commit ea9a0d9
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions generator/test_case_generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ var testTypeToTestConfig = map[string][]testConfig{
targets: map[string]map[string]struct{}{"os": {"al2": {}}},
},
{
testDir: "./test/app_signals",
testDir: "./test/amp",
targets: map[string]map[string]struct{}{"os": {"al2": {}}, "arc": {"amd64": {}}},
},
},
Expand Down Expand Up @@ -184,10 +184,17 @@ var testTypeToTestConfig = map[string][]testConfig{
targets: map[string]map[string]struct{}{"metadataEnabled": {"enabled": {}}},
},
},
"eks_addon": {
{
testDir: "../../../../test/gpu",
terraformDir: "terraform/eks/addon/gpu",
},
},
"eks_daemon": {
{
testDir: "./test/metric_value_benchmark",
targets: map[string]map[string]struct{}{"arc": {"amd64": {}}},
testDir: "./test/metric_value_benchmark",
targets: map[string]map[string]struct{}{"arc": {"amd64": {}}},
instanceType: "g4dn.xlarge",
},
{
testDir: "./test/metric_value_benchmark",
Expand All @@ -212,14 +219,14 @@ var testTypeToTestConfig = map[string][]testConfig{
targets: map[string]map[string]struct{}{"arc": {"amd64": {}}},
},
{testDir: "./test/fluent", terraformDir: "terraform/eks/daemon/fluent/bit"},
{testDir: "./test/app_signals", terraformDir: "terraform/eks/daemon/app_signals",
targets: map[string]map[string]struct{}{"arc": {"amd64": {}}},
},
{testDir: "./test/fluent", terraformDir: "terraform/eks/daemon/fluent/windows/2022"},
{
testDir: "./test/gpu", terraformDir: "terraform/eks/daemon/gpu",
targets: map[string]map[string]struct{}{"arc": {"amd64": {}}},
instanceType: "g4dn.xlarge",
targets: map[string]map[string]struct{}{"arc": {"amd64": {}}},
},
{
testDir: "./test/awsneuron", terraformDir: "terraform/eks/daemon/awsneuron",
targets: map[string]map[string]struct{}{"arc": {"amd64": {}}},
},
},
"eks_deployment": {
Expand Down

0 comments on commit ea9a0d9

Please sign in to comment.