Skip to content

Commit a4b2a13

Browse files
committed
Update sanity workflow and performance pass/fail criteria
Signed-off-by: bhargavi-ct <bhargavi.mamidipaka@candelatech.com>
1 parent 8bc70ec commit a4b2a13

2 files changed

Lines changed: 32 additions & 2 deletions

File tree

.github/workflows/quali.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ jobs:
442442
uses: ./.github/actions/run-tests
443443
with:
444444
namespace: ${{ steps.namespace.outputs.name }}
445-
testbed: basic-1a
445+
testbed: basic-2b
446446
marker_expression: "${{ needs.vars.outputs.marker_expression }}"
447447
configuration_file: "./lab_info.json"
448448
testing_docker_image: tip-tip-wlan-cloud-docker-repo.jfrog.io/cloud-sdk-nightly:${{ github.run_id }}
@@ -1835,7 +1835,7 @@ jobs:
18351835
uses: ./.github/actions/run-tests
18361836
with:
18371837
namespace: ${{ steps.namespace.outputs.name }}
1838-
testbed: basic-3
1838+
testbed: basic-3b
18391839
marker_expression: "${{ needs.vars.outputs.marker_expression }}"
18401840
configuration_file: "./lab_info.json"
18411841
testing_docker_image: tip-tip-wlan-cloud-docker-repo.jfrog.io/cloud-sdk-nightly:${{ github.run_id }}

tests/e2e/basic/performance_tests/performance_pass_fail.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,36 @@
644644
}
645645
}
646646
},
647+
"sonicfi_rap750w-311a":{
648+
"AX":{
649+
"2G 2x2 40MHz": {
650+
"TCP": 400,
651+
"UDP": 400
652+
},
653+
"2G 2x2 20MHz": {
654+
"TCP": 200,
655+
"UDP": 220
656+
},
657+
"5G 2x2 80MHz": {
658+
"TCP": 800,
659+
"UDP": 900
660+
}
661+
},
662+
"BE":{
663+
"2G 2x2 40MHz": {
664+
"TCP": 480,
665+
"UDP": 480
666+
},
667+
"2G 2x2 20MHz": {
668+
"TCP": 240,
669+
"UDP": 240
670+
},
671+
"5G 2x2 80MHz": {
672+
"TCP": 1000,
673+
"UDP": 1000
674+
}
675+
}
676+
},
647677
"edgecore_oap103":{
648678
"AX":{
649679
"2G 2x2 20MHz": {

0 commit comments

Comments
 (0)