Add support for Python3 in vmware_guest_find

* Remove redundant get_obj method
* Fix testcase
* Correct logic for compile_folder_path_for_object

Fixes: #25984

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2017-07-31 08:18:57 +05:30 committed by Toshio Kuratomi
commit 8027aad4b8
4 changed files with 8 additions and 24 deletions

View file

@ -1,4 +1,3 @@
posix/ci/cloud/vcenter
cloud/vcenter
skip/python3
destructive

View file

@ -1,3 +1,7 @@
# Test code for the vmware_guest_find module.
# (c) 2017, James Tanner <tanner.jc@gmail.com>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
- name: make sure pyvmomi is installed
pip:
name: pyvmomi