VMware: re-enable vmware_guest_powerstate tests (#36094)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>

(cherry picked from commit 66743f33fa)
This commit is contained in:
Abhijeet Kasurde 2018-02-16 11:01:19 +05:30 committed by GitHub
parent fe9e887f86
commit 92e64c9eb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 5 deletions

View file

@ -13,6 +13,5 @@
vcsim: "{{ lookup('env', 'vcenter_host') }}"
- debug: var=vcsim
# Commenting following two is failing right now - 15 Dec 2017
#- include: poweroff_d1_c1_f0.yml
#- include: poweroff_d1_c1_f1.yml
- include: poweroff_d1_c1_f0.yml
- include: poweroff_d1_c1_f1.yml

View file

@ -48,4 +48,4 @@
- name: make sure no changes were made
assert:
that:
- "poweroff_d1_c1_f0.results|map(attribute='changed')|unique|list == [True]"
- "poweroff_d1_c1_f0.results|map(attribute='changed')|unique|list == [False]"

View file

@ -59,4 +59,4 @@
- name: make sure no changes were made
assert:
that:
- "poweroff_d1_c1_f1.results|map(attribute='changed')|unique|list == [True]"
- "poweroff_d1_c1_f1.results|map(attribute='changed')|unique|list == [False]"