Fix the test.
This commit is contained in:
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…
Reference in New Issue