diff --git a/.azure-pipelines/test-docker-sonic-vs-template.yml b/.azure-pipelines/test-docker-sonic-vs-template.yml index f26ee4c09..81af9bd82 100644 --- a/.azure-pipelines/test-docker-sonic-vs-template.yml +++ b/.azure-pipelines/test-docker-sonic-vs-template.yml @@ -76,7 +76,7 @@ jobs: # run pytests in sets of 20 all_tests=$(ls test_*.py) - all_tests="${all_tests} p4rt" + all_tests="${all_tests} p4rt dash" test_set=() for test in ${all_tests}; do test_set+=("${test}")