From 4c9a087da540152fd2a29a8c08993c06ae6ed865 Mon Sep 17 00:00:00 2001 From: Yutong Zhang Date: Fri, 18 Nov 2022 14:37:00 +0800 Subject: [PATCH 1/2] Add wan topo test using TestbedV2. --- azure-pipelines.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 073702ba3f68..a57e1a17336c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -364,3 +364,18 @@ stages: COMMON_EXTRA_PARAMS: "--neighbor_type=sonic --enable_macsec --macsec_profile=128_SCI,256_XPN_SCI" VM_TYPE: vsonic SPECIFIED_PARAMS: '{\"test_pretest.py\":[\"--completeness_level=confident\",\"--allow_recover\"],\"test_posttest.py\":[\"--completeness_level=confident\",\"--allow_recover\"]}' + + - job: wan_testbedv2 + displayName: "kvmtest-wan by TestbedV2" + pool: + vmImage: 'ubuntu-20.04' + timeoutInMinutes: 1080 + condition: and(succeeded(), eq(variables.BUILD_IMG_RUN_TESTBEDV2_TEST, 'YES')) + continueOnError: true + steps: + - template: .azure-pipelines/run-test-scheduler-template.yml + parameters: + TOPOLOGY: wan-pub + MIN_WORKER: 1 + MAX_WORKER: 1 + COMMON_EXTRA_PARAMS: "--skip_sanity " \ No newline at end of file From ed6843244e280e571c8f78252d40424e59b94166 Mon Sep 17 00:00:00 2001 From: Yutong Zhang Date: Fri, 18 Nov 2022 14:40:42 +0800 Subject: [PATCH 2/2] Add a blank line. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a57e1a17336c..48ec41a0306e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -378,4 +378,4 @@ stages: TOPOLOGY: wan-pub MIN_WORKER: 1 MAX_WORKER: 1 - COMMON_EXTRA_PARAMS: "--skip_sanity " \ No newline at end of file + COMMON_EXTRA_PARAMS: "--skip_sanity "