Skip to content

Commit 873455b

Browse files
authored
Merge pull request sonic-net#2878 from Pterosaur/enable_dash_vstest
[Azp]: Enable Dash vstest in Azp
2 parents ecd8810 + 44457c8 commit 873455b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.azure-pipelines/test-docker-sonic-vs-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
params=" ${params} --num-ports=${{ parameters.num_ports }} "
116116
fi
117117
118-
all_tests=$(ls test_*.py | grep -v test_dash)
118+
all_tests=$(ls test_*.py)
119119
all_tests="${all_tests} p4rt"
120120
121121
if [ -n '${{ parameters.run_tests_pattern }}' ]; then

0 commit comments

Comments
 (0)