1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 00:55:06 +03:00

Merge pull request #6965 from beeankha/jt_integration_test_edit

Update JT Integration Test

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot] 2020-05-07 18:07:38 +00:00 committed by GitHub
commit 420c75f76f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
jt2: "AWX-Collection-tests-tower_job_template-jt2-{{ test_id }}"
lab1: "AWX-Collection-tests-tower_job_template-lab1-{{ test_id }}"
email_not: "AWX-Collection-tests-tower_job_template-email-not-{{ test_id }}"
webhook_not: "AWX-Collection-tests-tower_notification-wehbook-not-{{ lookup('password', '/dev/null chars=ascii_letters length=16') }}"
webhook_not: "AWX-Collection-tests-tower_notification-wehbook-not-{{ test_id }}"
- name: Create a Demo Project
tower_project:
@ -75,10 +75,6 @@
state: present
register: result
- assert:
that:
- result is changed
- name: Create Job Template 1
tower_job_template:
name: "{{ jt1 }}"
@ -374,3 +370,9 @@
name: "{{ email_not }}"
organization: Default
state: absent
- name: Delete webhook notification
tower_notification:
name: "{{ webhook_not }}"
organization: Default
state: absent