Skip to content

Commit

Permalink
Update test case generator to include windows target for windows flue…
Browse files Browse the repository at this point in the history
…nt test.
  • Loading branch information
musa-asad committed Dec 3, 2024
1 parent 36b869f commit 410288f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/test_case_generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ var testTypeToTestConfig = map[string][]testConfig{
targets: map[string]map[string]struct{}{"arc": {"amd64": {}}},
},
{testDir: "./test/fluent", terraformDir: "terraform/eks/daemon/fluent/bit"},
{testDir: "./test/fluent", terraformDir: "terraform/eks/daemon/fluent/windows/2022"},
{testDir: "./test/fluent", terraformDir: "terraform/eks/daemon/fluent/windows/2022", targets: map[string]map[string]struct{}{"os": {"win-2022": {}}}},
//{
// testDir: "./test/gpu", terraformDir: "terraform/eks/daemon/gpu",
// targets: map[string]map[string]struct{}{"arc": {"amd64": {}}},
Expand Down

0 comments on commit 410288f

Please sign in to comment.