You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test,networksegmentation: Wait for CUDN object be gone
On CUDN cleanup is inconsistent as we see some flaky tests due to CUDN
"already exist" errors, implying object are not actually deleted.
Wait for CUDN object be gone when deleted.
The expected "not-found" error assertion checks the error string instead
because the tests framework client returns error in a custom format causing
the error to not match the standard k8s "no-found" typed error.
Signed-off-by: Or Mergi <ormergi@redhat.com>
0 commit comments