File tree Expand file tree Collapse file tree
tests/integration/targets/aci_inventory_system Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,10 @@ for host in "${HOSTS[@]}"; do
2525 ansible-inventory --graph
2626 ansible-inventory --list
2727 ansible-playbook playbooks/role_controller.yml -vvvv
28- # Uncomment to run the leaf role else will fail when the hosts are not defined in the inventory
28+ # Current tests are executed against ACI fabrics that only consist of controllers.
29+ # The tests can also be executed against ACI fabrics that consist of leaf switches.
30+ # Test will fail when the hosts types ( like leaf role ) are not defined in the dynamic inventory.
31+ # Uncomment the line below to execute test specific for the leaf role.
2932 # ansible-playbook playbooks/role_leaf.yml -vvvv
3033
3134 ansible-playbook playbooks/create_inventories.yml -e " template_name=cisco_aci" -e " file_name=test.cisco_aci" -e " aci_host=${host} " -vvvv
@@ -41,4 +44,4 @@ for host in "${HOSTS[@]}"; do
4144
4245 ansible-inventory --list
4346 ansible-playbook playbooks/invalid.yml -vvvv
44- done
47+ done
You can’t perform that action at this time.
0 commit comments