Fix the test.

pull/6927/head
Alexander Laamanen 9 years ago committed by Megan Marsh
parent 50a36be5d1
commit 63054fb808

@ -448,6 +448,7 @@ func (d *ESX5Driver) CommHost(state multistep.StateBag) (string, error) {
}
if address := d.CommConfig.Host(); address != "" {
state.Put("vm_address", address)
return address, nil
}

Loading…
Cancel
Save