Added examples to run in ucentral

This commit is contained in:
Shivam Thakur
2021-08-05 17:50:19 +05:30
committed by GitHub
parent 9de82eefd9
commit a7681e21ae

View File

@@ -12,11 +12,8 @@ pytest -m firmware -s -vvv --testbed=basic-01 -o build=<firmware URL> --1.x
### Run on 2.X SDK
```commandline
pytest -m sanity and not interop -s -vvv --testbed=basic-01 -o build=<firmware URL>
pytest -m sanity and interop -s -vvv --testbed=basic-01 -o build=<firmware URL>
pytest -m sanity_55 -s -vvv --testbed=basic-01 -o build=<firmware URL>
pytest -m performance -s -vvv --testbed=basic-01 -o build=<firmware URL>
pytest -m firmware -s -vvv --testbed=basic-01 -o build=<firmware URL>
pytest -m uc_sanity -s -vvv --testbed=basic-03 -o build=<firmware URL>
pytest -m "performance and dataplane_throughput_test" -s -vvv --testbed=basic-03 -o build=<firmware URL>
```