mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
add tests
This commit is contained in:
parent
7089c5f06e
commit
af1fc5a9e9
@ -0,0 +1,23 @@
|
||||
---
|
||||
- name: Update a project without waiting
|
||||
tower_project_update:
|
||||
name: "AWX-Collection-tests-tower_job_template-proj-{{ test_id }}"
|
||||
organization: Default
|
||||
wait: False
|
||||
register: result
|
||||
|
||||
- assert:
|
||||
that:
|
||||
- result is changed
|
||||
|
||||
- name: Update a project and wait
|
||||
tower_project_update:
|
||||
name: "AWX-Collection-tests-tower_job_template-proj-{{ test_id }}"
|
||||
organization: Default
|
||||
wait: True
|
||||
register: result
|
||||
|
||||
- assert:
|
||||
that:
|
||||
- result is changed
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user