mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
Collection: Add integration test for smart inventory
This commit is contained in:
parent
9ecd6ad0fb
commit
e9e8283f16
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user