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
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,13 @@ DRS Setup
*** Test Cases ***
Test
Log To Console \nStarting test...
${status} ${message}= Run Keyword And Ignore Error Install VIC Appliance To Test Server certs=${false} vol=default
Should Contain ${message} DRS must be enabled to use VIC
Should Be Equal As Strings ${status} FAIL
Install VIC Appliance To Test Server certs=${false} vol=default
Run Regression Tests
Cleanup VIC Appliance On Test Server

Log To Console Enable DRS on the cluster
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mhagen-vmware Thanks. Yes, the log is for enabling DRS which I did not notice before.

${out}= Run govc cluster.change -drs-enabled /ha-datacenter/host/cls
Should Be Empty ${out}

Install VIC Appliance To Test Server certs=${false} vol=default

Run Regression Tests