Skip to content

Commit

Permalink
running test for al2 only
Browse files Browse the repository at this point in the history
  • Loading branch information
Paramadon committed Oct 23, 2024
1 parent ee64954 commit 084c9ce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion generator/test_case_generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ var testTypeToTestConfig = map[string][]testConfig{
{testDir: "./test/restart"},
{testDir: "./test/xray"},
{testDir: "./test/otlp"},
{testDir: "./test/agent_otel_merging"},
{
testDir: "./test/acceptance",
targets: map[string]map[string]struct{}{"os": {"ubuntu-20.04": {}}},
Expand All @@ -89,6 +88,10 @@ var testTypeToTestConfig = map[string][]testConfig{
// testDir: "./test/fips",
// targets: map[string]map[string]struct{}{"os": {"rhel8": {}}},
//},
{
testDir: "./test/agent_otel_merging",
targets: map[string]map[string]struct{}{"os": {"al2": {}}},
},
{
testDir: "./test/lvm",
targets: map[string]map[string]struct{}{"os": {"al2": {}}},
Expand All @@ -101,6 +104,7 @@ var testTypeToTestConfig = map[string][]testConfig{
testDir: "./test/ssl_cert",
targets: map[string]map[string]struct{}{"os": {"al2": {}}},
},

{
testDir: "./test/userdata",
terraformDir: "terraform/ec2/userdata",
Expand Down

0 comments on commit 084c9ce

Please sign in to comment.