Skip to content

Commit

Permalink
run DASH vs tests (#913)
Browse files Browse the repository at this point in the history
sonic-net/sonic-swss#3048 moves DASH-specific VS tests into a separate folder
  • Loading branch information
theasianpianist authored Sep 10, 2024
1 parent 636f565 commit a76b983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/test-docker-sonic-vs-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit a76b983

Please sign in to comment.