mirror of
https://github.com/ansible/aapqa-test-content
synced 2026-04-05 19:29:52 +00:00
No description
|
|
||
|---|---|---|
| inventory examples | ||
| roles/run_integration_tests | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| run_integration_tests.yaml | ||
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.gitcd aapqa-test-contentUpdate the relevant inventory fileLogin to RH VPNpodman 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