Commit e2e54ef
committed
Fix for nmstate deployment related issues
This commit fixes following test failures seen in CI runs.
1. [sig-auth] all workloads in ns/openshift-nmstate must set the 'openshift.io/required-scc' annotation
https://prow.ci.openshift.org/view/gs/test-platform-results/pr-logs/pull/29437/pull-ci-openshift-origin-master-e2e-aws-ovn-ipsec-serial/1879584910717489152
2. Wait enough to get nmstate-handler daemonset running state.
[sig-network][Feature:IPsec] when using openshift ovn-kubernetes [BeforeAll] check traffic [apigroup:config.openshift.io] [Suite:openshift/network/ipsec] with IPsec in full mode
[BeforeAll] github.com/openshift/origin/test/extended/networking/ipsec.go:449
[It] github.com/openshift/origin/test/extended/networking/ipsec.go:628
[FAILED] Unexpected error:
<*errors.errorString | 0xc0015847e0>:
failed to get nmstate handler running: context deadline exceeded
{
s: "failed to get nmstate handler running: context deadline exceeded",
}
occurred
In [BeforeAll] at: github.com/openshift/origin/test/extended/networking/ipsec.go:464 @ 01/16/25 11:12:58.598
https://prow.ci.openshift.org/view/gs/test-platform-results/logs/multi-pr-openshift-cluster-network-operator-2606-openshift-origin-29437-e2e-aws-ovn-ipsec-serial/1879821657376296960
Signed-off-by: Periyasamy Palanisamy <[email protected]>1 parent a92836d commit e2e54ef
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
721 | 721 | | |
722 | 722 | | |
723 | 723 | | |
724 | | - | |
| 724 | + | |
725 | 725 | | |
726 | 726 | | |
727 | 727 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
0 commit comments