File tree Expand file tree Collapse file tree
tests/e2e/basic/performance_tests Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments