Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions tests/test-cases/Group12-VCH-BC/12-01-Delete.robot
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ Delete VCH with new vic-machine
Should Contain ${ret} is different than installer version

# Delete with force
${ret}= Run bin/vic-machine-linux delete --target %{TEST_URL} --user %{TEST_USERNAME} --password=%{TEST_PASSWORD} --compute-resource=%{TEST_RESOURCE} --name %{VCH-NAME} --force
Should Contain ${ret} Completed successfully
Should Not Contain ${ret} delete failed
Run VIC Machine Delete Command

# Check VM is removed
${ret}= Run govc vm.info -json=true ${containerName}-*
Expand Down