Skip to content

Commit 73ea5d7

Browse files
authored
Adjust EKS add-on integration test service count expectations (#256)
1 parent 74fb8a1 commit 73ea5d7

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

integration-tests/eks/resourceCount_linuxonly_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ package eks_addon
99
const (
1010
// Services count for CW agent on Linux and Windows
1111
serviceCountLinux = 6
12-
serviceCountWindows = 6
12+
serviceCountWindows = 4
1313

1414
// DaemonSet count for CW agent on Linux and Windows
1515
daemonsetCountLinux = 4

integration-tests/eks/resourceCount_windowslinux_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ package eks_addon
99
const (
1010
// Services count for CW agent on Linux and Windows
1111
serviceCountLinux = 6
12-
serviceCountWindows = 6
12+
serviceCountWindows = 4
1313

1414
// DaemonSet count for CW agent on Linux and Windows
1515
daemonsetCountLinux = 4

integration-tests/eks/validateResources_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ func TestOperatorOnEKs(t *testing.T) {
103103
// - cloudwatch-agent-windows
104104
// - cloudwatch-agent-windows-headless
105105
// - cloudwatch-agent-windows-monitoring
106-
// - cloudwatch-agent-windows-container-insights
107-
// - cloudwatch-agent-windows-container-insights-headless
108106
// - cloudwatch-agent-windows-container-insights-monitoring
109107
// - dcgm-exporter-service
110108
// - neuron-monitor-service

integration-tests/generator/k8s_versions_matrix.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
[
2-
{
3-
"k8sVersion": "1.23"
4-
},
52
{
63
"k8sVersion": "1.24"
74
},

0 commit comments

Comments
 (0)