Skip to content

Commit

Permalink
Modified marker name for ax capacity
Browse files Browse the repository at this point in the history
Signed-off-by: jitendracandela <[email protected]>
  • Loading branch information
jitendracandela committed Jul 3, 2024
1 parent 8857c06 commit 567c695
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 42 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
"""
Performance Test: AX Capacity Test : BRIDGE Mode
pytest -m "wifi_capacity_ax and wpa2_personal and bridge"
pytest -m "wifi_capacity_ax_tests and wpa2_personal and bridge"
"""
import pytest
import allure

pytestmark = [pytest.mark.bridge, pytest.mark.wifi_capacity_ax, pytest.mark.wpa2_personal]
pytestmark = [pytest.mark.bridge, pytest.mark.wifi_capacity_ax_tests, pytest.mark.wpa2_personal]
setup_params_general_5G = {
"mode": "BRIDGE",
"ssid_modes": {
Expand Down Expand Up @@ -51,7 +51,7 @@ def test_client_wpa2_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test
The 5Ghz station is configured for 80Mhz bandwidth and two spatial streams.
Markers:
wifi_capacity_ax and wpa2_personal and bridge and fiveg and tcp_download
wifi_capacity_ax_tests and wpa2_personal and bridge and fiveg and tcp_download
Note:
Please refer to the PDF report for detailed observations and analysis of the test results.
Expand All @@ -77,7 +77,7 @@ def test_client_wpa2_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test
The 5Ghz station is configured for 80Mhz bandwidth and two spatial streams.
Markers:
wifi_capacity_ax and wpa2_personal and bridge and fiveg and udp_download
wifi_capacity_ax_tests and wpa2_personal and bridge and fiveg and udp_download
Note:
Please refer to the PDF report for detailed observations and analysis of the test results.
Expand All @@ -102,7 +102,7 @@ def test_client_wpa2_bridge_tcp_bidirectional(self, get_test_library, get_dut_lo
The 5Ghz station is configured for 80Mhz bandwidth and two spatial streams.
Markers:
wifi_capacity_ax and wpa2_personal and bridge and fiveg and tcp_bidirectional
wifi_capacity_ax_tests and wpa2_personal and bridge and fiveg and tcp_bidirectional
Note:
Please refer to the PDF report for detailed observations and analysis of the test results.
Expand All @@ -128,7 +128,7 @@ def test_client_wpa2_bridge_udp_bidirectional(self, get_test_library, get_dut_lo
The 5Ghz station is configured for 80Mhz bandwidth and two spatial streams.
Markers:
wifi_capacity_ax and wpa2_personal and bridge and fiveg and udp_bidirectional
wifi_capacity_ax_tests and wpa2_personal and bridge and fiveg and udp_bidirectional
Note:
Please refer to the PDF report for detailed observations and analysis of the test results.
Expand All @@ -155,7 +155,7 @@ def test_client_wpa2_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test
The 5Ghz station is configured for 80Mhz bandwidth and two spatial streams.
Markers:
wifi_capacity_ax and wpa2_personal and bridge and fiveg and tcp_upload
wifi_capacity_ax_tests and wpa2_personal and bridge and fiveg and tcp_upload
Note:
Please refer to the PDF report for detailed observations and analysis of the test results.
Expand All @@ -182,7 +182,7 @@ def test_client_wpa2_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test
The 5Ghz station is configured for 80Mhz bandwidth and two spatial streams.
Markers:
wifi_capacity_ax and wpa2_personal and bridge and fiveg and udp_upload
wifi_capacity_ax_tests and wpa2_personal and bridge and fiveg and udp_upload
Note:
Please refer to the PDF report for detailed observations and analysis of the test results.
Expand Down Expand Up @@ -241,7 +241,7 @@ def test_client_wpa2_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test
The 2.4Ghz station is configured for 20Mhz bandwidth and two spatial streams.
Markers:
wifi_capacity_ax and wpa2_personal and bridge and twog and tcp_download
wifi_capacity_ax_tests and wpa2_personal and bridge and twog and tcp_download
Note:
Please refer to the PDF report for detailed observations and analysis of the test results.
Expand All @@ -268,7 +268,7 @@ def test_client_wpa2_bridge_udp_dl(self, get_test_library, get_dut_logs_per_test
The 2.4Ghz station is configured for 20Mhz bandwidth and two spatial streams.
Markers:
wifi_capacity_ax and wpa2_personal and bridge and twog and udp_download
wifi_capacity_ax_tests and wpa2_personal and bridge and twog and udp_download
Note:
Please refer to the PDF report for detailed observations and analysis of the test results.
Expand All @@ -294,7 +294,7 @@ def test_client_wpa2_bridge_tcp_bidirectional(self, get_test_library, get_dut_lo
The 2.4Ghz station is configured for 20Mhz bandwidth and two spatial streams.
Markers:
wifi_capacity_ax and wpa2_personal and bridge and twog and tcp_bidirectional
wifi_capacity_ax_tests and wpa2_personal and bridge and twog and tcp_bidirectional
Note:
Please refer to the PDF report for detailed observations and analysis of the test results.
Expand All @@ -321,7 +321,7 @@ def test_client_wpa2_bridge_udp_bidirectional(self, get_test_library, get_dut_lo
The 2.4Ghz station is configured for 20Mhz bandwidth and two spatial streams.
Markers:
wifi_capacity_ax and wpa2_personal and bridge and twog and udp_bidirectional
wifi_capacity_ax_tests and wpa2_personal and bridge and twog and udp_bidirectional
Note:
Please refer to the PDF report for detailed observations and analysis of the test results.
Expand Down Expand Up @@ -349,7 +349,7 @@ def test_client_wpa2_bridge_tcp_ul(self, get_test_library, get_dut_logs_per_test
The 2.4Ghz station is configured for 20Mhz bandwidth and two spatial streams.
Markers:
wifi_capacity_ax and wpa2_personal and bridge and twog and tcp_upload
wifi_capacity_ax_tests and wpa2_personal and bridge and twog and tcp_upload
Note:
Please refer to the PDF report for detailed observations and analysis of the test results.
Expand All @@ -376,7 +376,7 @@ def test_client_wpa2_bridge_udp_ul(self, get_test_library, get_dut_logs_per_test
The 2.4Ghz station is configured for 20Mhz bandwidth and two spatial streams.
Markers:
wifi_capacity_ax and wpa2_personal and bridge and twog and udp_upload
wifi_capacity_ax_tests and wpa2_personal and bridge and twog and udp_upload
Note:
Please refer to the PDF report for detailed observations and analysis of the test results.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
"""
Performance Test: AX Capacity Test : NAT Mode
pytest -m "wifi_capacity_ax and wpa2_personal and nat"
pytest -m "wifi_capacity_ax_tests and wpa2_personal and nat"
"""
import pytest
import allure

pytestmark = [pytest.mark.nat, pytest.mark.wifi_capacity_ax, pytest.mark.wpa2_personal]
pytestmark = [pytest.mark.nat, pytest.mark.wifi_capacity_ax_tests, pytest.mark.wpa2_personal]
setup_params_general_5G = {
"mode": "NAT",
"ssid_modes": {
Expand Down Expand Up @@ -51,7 +51,7 @@ def test_client_wpa2_nat_tcp_dl(self, get_test_library, get_dut_logs_per_test_ca
The 5Ghz station is configured for 80Mhz bandwidth and two spatial streams.
Markers:
wifi_capacity_ax and wpa2_personal and nat and fiveg and tcp_download
wifi_capacity_ax_tests and wpa2_personal and nat and fiveg and tcp_download
Note:
Please refer to the PDF report for detailed observations and analysis of the test results.
Expand All @@ -78,7 +78,7 @@ def test_client_wpa2_nat_udp_dl(self, get_test_library, get_dut_logs_per_test_ca
The 5Ghz station is configured for 80Mhz bandwidth and two spatial streams.
Markers:
wifi_capacity_ax and wpa2_personal and nat and fiveg and udp_download
wifi_capacity_ax_tests and wpa2_personal and nat and fiveg and udp_download
Note:
Please refer to the PDF report for detailed observations and analysis of the test results.
Expand All @@ -104,7 +104,7 @@ def test_client_wpa2_nat_tcp_bidirectional(self, get_test_library, get_dut_logs_
The 5Ghz station is configured for 80Mhz bandwidth and two spatial streams.
Markers:
wifi_capacity_ax and wpa2_personal and nat and fiveg and tcp_bidirectional
wifi_capacity_ax_tests and wpa2_personal and nat and fiveg and tcp_bidirectional
Note:
Please refer to the PDF report for detailed observations and analysis of the test results.
Expand All @@ -130,7 +130,7 @@ def test_client_wpa2_nat_udp_bidirectional(self, get_test_library, get_dut_logs_
The 5Ghz station is configured for 80Mhz bandwidth and two spatial streams.
Markers:
wifi_capacity_ax and wpa2_personal and nat and fiveg and udp_bidirectional
wifi_capacity_ax_tests and wpa2_personal and nat and fiveg and udp_bidirectional
Note:
Please refer to the PDF report for detailed observations and analysis of the test results.
Expand All @@ -157,7 +157,7 @@ def test_client_wpa2_nat_tcp_ul(self, get_test_library, get_dut_logs_per_test_ca
The 5Ghz station is configured for 80Mhz bandwidth and two spatial streams.
Markers:
wifi_capacity_ax and wpa2_personal and nat and fiveg and tcp_upload
wifi_capacity_ax_tests and wpa2_personal and nat and fiveg and tcp_upload
Note:
Please refer to the PDF report for detailed observations and analysis of the test results.
Expand All @@ -184,7 +184,7 @@ def test_client_wpa2_nat_udp_ul(self, get_test_library, get_dut_logs_per_test_ca
The 5Ghz station is configured for 80Mhz bandwidth and two spatial streams.
Markers:
wifi_capacity_ax and wpa2_personal and nat and fiveg and udp_upload
wifi_capacity_ax_tests and wpa2_personal and nat and fiveg and udp_upload
Note:
Please refer to the PDF report for detailed observations and analysis of the test results.
Expand Down Expand Up @@ -243,7 +243,7 @@ def test_client_wpa2_nat_tcp_dl(self, get_test_library, get_dut_logs_per_test_ca
The 2.4Ghz station is configured for 20Mhz bandwidth and two spatial streams.
Markers:
wifi_capacity_ax and wpa2_personal and nat and twog and tcp_download
wifi_capacity_ax_tests and wpa2_personal and nat and twog and tcp_download
Note:
Please refer to the PDF report for detailed observations and analysis of the test results.
Expand All @@ -270,7 +270,7 @@ def test_client_wpa2_nat_udp_dl(self, get_test_library, get_dut_logs_per_test_ca
The 2.4Ghz station is configured for 20Mhz bandwidth and two spatial streams.
Markers:
wifi_capacity_ax and wpa2_personal and nat and twog and udp_download
wifi_capacity_ax_tests and wpa2_personal and nat and twog and udp_download
Note:
Please refer to the PDF report for detailed observations and analysis of the test results.
Expand All @@ -296,7 +296,7 @@ def test_client_wpa2_nat_tcp_bidirectional(self, get_test_library, get_dut_logs_
The 2.4Ghz station is configured for 20Mhz bandwidth and two spatial streams.
Markers:
wifi_capacity_ax and wpa2_personal and nat and twog and tcp_bidirectional
wifi_capacity_ax_tests and wpa2_personal and nat and twog and tcp_bidirectional
Note:
Please refer to the PDF report for detailed observations and analysis of the test results.
Expand All @@ -322,7 +322,7 @@ def test_client_wpa2_nat_udp_bidirectional(self, get_test_library, get_dut_logs_
The 2.4Ghz station is configured for 20Mhz bandwidth and two spatial streams.
Markers:
wifi_capacity_ax and wpa2_personal and nat and twog and udp_bidirectional
wifi_capacity_ax_tests and wpa2_personal and nat and twog and udp_bidirectional
Note:
Please refer to the PDF report for detailed observations and analysis of the test results.
Expand All @@ -349,7 +349,7 @@ def test_client_wpa2_nat_tcp_ul(self, get_test_library, get_dut_logs_per_test_ca
The 2.4Ghz station is configured for 20Mhz bandwidth and two spatial streams.
Markers:
wifi_capacity_ax and wpa2_personal and nat and twog and tcp_upload
wifi_capacity_ax_tests and wpa2_personal and nat and twog and tcp_upload
Note:
Please refer to the PDF report for detailed observations and analysis of the test results.
Expand All @@ -376,7 +376,7 @@ def test_client_wpa2_nat_udp_ul(self, get_test_library, get_dut_logs_per_test_ca
The 2.4Ghz station is configured for 20Mhz bandwidth and two spatial streams.
Markers:
wifi_capacity_ax and wpa2_personal and nat and twog and udp_upload
wifi_capacity_ax_tests and wpa2_personal and nat and twog and udp_upload
Note:
Please refer to the PDF report for detailed observations and analysis of the test results.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
"""
Performance Test: AX Capacity Test : VLAN Mode
pytest -m "wifi_capacity_ax and wpa2_personal and vlan"
pytest -m "wifi_capacity_ax_tests and wpa2_personal and vlan"
"""
import pytest
import allure

pytestmark = [pytest.mark.vlan, pytest.mark.wifi_capacity_ax, pytest.mark.wpa2_personal]
pytestmark = [pytest.mark.vlan, pytest.mark.wifi_capacity_ax_tests, pytest.mark.wpa2_personal]
setup_params_general_5G = {
"mode": "VLAN",
"ssid_modes": {
Expand Down Expand Up @@ -50,7 +50,7 @@ def test_client_wpa2_vlan_tcp_dl(self, get_test_library, get_dut_logs_per_test_c
The 5Ghz station is configured for 80Mhz bandwidth and two spatial streams.
Markers:
wifi_capacity_ax and wpa2_personal and vlan and fiveg and tcp_download
wifi_capacity_ax_tests and wpa2_personal and vlan and fiveg and tcp_download
Note:
Please refer to the PDF report for detailed observations and analysis of the test results.
Expand All @@ -77,7 +77,7 @@ def test_client_wpa2_vlan_udp_dl(self, get_test_library, get_dut_logs_per_test_c
The 5Ghz station is configured for 80Mhz bandwidth and two spatial streams.
Markers:
wifi_capacity_ax and wpa2_personal and vlan and fiveg and udp_download
wifi_capacity_ax_tests and wpa2_personal and vlan and fiveg and udp_download
Note:
Please refer to the PDF report for detailed observations and analysis of the test results.
Expand All @@ -104,7 +104,7 @@ def test_client_wpa2_vlan_tcp_bidirectional(self, get_test_library, get_dut_logs
The 5Ghz station is configured for 80Mhz bandwidth and two spatial streams.
Markers:
wifi_capacity_ax and wpa2_personal and vlan and fiveg and tcp_bidirectional
wifi_capacity_ax_tests and wpa2_personal and vlan and fiveg and tcp_bidirectional
Note:
Please refer to the PDF report for detailed observations and analysis of the test results.
Expand All @@ -131,7 +131,7 @@ def test_client_wpa2_vlan_udp_bidirectional(self, get_test_library, get_dut_logs
The 5Ghz station is configured for 80Mhz bandwidth and two spatial streams.
Markers:
wifi_capacity_ax and wpa2_personal and vlan and fiveg and udp_bidirectional
wifi_capacity_ax_tests and wpa2_personal and vlan and fiveg and udp_bidirectional
Note:
Please refer to the PDF report for detailed observations and analysis of the test results.
Expand All @@ -158,7 +158,7 @@ def test_client_wpa2_vlan_tcp_ul(self, get_test_library, get_dut_logs_per_test_c
The 5Ghz station is configured for 80Mhz bandwidth and two spatial streams.
Markers:
wifi_capacity_ax and wpa2_personal and vlan and fiveg and tcp_upload
wifi_capacity_ax_tests and wpa2_personal and vlan and fiveg and tcp_upload
Note:
Please refer to the PDF report for detailed observations and analysis of the test results.
Expand All @@ -185,7 +185,7 @@ def test_client_wpa2_vlan_udp_ul(self, get_test_library, get_dut_logs_per_test_c
The 5Ghz station is configured for 80Mhz bandwidth and two spatial streams.
Markers:
wifi_capacity_ax and wpa2_personal and vlan and fiveg and udp_upload
wifi_capacity_ax_tests and wpa2_personal and vlan and fiveg and udp_upload
Note:
Please refer to the PDF report for detailed observations and analysis of the test results.
Expand Down Expand Up @@ -244,7 +244,7 @@ def test_client_wpa2_vlan_tcp_dl(self, get_test_library, get_dut_logs_per_test_c
The 2.4Ghz station is configured for 20Mhz bandwidth and two spatial streams.
Markers:
wifi_capacity_ax and wpa2_personal and vlan and twog and tcp_download
wifi_capacity_ax_tests and wpa2_personal and vlan and twog and tcp_download
Note:
Please refer to the PDF report for detailed observations and analysis of the test results.
Expand All @@ -271,7 +271,7 @@ def test_client_wpa2_vlan_udp_dl(self, get_test_library, get_dut_logs_per_test_c
The 2.4Ghz station is configured for 20Mhz bandwidth and two spatial streams.
Markers:
wifi_capacity_ax and wpa2_personal and vlan and twog and udp_download
wifi_capacity_ax_tests and wpa2_personal and vlan and twog and udp_download
Note:
Please refer to the PDF report for detailed observations and analysis of the test results.
Expand All @@ -298,7 +298,7 @@ def test_client_wpa2_vlan_tcp_bidirectional(self, get_test_library, get_dut_logs
The 2.4Ghz station is configured for 20Mhz bandwidth and two spatial streams.
Markers:
wifi_capacity_ax and wpa2_personal and vlan and twog and tcp_bidirectional
wifi_capacity_ax_tests and wpa2_personal and vlan and twog and tcp_bidirectional
Note:
Please refer to the PDF report for detailed observations and analysis of the test results.
Expand All @@ -325,7 +325,7 @@ def test_client_wpa2_vlan_udp_bidirectional(self, get_test_library, get_dut_logs
The 2.4Ghz station is configured for 20Mhz bandwidth and two spatial streams.
Markers:
wifi_capacity_ax and wpa2_personal and vlan and twog and udp_bidirectional
wifi_capacity_ax_tests and wpa2_personal and vlan and twog and udp_bidirectional
Note:
Please refer to the PDF report for detailed observations and analysis of the test results.
Expand All @@ -352,7 +352,7 @@ def test_client_wpa2_vlan_tcp_ul(self, get_test_library, get_dut_logs_per_test_c
The 2.4Ghz station is configured for 20Mhz bandwidth and two spatial streams.
Markers:
wifi_capacity_ax and wpa2_personal and vlan and twog and tcp_upload
wifi_capacity_ax_tests and wpa2_personal and vlan and twog and tcp_upload
Note:
Please refer to the PDF report for detailed observations and analysis of the test results.
Expand All @@ -379,7 +379,7 @@ def test_client_wpa2_vlan_udp_ul(self, get_test_library, get_dut_logs_per_test_c
The 2.4Ghz station is configured for 20Mhz bandwidth and two spatial streams.
Markers:
wifi_capacity_ax and wpa2_personal and vlan and twog and udp_upload
wifi_capacity_ax_tests and wpa2_personal and vlan and twog and udp_upload
Note:
Please refer to the PDF report for detailed observations and analysis of the test results.
Expand Down

0 comments on commit 567c695

Please sign in to comment.