Skip to content

Commit

Permalink
Temporarily disable integration test (#2258)
Browse files Browse the repository at this point in the history
SUMMARY
Temporarily disable integration test
ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME
vmware_host_inventory
ADDITIONAL INFORMATION
#2257
https://forum.ansible.com/t/11073
  • Loading branch information
mariolenz authored Nov 23, 2024
1 parent e249a03 commit 37cd1ba
Showing 1 changed file with 19 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,19 +190,22 @@
- "'tag_category' in test_host.value"


- name: Inventory 'resources' option
include_tasks: build_inventory.yml
vars:
content: |-
plugin: community.vmware.vmware_host_inventory
strict: false
resources:
- datacenter:
- DC0
resources:
- compute_resource:
- DC0_C0_NOT_EXIST
- name: Test 'resources' options with 'DC0_C0_NOT_EXIST'
assert:
that:
- hostvars | length == 0
# TODO enable again
# https://forum.ansible.com/t/11073
# https://github.com/ansible-collections/community.vmware/issues/2257
# - name: Inventory 'resources' option
# include_tasks: build_inventory.yml
# vars:
# content: |-
# plugin: community.vmware.vmware_host_inventory
# strict: false
# resources:
# - datacenter:
# - DC0
# resources:
# - compute_resource:
# - DC0_C0_NOT_EXIST
# - name: Test 'resources' options with 'DC0_C0_NOT_EXIST'
# assert:
# that:
# - hostvars | length == 0

0 comments on commit 37cd1ba

Please sign in to comment.