No description
Find a file
Rahmanim Benny 26b6317db9
Merge pull request #16 from brahmanim/ACA-4557_update_hosts
Set ANSIBLE_INVENTORY_UNPARSED_FAILED to False to prevent playbook failure
2025-12-04 12:36:45 +02:00
inventory examples Update readme file and inventory examples 2024-05-09 15:06:29 +03:00
roles/run_integration_tests add ability to run downstream integration tests targets with runme.sh script 2025-10-19 17:30:15 +03:00
.gitignore Ignore idea folder 2023-09-07 11:28:39 +03:00
LICENSE rebase 2023-09-07 11:31:41 +03:00
README.md Update readme file and inventory examples 2024-05-09 15:06:29 +03:00
run_integration_tests.yaml update playbook to use test_env hosts 2025-12-04 11:55:59 +02:00

Ansible Content Collections downstream EE Integration Tests

This playbook is ment to be run with ansible-navigator or with AAP controller. Variable target_name should be specified on inventory file, or as extra var. The value should be a specific integration test target name,or pattern like "{{ collection_name }}_*".

Steps

  • git clone https://github.com/ansible/aapqa-test-content.git
  • cd aapqa-test-content
  • Update the relevant inventory file
  • Login to RH VPN
  • podman pull <the EE image that you create from your content collection repo>
  • ansible-navigator run --eei <image name> run_integration_tests.yaml -i <relevant inventory> --mode=stdout --pp never -vvv