Fix the test.

This commit is contained in:
Alexander Laamanen 2017-03-03 21:54:48 +02:00 committed by Megan Marsh
parent 50a36be5d1
commit 63054fb808
1 changed files with 1 additions and 0 deletions

View File

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