diff --git a/.azure-pipelines/pr_test_scripts.yaml b/.azure-pipelines/pr_test_scripts.yaml index 7af27bfbcd..9593f18768 100644 --- a/.azure-pipelines/pr_test_scripts.yaml +++ b/.azure-pipelines/pr_test_scripts.yaml @@ -167,3 +167,6 @@ specific_param: # all the test modules under macsec directory - name: macsec param: "--neighbor_type=sonic --enable_macsec --macsec_profile=128_SCI,256_XPN_SCI" + dpu: + - name: dash/test_dash_vnet.py + param: " --skip_dataplane_checking " diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3a5f64e270..7da6858fdf 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -154,7 +154,6 @@ stages: TOPOLOGY: dpu MIN_WORKER: $(T0_SONIC_INSTANCE_NUM) MAX_WORKER: $(T0_SONIC_INSTANCE_NUM) - COMMON_EXTRA_PARAMS: " --skip_dataplane_checking " KVM_IMAGE_BRANCH: "master" MGMT_BRANCH: "master"