-
Task
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
Example of inventory file for cloud.azure_ops integration target appliance
add your resource group
[test_env] localhost [test_env:vars] ansible_connection=local ansible_become=False ansible_become_pass= collection_name=azure_ops collection_namespace=cloud target_name="test_azure_manage_resource_group" resource_group=<add your resource group> resource_prefix="test" |
Playbook that runs integration test targets:
https://github.com/ansible/aapqa-test-content/blob/main/run_integration_tests.yaml
*Command to run tests with ansible-navigator using azure_ops EE image and inventory file:*
ansible-navigator run --eei localhost/azure-ops-ee:latest ./aapqa-test-content/run_integration_tests.yaml -i inventory --mode=stdout --pp never -vvv |