mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-10-30 18:38:06 +00:00
Replaced the throughput benchmark tests in the sanity with AX-capacity tests (#988)
* Added sanity marker Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com> * Removed sanity marker Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com> * Removed tcp download from performance and added in the sanity Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com> * Removed request API from the sanity Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com> --------- Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
committed by
GitHub
parent
08d3d4ce6d
commit
5ba35aa9f9
@@ -421,7 +421,6 @@ class TestUcentralGatewayService(object):
|
||||
@allure.title("Request Message Device")
|
||||
@allure.testcase(name="WIFI-11448",
|
||||
url="https://telecominfraproject.atlassian.net/browse/WIFI-11448")
|
||||
@pytest.mark.ow_sanity_lf
|
||||
def test_gw_service_request_msg_device(self, get_target_object, get_testbed_details):
|
||||
"""
|
||||
Test to Request specific msg from device present in Gateway UI
|
||||
|
||||
@@ -40,6 +40,7 @@ class TestWifiCapacityBRIDGEModeAX5G(object):
|
||||
@allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934")
|
||||
@pytest.mark.tcp_download
|
||||
@pytest.mark.performance
|
||||
@pytest.mark.ow_sanity_lf
|
||||
@allure.title("Single AX client TCP Download wifi capacity")
|
||||
def test_client_wpa2_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case,
|
||||
get_test_device_logs, num_stations, setup_configuration,
|
||||
@@ -230,6 +231,7 @@ class TestWifiCapacityBRIDGEModeAX2G(object):
|
||||
@allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-13284", name="WIFI-13284")
|
||||
@pytest.mark.tcp_download
|
||||
@pytest.mark.performance
|
||||
@pytest.mark.ow_sanity_lf
|
||||
@allure.title("Single AX client TCP Download wifi capacity")
|
||||
def test_client_wpa2_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case,
|
||||
get_test_device_logs, num_stations, setup_configuration,
|
||||
|
||||
@@ -1377,7 +1377,6 @@ class Test40Mhz2GChannel11PeakThroughput(object):
|
||||
|
||||
@allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-10674", name="WIFI-10674")
|
||||
@pytest.mark.tcp_download
|
||||
@pytest.mark.ow_sanity_lf
|
||||
@pytest.mark.channel_11
|
||||
@allure.title("Single client TCP Download wifi capacity 40Mhz Bw")
|
||||
def test_client_wpa2_personal_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case,
|
||||
|
||||
@@ -46,7 +46,6 @@ class Test80Mhz5GChannel36PeakThroughput(object):
|
||||
|
||||
@allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-6934", name="WIFI-6934")
|
||||
@pytest.mark.tcp_download
|
||||
@pytest.mark.ow_sanity_lf
|
||||
@allure.title("Single client TCP Download wifi capacity 80Mhz Bw")
|
||||
def test_client_wpa2_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case,
|
||||
get_test_device_logs, num_stations, setup_configuration, check_connectivity):
|
||||
|
||||
@@ -46,13 +46,17 @@ class Test160Mhz6GChannelautoPeakThroughput(object):
|
||||
|
||||
@allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-12394", name="WIFI-12394")
|
||||
@pytest.mark.sixg
|
||||
@allure.feature("Performance Test")
|
||||
@allure.parent_suite("AX Capacity Test")
|
||||
@allure.suite("6 GHz Band")
|
||||
@allure.sub_suite("BRIDGE Mode")
|
||||
@pytest.mark.tcp_download
|
||||
@pytest.mark.performance
|
||||
@pytest.mark.ow_sanity_lf
|
||||
@allure.title("Single client TCP Download wifi capacity 160Mhz Bw")
|
||||
def test_client_wpa3_bridge_tcp_dl(self, get_test_library, get_dut_logs_per_test_case,
|
||||
get_test_device_logs, num_stations, setup_configuration):
|
||||
""" Single client Wifi Capacity Test BRIDGE mode
|
||||
pytest -m "peak_throughput_tests and sixg and tcp_download and bridge and channel_width_160"
|
||||
pytest -m "ow_sanity_lf and sixg and tcp_download and bridge and channel_width_160"
|
||||
"""
|
||||
profile_data = {"ssid_name": "ssid_wpa3_6g_channel_auto", "appliedRadios": ["6G"], "security_key": "something"}
|
||||
ssid_name = profile_data["ssid_name"]
|
||||
|
||||
Reference in New Issue
Block a user