Skip to content

Commit 0e07445

Browse files
committed
Re-add all the other tests
1 parent cbf2c86 commit 0e07445

File tree

1 file changed

+58
-58
lines changed

1 file changed

+58
-58
lines changed

generator/test_case_generator.go

Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -63,64 +63,64 @@ var testTypeToTestConfig = map[string][]testConfig{
6363
{testDir: "./test/nvidia_gpu"},
6464
},
6565
testTypeKeyEc2Linux: {
66-
// {testDir: "./test/ca_bundle"},
67-
// {testDir: "./test/cloudwatchlogs"},
68-
// {
69-
// testDir: "./test/metrics_number_dimension",
70-
// targets: map[string]map[string]struct{}{"os": {"al2": {}}},
71-
// },
72-
// {
73-
// testDir: "./test/emf_concurrent",
74-
// targets: map[string]map[string]struct{}{"os": {"al2": {}}},
75-
// maxAttempts: 1,
76-
// },
77-
// {testDir: "./test/metric_value_benchmark"},
78-
// {testDir: "./test/run_as_user"},
79-
// {testDir: "./test/collection_interval"},
80-
// {testDir: "./test/metric_dimension"},
81-
// {testDir: "./test/restart"},
82-
// {testDir: "./test/xray"},
83-
// {testDir: "./test/otlp"},
84-
// {
85-
// testDir: "./test/acceptance",
86-
// targets: map[string]map[string]struct{}{"os": {"ubuntu-20.04": {}}},
87-
// },
88-
// // skipping FIPS test as the test cannot be verified
89-
// // neither ssh nor SSM works after a reboot once FIPS is enabled
90-
// //{
91-
// // testDir: "./test/fips",
92-
// // targets: map[string]map[string]struct{}{"os": {"rhel8": {}}},
93-
// //},
94-
// {
95-
// testDir: "./test/lvm",
96-
// targets: map[string]map[string]struct{}{"os": {"al2": {}}},
97-
// },
98-
// {
99-
// testDir: "./test/proxy",
100-
// targets: map[string]map[string]struct{}{"os": {"al2": {}}},
101-
// },
102-
// {
103-
// testDir: "./test/ssl_cert",
104-
// targets: map[string]map[string]struct{}{"os": {"al2": {}}},
105-
// },
106-
// {
107-
// testDir: "./test/userdata",
108-
// terraformDir: "terraform/ec2/userdata",
109-
// targets: map[string]map[string]struct{}{"os": {"ol9": {}}},
110-
// },
111-
// {
112-
// testDir: "./test/credentials_file",
113-
// terraformDir: "terraform/ec2/creds",
114-
// targets: map[string]map[string]struct{}{"os": {"al2": {}}},
115-
// },
116-
// {
117-
// testDir: "./test/amp",
118-
// targets: map[string]map[string]struct{}{"os": {"al2": {}}, "arc": {"amd64": {}}},
119-
// },
120-
// {
121-
// testDir: "./test/agent_otel_merging",
122-
// targets: map[string]map[string]struct{}{"os": {"al2": {}}, "arc": {"amd64": {}}},
123-
// },
66+
{testDir: "./test/ca_bundle"},
67+
{testDir: "./test/cloudwatchlogs"},
68+
{
69+
testDir: "./test/metrics_number_dimension",
70+
targets: map[string]map[string]struct{}{"os": {"al2": {}}},
71+
},
72+
{
73+
testDir: "./test/emf_concurrent",
74+
targets: map[string]map[string]struct{}{"os": {"al2": {}}},
75+
maxAttempts: 1,
76+
},
77+
{testDir: "./test/metric_value_benchmark"},
78+
{testDir: "./test/run_as_user"},
79+
{testDir: "./test/collection_interval"},
80+
{testDir: "./test/metric_dimension"},
81+
{testDir: "./test/restart"},
82+
{testDir: "./test/xray"},
83+
{testDir: "./test/otlp"},
84+
{
85+
testDir: "./test/acceptance",
86+
targets: map[string]map[string]struct{}{"os": {"ubuntu-20.04": {}}},
87+
},
88+
// skipping FIPS test as the test cannot be verified
89+
// neither ssh nor SSM works after a reboot once FIPS is enabled
90+
//{
91+
// testDir: "./test/fips",
92+
// targets: map[string]map[string]struct{}{"os": {"rhel8": {}}},
93+
//},
94+
{
95+
testDir: "./test/lvm",
96+
targets: map[string]map[string]struct{}{"os": {"al2": {}}},
97+
},
98+
{
99+
testDir: "./test/proxy",
100+
targets: map[string]map[string]struct{}{"os": {"al2": {}}},
101+
},
102+
{
103+
testDir: "./test/ssl_cert",
104+
targets: map[string]map[string]struct{}{"os": {"al2": {}}},
105+
},
106+
{
107+
testDir: "./test/userdata",
108+
terraformDir: "terraform/ec2/userdata",
109+
targets: map[string]map[string]struct{}{"os": {"ol9": {}}},
110+
},
111+
{
112+
testDir: "./test/credentials_file",
113+
terraformDir: "terraform/ec2/creds",
114+
targets: map[string]map[string]struct{}{"os": {"al2": {}}},
115+
},
116+
{
117+
testDir: "./test/amp",
118+
targets: map[string]map[string]struct{}{"os": {"al2": {}}, "arc": {"amd64": {}}},
119+
},
120+
{
121+
testDir: "./test/agent_otel_merging",
122+
targets: map[string]map[string]struct{}{"os": {"al2": {}}, "arc": {"amd64": {}}},
123+
},
124124
{
125125
testDir: "./test/assume_role",
126126
terraformDir: "terraform/ec2/assume_role",

0 commit comments

Comments
 (0)