sonic-net / sonic-mgmt

Configuration management examples for SONiC
Other
201 stars 727 forks source link

[QoS] qos.yml does not exist in sonic-mgmt #568

Open okanchou9 opened 6 years ago

okanchou9 commented 6 years ago

There is a QoS test in testcases.yml:

qos: filename: qos.yml topologies: [ptf32, ptf64]

Try to run the QoS test using the following CLI in my testbed:

ansible-playbook test_sonic.yml -i inventory --limit switch2 --become --extra-vars "testbed_name=ptf1-m testcase_name=qos" -vvvvvv

But got error log like following:

Tuesday 10 April 2018 10:22:07 +0800 (0:00:00.101) 0:00:13.174 ***** fatal: [switch2]: FAILED! => {"failed": true, "reason": "ERROR! the file_name '/home/testbed/SONiC/Azure/ansible/qos.yml' does not exist, or is not readable"}

Also I cannot find any yml file named "qos.yml" in folder role/test/task, does anyone face this issue before?

lvphuc133 commented 6 years ago

Yes, I have the same problem. There is a "qos" folder in ./roles/test/task/ folder but there is nothing except a lua script there.

crzas commented 5 years ago

I have the same problem, too. it seems the file is missed!!!