RUN test for acl in testbed,return error“ ERROR! 'run_dir' is undefined“
When run the acl test in testbed ,in step
ansible-playbook -i lab --limit dut-nephos-01 test_sonic.yml --tags acl -e "testbed_type=t1 ptf_host=10.250.0.178" -vvv
TASK [test : Copy loganalyzer common match and ignore files to switch]
task path: /var/root/sonic-mgmt/ansible/roles/test/files/tools/loganalyzer/loganalyzer_init.yml:28
Tuesday 12 December 2017 13:08:59 +0000 (0:00:00.163) 0:02:06.477 ******
fatal: [dut-nephos-01]: FAILED! => {"failed": true, "msg": "ERROR! 'run_dir' is undefined"}
~~~~
check the test py files and roles/test/tasks/acl.yml has not find the reason
Does someone encountered the same problem pls share how to resolved ,thanks!