Collection: Add integration test for smart inventory

This commit is contained in:
Caleb Boylan 2020-03-16 11:08:01 -07:00
parent 9ecd6ad0fb
commit e9e8283f16

View File

@ -41,6 +41,18 @@
that:
- "result is failed"
- name: create a smart inventory
tower_inventory:
name: smart-inventory
organization: Default
kind: smart
host_filter: name=foo
register: result
- assert:
that:
- "result is changed"
- name: Delete an Inventory
tower_inventory:
name: my-inventory