This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 95
The utility function govc.RetrieveVMNameFromIP() is not working properly when guestOS flips its IP address as docker IP #1284
Comments
I hit this issue on Ubuntu OS too, so it looks like not specific to Photon OS. |
If this function is commented out then how will other tests that are using
these work? I too had the same problem on local VM. But in CI there is no
issue. For local VM just hard code the values and verify it all works then
restore the calls to getvmname and submit to CI. Removing the function will
block a bunch of submits
|
shuklanirdesh82
changed the title
The utility function govc.RetrieveVMNameFromIP() is not working properly with Photon OS
The utility function govc.RetrieveVMNameFromIP() is not working properly when guestOS flips its IP address as docker IP
Jun 7, 2017
Can you please take care of this issue?
moving to 0.16 for performing action item-#1 |
This was referenced Jun 27, 2017
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
In PR #1278 we introduced a testing utility function govc.RetrieveVMNameFromIP(), which is supposed to get the VM name for the given IP by calling govmomi. During test, it turns out the function is not working properly with Photon VM - there are some issues dealing with Photon VM's guest IP.
The usage of this function has been temporarily commented out in PR #1276.
The text was updated successfully, but these errors were encountered: