@@ -63,64 +63,64 @@ var testTypeToTestConfig = map[string][]testConfig{
63
63
{testDir : "./test/nvidia_gpu" },
64
64
},
65
65
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
+ },
124
124
{
125
125
testDir : "./test/assume_role" ,
126
126
terraformDir : "terraform/ec2/assume_role" ,
0 commit comments