Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable azure_rm_appgateway test #1791

Open
wants to merge 12 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pr-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ parameters:
- "2.14"
- "2.15"
- "2.16"
- "2.17"
- "2.18"
- "devel"
- name: MODULE_NAME
displayName: 'Test Module'
Expand Down
1 change: 0 additions & 1 deletion tests/integration/targets/azure_rm_appgateway/aliases
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
cloud/azure
destructive
shippable/azure/group6
disabled
needs/file/tests/integration_common_tasks/managed_identity.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
- name: Gather Resource Group info
azure.azcollection.azure_rm_resourcegroup_info:
name: "{{ resource_group }}"
password: "{{ lookup('ansible.builtin.password', '/dev/null', chars=['ascii_letters', 'digits', 'punctuation'], length=12) }}"
register: __rg_info

- name: Prepare random number
Expand All @@ -11,6 +10,7 @@
cert2_file: "cert2.txt"
cert3b64_file: "cert3b64.txt"
location: "{{ __rg_info.resourcegroups.0.location }}"
password: "your-password"
run_once: true
- name: Set json query to only retrieve gateways from this test
ansible.builtin.set_fact:
Expand Down
3 changes: 3 additions & 0 deletions tests/utils/ado/ado.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ pip install -I -r "${TEST_DIR}/sanity-requirements.txt"

pip install ansible-lint

# tmp workaround
ansible-galaxy collection install community.general -p "${HOME}/.ansible"

timeout=180

if [ "$4" = "all" ]
Expand Down