Skip to content

Commit

Permalink
update e2e test to work with non-emtpy output
Browse files Browse the repository at this point in the history
  • Loading branch information
juanvallejo committed Oct 25, 2016
1 parent 8627bff commit 6fcec58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cmd/sdn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ os::test::junit::declare_suite_end

os::test::junit::declare_suite_start "cmd/sdn/hostsubnets"
# test-cmd environment has no nodes, hence no hostsubnets
os::cmd::expect_success_and_not_text 'oc get hostsubnets' '.'
os::cmd::expect_success_and_text 'oc get hostsubnets' 'No resources found.'
os::test::junit::declare_suite_end

os::test::junit::declare_suite_start "cmd/sdn/egressnetworkpolicies"
Expand Down

0 comments on commit 6fcec58

Please sign in to comment.