diff --git a/tests/README.md b/tests/README.md index 2cdcf7f84..80079c6b0 100644 --- a/tests/README.md +++ b/tests/README.md @@ -12,11 +12,8 @@ pytest -m firmware -s -vvv --testbed=basic-01 -o build= --1.x ### Run on 2.X SDK ```commandline -pytest -m sanity and not interop -s -vvv --testbed=basic-01 -o build= -pytest -m sanity and interop -s -vvv --testbed=basic-01 -o build= -pytest -m sanity_55 -s -vvv --testbed=basic-01 -o build= -pytest -m performance -s -vvv --testbed=basic-01 -o build= -pytest -m firmware -s -vvv --testbed=basic-01 -o build= +pytest -m uc_sanity -s -vvv --testbed=basic-03 -o build= +pytest -m "performance and dataplane_throughput_test" -s -vvv --testbed=basic-03 -o build= ```