mirror of
https://github.com/ansible/awx.git
synced 2026-04-07 02:59:21 -02:30
Reset these tests back to test-playbooks
This commit is contained in:
@@ -191,13 +191,13 @@
|
|||||||
- "'Non_Existing_Credential' in result.msg"
|
- "'Non_Existing_Credential' in result.msg"
|
||||||
- "result.total_results == 0"
|
- "result.total_results == 0"
|
||||||
|
|
||||||
- name: Create a git project without credentials without waiting
|
- name: Create a git project using a branch and allowing branch override
|
||||||
project:
|
project:
|
||||||
name: "{{ project_name3 }}"
|
name: "{{ project_name3 }}"
|
||||||
organization: Default
|
organization: Default
|
||||||
scm_type: git
|
scm_type: git
|
||||||
scm_branch: empty_branch
|
scm_branch: empty_branch
|
||||||
scm_url: https://github.com/ansible/ansible-tower-samples
|
scm_url: https://github.com/ansible/test-playbooks
|
||||||
allow_override: true
|
allow_override: true
|
||||||
register: result
|
register: result
|
||||||
|
|
||||||
@@ -211,7 +211,7 @@
|
|||||||
organization: Default
|
organization: Default
|
||||||
scm_type: git
|
scm_type: git
|
||||||
scm_branch: empty_branch
|
scm_branch: empty_branch
|
||||||
scm_url: https://github.com/ansible/ansible-tower-samples
|
scm_url: https://github.com/ansible/test-playbooks
|
||||||
allow_override: true
|
allow_override: true
|
||||||
wait: true
|
wait: true
|
||||||
update_project: true
|
update_project: true
|
||||||
|
|||||||
Reference in New Issue
Block a user