Skip to content

Commit

Permalink
Re-add all the other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dricross committed Jan 28, 2025
1 parent 827e41b commit 8ba06eb
Showing 1 changed file with 58 additions and 58 deletions.
116 changes: 58 additions & 58 deletions generator/test_case_generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,64 +63,64 @@ var testTypeToTestConfig = map[string][]testConfig{
{testDir: "./test/nvidia_gpu"},
},
testTypeKeyEc2Linux: {
// {testDir: "./test/ca_bundle"},
// {testDir: "./test/cloudwatchlogs"},
// {
// testDir: "./test/metrics_number_dimension",
// targets: map[string]map[string]struct{}{"os": {"al2": {}}},
// },
// {
// testDir: "./test/emf_concurrent",
// targets: map[string]map[string]struct{}{"os": {"al2": {}}},
// maxAttempts: 1,
// },
// {testDir: "./test/metric_value_benchmark"},
// {testDir: "./test/run_as_user"},
// {testDir: "./test/collection_interval"},
// {testDir: "./test/metric_dimension"},
// {testDir: "./test/restart"},
// {testDir: "./test/xray"},
// {testDir: "./test/otlp"},
// {
// testDir: "./test/acceptance",
// targets: map[string]map[string]struct{}{"os": {"ubuntu-20.04": {}}},
// },
// // skipping FIPS test as the test cannot be verified
// // neither ssh nor SSM works after a reboot once FIPS is enabled
// //{
// // testDir: "./test/fips",
// // targets: map[string]map[string]struct{}{"os": {"rhel8": {}}},
// //},
// {
// testDir: "./test/lvm",
// targets: map[string]map[string]struct{}{"os": {"al2": {}}},
// },
// {
// testDir: "./test/proxy",
// targets: map[string]map[string]struct{}{"os": {"al2": {}}},
// },
// {
// testDir: "./test/ssl_cert",
// targets: map[string]map[string]struct{}{"os": {"al2": {}}},
// },
// {
// testDir: "./test/userdata",
// terraformDir: "terraform/ec2/userdata",
// targets: map[string]map[string]struct{}{"os": {"ol9": {}}},
// },
// {
// testDir: "./test/credentials_file",
// terraformDir: "terraform/ec2/creds",
// targets: map[string]map[string]struct{}{"os": {"al2": {}}},
// },
// {
// testDir: "./test/amp",
// targets: map[string]map[string]struct{}{"os": {"al2": {}}, "arc": {"amd64": {}}},
// },
// {
// testDir: "./test/agent_otel_merging",
// targets: map[string]map[string]struct{}{"os": {"al2": {}}, "arc": {"amd64": {}}},
// },
{testDir: "./test/ca_bundle"},
{testDir: "./test/cloudwatchlogs"},
{
testDir: "./test/metrics_number_dimension",
targets: map[string]map[string]struct{}{"os": {"al2": {}}},
},
{
testDir: "./test/emf_concurrent",
targets: map[string]map[string]struct{}{"os": {"al2": {}}},
maxAttempts: 1,
},
{testDir: "./test/metric_value_benchmark"},
{testDir: "./test/run_as_user"},
{testDir: "./test/collection_interval"},
{testDir: "./test/metric_dimension"},
{testDir: "./test/restart"},
{testDir: "./test/xray"},
{testDir: "./test/otlp"},
{
testDir: "./test/acceptance",
targets: map[string]map[string]struct{}{"os": {"ubuntu-20.04": {}}},
},
// skipping FIPS test as the test cannot be verified
// neither ssh nor SSM works after a reboot once FIPS is enabled
//{
// testDir: "./test/fips",
// targets: map[string]map[string]struct{}{"os": {"rhel8": {}}},
//},
{
testDir: "./test/lvm",
targets: map[string]map[string]struct{}{"os": {"al2": {}}},
},
{
testDir: "./test/proxy",
targets: map[string]map[string]struct{}{"os": {"al2": {}}},
},
{
testDir: "./test/ssl_cert",
targets: map[string]map[string]struct{}{"os": {"al2": {}}},
},
{
testDir: "./test/userdata",
terraformDir: "terraform/ec2/userdata",
targets: map[string]map[string]struct{}{"os": {"ol9": {}}},
},
{
testDir: "./test/credentials_file",
terraformDir: "terraform/ec2/creds",
targets: map[string]map[string]struct{}{"os": {"al2": {}}},
},
{
testDir: "./test/amp",
targets: map[string]map[string]struct{}{"os": {"al2": {}}, "arc": {"amd64": {}}},
},
{
testDir: "./test/agent_otel_merging",
targets: map[string]map[string]struct{}{"os": {"al2": {}}, "arc": {"amd64": {}}},
},
{
testDir: "./test/assume_role",
terraformDir: "terraform/ec2/assume_role",
Expand Down

0 comments on commit 8ba06eb

Please sign in to comment.