Skip to content

Commit

Permalink
[integration-test] update number of expected agent pods
Browse files Browse the repository at this point in the history
  • Loading branch information
celenechang committed Feb 16, 2024
1 parent bdfb947 commit 13fb434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integ/operator_integ_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func verifyOperator(t *testing.T, kubectlOptions *k8s.KubectlOptions) {
}

func verifyAgent(t *testing.T, kubectlOptions *k8s.KubectlOptions) {
verifyNumPodsForSelector(t, kubectlOptions, 2, "agent.datadoghq.com/component=agent")
verifyNumPodsForSelector(t, kubectlOptions, 1, "agent.datadoghq.com/component=agent")
verifyNumPodsForSelector(t, kubectlOptions, 1, "agent.datadoghq.com/component=cluster-agent")
verifyNumPodsForSelector(t, kubectlOptions, 1, "agent.datadoghq.com/component=cluster-checks-runner")
}
Expand Down

0 comments on commit 13fb434

Please sign in to comment.