Skip to content

Commit

Permalink
Update error check message in test case (vmware#8358)
Browse files Browse the repository at this point in the history
The network error message is updated to support opaque network, so
we need to update the error message check in test cases.
  • Loading branch information
yuyangbj authored Nov 2, 2018
1 parent 8d070dc commit 5a3d756
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Bridge network - vCenter none

${output}= Run bin/vic-machine-linux create --name=%{VCH-NAME} --target="%{TEST_USERNAME}:%{TEST_PASSWORD}@%{TEST_URL}" --thumbprint=%{TEST_THUMBPRINT} --image-store=%{TEST_DATASTORE} ${vicmachinetls}
Should Contain ${output} error
Should Contain ${output} An existing distributed port group must be specified for bridge network on vCenter
Should Contain ${output} An existing distributed port group or opaque network must be specified for bridge network on vCenter

# Delete the portgroup added by env vars keyword
Run Keyword If %{DRONE_BUILD_NUMBER} != 0 Cleanup VCH Bridge Network
Expand Down

0 comments on commit 5a3d756

Please sign in to comment.