We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8627bff commit 6fcec58Copy full SHA for 6fcec58
test/cmd/sdn.sh
@@ -49,7 +49,7 @@ os::test::junit::declare_suite_end
49
50
os::test::junit::declare_suite_start "cmd/sdn/hostsubnets"
51
# test-cmd environment has no nodes, hence no hostsubnets
52
-os::cmd::expect_success_and_not_text 'oc get hostsubnets' '.'
+os::cmd::expect_success_and_text 'oc get hostsubnets' 'No resources found.'
53
os::test::junit::declare_suite_end
54
55
os::test::junit::declare_suite_start "cmd/sdn/egressnetworkpolicies"
0 commit comments