mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2026-03-20 03:41:54 +00:00
removed get_vif_state, changed radio config
Signed-off-by: karthikaeyetea <karthika.subramani@candelatech.com>
This commit is contained in:
@@ -8,20 +8,19 @@ import os
|
||||
import pytest
|
||||
import allure
|
||||
|
||||
pytestmark = [pytest.mark.rx_sensitivity_test, pytest.mark.bridge,
|
||||
pytest.mark.usefixtures("setup_test_run")]
|
||||
pytestmark = [pytest.mark.rx_sensitivity_test, pytest.mark.bridge]
|
||||
|
||||
setup_params_general = {
|
||||
"mode": "BRIDGE",
|
||||
"ssid_modes": {
|
||||
"wpa2_personal": [
|
||||
{"ssid_name": "ssid_wpa2_2g", "appliedRadios": ["is2dot4GHz"], "security_key": "something"},
|
||||
{"ssid_name": "ssid_wpa2_5g", "appliedRadios": ["is5GHzU", "is5GHz", "is5GHzL"],
|
||||
{"ssid_name": "ssid_wpa2_2g", "appliedRadios": ["2G"], "security_key": "something"},
|
||||
{"ssid_name": "ssid_wpa2_5g", "appliedRadios": ["5G-upper", "5G", "5G-lower"],
|
||||
"security_key": "something"}]},
|
||||
"rf": {
|
||||
"is5GHz": {"channelBandwidth": "is20MHz"},
|
||||
"is5GHzL": {"channelBandwidth": "is20MHz"},
|
||||
"is5GHzU": {"channelBandwidth": "is20MHz"}},
|
||||
"rf": {
|
||||
"5G": {"channel-width": 20},
|
||||
"5G-lower": {"channel-width": 20},
|
||||
"5G-upper": {"channel-width": 20}},
|
||||
"radius": False,
|
||||
|
||||
"attenuator": {
|
||||
@@ -45,8 +44,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs0
|
||||
@pytest.mark.nss1
|
||||
def test_client_wpa2_personal_bridge_mcs0_nss1_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs0_nss1_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -67,9 +65,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2],
|
||||
["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
station_name=station_names_twog, vlan_id=vlan)
|
||||
@@ -98,8 +94,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs1
|
||||
@pytest.mark.nss1
|
||||
def test_client_wpa2_personal_bridge_mcs1_nss1_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs1_nss1_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -119,9 +114,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 1'], ['bandw_options: 20'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
@@ -151,8 +144,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs2
|
||||
@pytest.mark.nss1
|
||||
def test_client_wpa2_personal_bridge_mcs2_nss1_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs2_nss1_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -172,9 +164,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 1'], ['bandw_options: 20'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
@@ -204,8 +194,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs3
|
||||
@pytest.mark.nss1
|
||||
def test_client_wpa2_personal_bridge_mcs3_nss1_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs3_nss1_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -225,9 +214,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 1'], ['bandw_options: 20'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
station_name=station_names_twog, vlan_id=vlan)
|
||||
@@ -256,8 +243,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs4
|
||||
@pytest.mark.nss1
|
||||
def test_client_wpa2_personal_bridge_mcs4_nss1_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs4_nss1_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -277,9 +263,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 1'], ['bandw_options: 20'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
@@ -309,8 +293,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs5
|
||||
@pytest.mark.nss1
|
||||
def test_client_wpa2_personal_bridge_mcs5_nss1_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs5_nss1_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -330,9 +313,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 1'], ['bandw_options: 20'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
station_name=station_names_twog, vlan_id=vlan)
|
||||
@@ -361,8 +342,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs6
|
||||
@pytest.mark.nss1
|
||||
def test_client_wpa2_personal_bridge_mcs6_nss1_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs6_nss1_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -382,9 +362,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 1'], ['bandw_options: 20'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
@@ -414,8 +392,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs7
|
||||
@pytest.mark.nss1
|
||||
def test_client_wpa2_personal_bridge_mcs7_nss1_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs7_nss1_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -435,9 +412,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 1'], ['bandw_options: 20'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
station_name=station_names_twog, vlan_id=vlan)
|
||||
@@ -466,8 +441,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs8
|
||||
@pytest.mark.nss1
|
||||
def test_client_wpa2_personal_bridge_mcs8_nss1_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs8_nss1_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -487,9 +461,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 1'], ['bandw_options: 20'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
@@ -519,8 +491,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs9
|
||||
@pytest.mark.nss1
|
||||
def test_client_wpa2_personal_bridge_mcs9_nss1_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs9_nss1_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -540,9 +511,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 1'], ['bandw_options: 20'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
station_name=station_names_twog, vlan_id=vlan)
|
||||
@@ -573,8 +542,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs0
|
||||
@pytest.mark.nss2
|
||||
def test_client_wpa2_personal_bridge_mcs0_nss2_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs0_nss2_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -594,9 +562,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 2'], ['bandw_options: 20'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
@@ -626,8 +592,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs1
|
||||
@pytest.mark.nss2
|
||||
def test_client_wpa2_personal_bridge_mcs1_nss2_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs1_nss2_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -647,9 +612,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 2'], ['bandw_options: 20'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
@@ -679,8 +642,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs2
|
||||
@pytest.mark.nss2
|
||||
def test_client_wpa2_personal_bridge_mcs2_nss2_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs2_nss2_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -700,9 +662,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 2'], ['bandw_options: 20'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
@@ -732,8 +692,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs3
|
||||
@pytest.mark.nss2
|
||||
def test_client_wpa2_personal_bridge_mcs3_nss2_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs3_nss2_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -753,9 +712,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 2'], ['bandw_options: 20'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
@@ -785,8 +742,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs4
|
||||
@pytest.mark.nss2
|
||||
def test_client_wpa2_personal_bridge_mcs4_nss2_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs4_nss2_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -806,9 +762,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 1'], ['bandw_options: 20'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
@@ -838,8 +792,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs5
|
||||
@pytest.mark.nss2
|
||||
def test_client_wpa2_personal_bridge_mcs5_nss2_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs5_nss2_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -859,9 +812,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 2'], ['bandw_options: 20'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
@@ -891,8 +842,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs6
|
||||
@pytest.mark.nss2
|
||||
def test_client_wpa2_personal_bridge_mcs6_nss2_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs6_nss2_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -912,9 +862,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 2'], ['bandw_options: 20'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
@@ -944,8 +892,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs7
|
||||
@pytest.mark.nss2
|
||||
def test_client_wpa2_personal_bridge_mcs7_nss2_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs7_nss2_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -965,9 +912,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 2'], ['bandw_options: 20'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
@@ -997,8 +942,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs8
|
||||
@pytest.mark.nss2
|
||||
def test_client_wpa2_personal_bridge_mcs8_nss2_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs8_nss2_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -1018,9 +962,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 2'], ['bandw_options: 20'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
@@ -1050,8 +992,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs9
|
||||
@pytest.mark.nss2
|
||||
def test_client_wpa2_personal_bridge_mcs9_nss2_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs9_nss2_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -1071,9 +1012,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 2'], ['bandw_options: 20'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
@@ -1105,8 +1044,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs0
|
||||
@pytest.mark.nss3
|
||||
def test_client_wpa2_personal_bridge_mcs0_nss3_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs0_nss3_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -1126,9 +1064,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 3'], ['bandw_options: 80'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
@@ -1158,8 +1094,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs1
|
||||
@pytest.mark.nss3
|
||||
def test_client_wpa2_personal_bridge_mcs1_nss3_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs1_nss3_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -1179,9 +1114,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 3'], ['bandw_options: 80'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
@@ -1211,8 +1144,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs2
|
||||
@pytest.mark.nss3
|
||||
def test_client_wpa2_personal_bridge_mcs2_nss3_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs2_nss3_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -1232,9 +1164,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 3'], ['bandw_options: 80'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
@@ -1264,8 +1194,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs3
|
||||
@pytest.mark.nss3
|
||||
def test_client_wpa2_personal_bridge_mcs3_nss3_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs3_nss3_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -1285,9 +1214,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 3'], ['bandw_options: 80'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
@@ -1317,8 +1244,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs4
|
||||
@pytest.mark.nss3
|
||||
def test_client_wpa2_personal_bridge_mcs4_nss3_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs4_nss3_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -1338,9 +1264,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 3'], ['bandw_options: 80'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
@@ -1370,8 +1294,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs5
|
||||
@pytest.mark.nss3
|
||||
def test_client_wpa2_personal_bridge_mcs5_nss3_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs5_nss3_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -1391,9 +1314,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 3'], ['bandw_options: 80'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
@@ -1423,8 +1344,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs6
|
||||
@pytest.mark.nss3
|
||||
def test_client_wpa2_personal_bridge_mcs6_nss3_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs6_nss3_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -1444,9 +1364,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 3'], ['bandw_options: 80'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
@@ -1476,8 +1394,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs7
|
||||
@pytest.mark.nss3
|
||||
def test_client_wpa2_personal_bridge_mcs7_nss3_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs7_nss3_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -1497,9 +1414,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 3'], ['bandw_options: 80'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
@@ -1529,8 +1444,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs8
|
||||
@pytest.mark.nss3
|
||||
def test_client_wpa2_personal_bridge_mcs8_nss3_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs8_nss3_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -1550,9 +1464,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 3'], ['bandw_options: 80'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
@@ -1582,8 +1494,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs9
|
||||
@pytest.mark.nss3
|
||||
def test_client_wpa2_personal_bridge_mcs9_nss3_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs9_nss3_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -1603,9 +1514,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 3'], ['bandw_options: 80'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
@@ -1636,8 +1545,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs0
|
||||
@pytest.mark.nss4
|
||||
def test_client_wpa2_personal_bridge_mcs0_nss4_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs0_nss4_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -1657,9 +1565,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 4'], ['bandw_options: 80'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
@@ -1689,8 +1595,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs1
|
||||
@pytest.mark.nss4
|
||||
def test_client_wpa2_personal_bridge_mcs1_nss4_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs1_nss4_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -1710,9 +1615,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 4'], ['bandw_options: 80'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
@@ -1742,8 +1645,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs2
|
||||
@pytest.mark.nss4
|
||||
def test_client_wpa2_personal_bridge_mcs2_nss4_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs2_nss4_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -1763,9 +1665,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 4'], ['bandw_options: 80'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
@@ -1795,8 +1695,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs3
|
||||
@pytest.mark.nss4
|
||||
def test_client_wpa2_personal_bridge_mcs3_nss4_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs3_nss4_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -1816,9 +1715,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 4'], ['bandw_options: 80'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
@@ -1848,8 +1745,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs4
|
||||
@pytest.mark.nss4
|
||||
def test_client_wpa2_personal_bridge_mcs4_nss4_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs4_nss4_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -1869,9 +1765,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 4'], ['bandw_options: 80'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
@@ -1901,8 +1795,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs5
|
||||
@pytest.mark.nss4
|
||||
def test_client_wpa2_personal_bridge_mcs5_nss4_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs5_nss4_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -1922,9 +1815,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 4'], ['bandw_options: 80'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
@@ -1954,8 +1845,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs6
|
||||
@pytest.mark.nss4
|
||||
def test_client_wpa2_personal_bridge_mcs6_nss4_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs6_nss4_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -1975,9 +1865,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 4'], ['bandw_options: 80'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
@@ -2007,8 +1895,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs7
|
||||
@pytest.mark.nss4
|
||||
def test_client_wpa2_personal_bridge_mcs7_nss4_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs7_nss4_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -2028,9 +1915,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 4'], ['bandw_options: 80'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
@@ -2060,8 +1945,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs8
|
||||
@pytest.mark.nss4
|
||||
def test_client_wpa2_personal_bridge_mcs8_nss4_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs8_nss4_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -2081,9 +1965,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 4'], ['bandw_options: 80'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
@@ -2113,8 +1995,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
@pytest.mark.twog
|
||||
@pytest.mark.mcs9
|
||||
@pytest.mark.nss4
|
||||
def test_client_wpa2_personal_bridge_mcs9_nss4_2g(self, get_vif_state,
|
||||
lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
def test_client_wpa2_personal_bridge_mcs9_nss4_2g(self, lf_test, station_names_twog, create_lanforge_chamberview_dut,
|
||||
get_configuration):
|
||||
"""Receiver Sensitivity Bridge Mode
|
||||
pytest -m "rx_sensitivity_test and bridge and wpa2_personal and twog"
|
||||
@@ -2134,9 +2015,7 @@ class TestRxSensitivityBRIDGE2G(object):
|
||||
['spatial_streams: 4'], ['bandw_options: 80'], ['txo_sgi: ON'],
|
||||
['txo_retries: No Retry'], ['attenuator: %s' % attenuator], ['attenuator2: %s' % attenuator2], ["show_3s: 1"], ['txo_txpower: 17'],
|
||||
["show_ll_graphs: 1"], ["show_log: 1"]]
|
||||
if ssid_name not in get_vif_state:
|
||||
allure.attach(name="retest,vif state ssid not available:", body=str(get_vif_state))
|
||||
pytest.xfail("SSID NOT AVAILABLE IN VIF STATE")
|
||||
|
||||
|
||||
station = lf_test.Client_Connect(ssid=ssid_name, security=security,
|
||||
passkey=security_key, mode=mode, band=band,
|
||||
|
||||
Reference in New Issue
Block a user