From f6437f1b6e61358606a8c1e19f850e3b96e37481 Mon Sep 17 00:00:00 2001 From: Ganesh Nalawade Date: Fri, 18 Nov 2016 16:20:39 +0530 Subject: [PATCH] Fix command typo in integration tests README file (#18539) --- test/integration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/README.md b/test/integration/README.md index dee004c099f..8ed7f2de62a 100644 --- a/test/integration/README.md +++ b/test/integration/README.md @@ -166,7 +166,7 @@ $ ANSIBLE_ROLES_PATH=targets ansible-playbook network-all.yaml To filter a set of test cases set `limit_to` to the name of the group, generally this is the name of the module: ``` -$ ANSIBLE_ROLES_PATH=targets ansible-playbook -i inventory.network all.yaml -e "limit_to=eos_command" +$ ANSIBLE_ROLES_PATH=targets ansible-playbook -i inventory.network network-all.yaml -e "limit_to=eos_command" ``` To filter a singular test case set the tags options to eapi or cli, set limit_to to the test group,