Skip to content

Commit 571ca89

Browse files
akinrosslhercot
authored andcommitted
[ignore] add more explanation to the aci_inventory_sytem test shellscript
1 parent c094336 commit 571ca89

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

  • tests/integration/targets/aci_inventory_system

tests/integration/targets/aci_inventory_system/runme.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)