From a7681e21ae75531c2be7eb815c5648813b493a2d Mon Sep 17 00:00:00 2001 From: Shivam Thakur <70829776+shivamcandela@users.noreply.github.com> Date: Thu, 5 Aug 2021 17:50:19 +0530 Subject: [PATCH] Added examples to run in ucentral --- tests/README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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= ```