Skip to content

Commit

Permalink
Fix vm.change test
Browse files Browse the repository at this point in the history
Renamed sync-time-with-host flag in 505fcf9
  • Loading branch information
dougm committed Jan 24, 2017
1 parent e66c834 commit ba9e3f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions govc/test/vm.bats
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ load test_helper
assert_line "guestinfo.a: 1"
assert_line "guestinfo.b: 2"

run govc vm.change -sync-time-with-host-enabled=false -vm $id
run govc vm.change -sync-time-with-host=false -vm $id
assert_success

run govc vm.info -t $id
assert_success
assert_line "SyncTimeWithHost: false"

run govc vm.change -sync-time-with-host-enabled=true -vm $id
run govc vm.change -sync-time-with-host=true -vm $id
assert_success

run govc vm.info -t $id
Expand Down

0 comments on commit ba9e3f4

Please sign in to comment.