Skip to content

Commit

Permalink
Add integration test for EFA (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
movence authored Nov 19, 2024
1 parent e453f35 commit f7c5fd3
Show file tree
Hide file tree
Showing 10 changed files with 902 additions and 0 deletions.
4 changes: 4 additions & 0 deletions generator/test_case_generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,10 @@ var testTypeToTestConfig = map[string][]testConfig{
testDir: "./test/entity", terraformDir: "terraform/eks/daemon/entity",
targets: map[string]map[string]struct{}{"arc": {"amd64": {}}},
},
{
testDir: "./test/efa", terraformDir: "terraform/eks/daemon/efa",
targets: map[string]map[string]struct{}{"arc": {"amd64": {}}},
},
},
"eks_deployment": {
{testDir: "./test/metric_value_benchmark"},
Expand Down
Loading

0 comments on commit f7c5fd3

Please sign in to comment.