From 9b169876211f11eb1b653ea7b8d53ce2f7d76e02 Mon Sep 17 00:00:00 2001 From: Andriy Moroz Date: Tue, 16 May 2017 14:44:10 +0300 Subject: [PATCH] Add ACL testbed commands reference --- ansible/README.test.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ansible/README.test.md b/ansible/README.test.md index 373a8331a9b..544f190ab57 100644 --- a/ansible/README.test.md +++ b/ansible/README.test.md @@ -9,6 +9,13 @@ - Replace {PTF_HOST} in each command line with the host name or IP of the PTF testbed host - Replace {TESTBED_TYPE} in each command line with the type of the testbed being used +### ACL tests +``` +ansible-playbook test_sonic.yml -i inventory --limit {DUT_NAME} --become --tags acltb_configure --extra-vars "run_dir=/tmp testbed_type={TESTBED_TYPE} ptf_host={PTF_HOST}" +ansible-playbook test_sonic.yml -i inventory --limit {DUT_NAME} --become --tags acltb_test --extra-vars "run_dir=/tmp testbed_type={TESTBED_TYPE} ptf_host={PTF_HOST}" +ansible-playbook test_sonic.yml -i inventory --limit {DUT_NAME} --become --tags acltb_cleanup --extra-vars "run_dir=/tmp testbed_type={TESTBED_TYPE} ptf_host={PTF_HOST}" +``` +- Requires switch connected to a PTF testbed ### ARP tests ```