Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wifi 7603 #546

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
aeaa38f
fixed the channels
Jyothsna-setti Apr 5, 2022
e51b1d0
channels fixed
Jyothsna-setti Apr 5, 2022
f6d02f8
Merge branch 'master' of https://github.com/Telecominfraproject/wlan-…
Jyothsna-setti Apr 5, 2022
e79703c
Merge branch 'master' of https://github.com/Telecominfraproject/wlan-…
Jyothsna-setti Apr 12, 2022
0112ce8
Removed unwanted code
Jyothsna-setti Apr 24, 2022
bcec9cc
Removed unwanted markers and made some changes in country code SG(and…
Jyothsna-setti Apr 24, 2022
130c33f
Removed unwanted files
Jyothsna-setti Apr 25, 2022
7d39e07
Removed unnecessary spaces in test_general_security_modes
Jyothsna-setti Apr 25, 2022
1b9d372
Added a new marker in country code JP(IOS)
Jyothsna-setti Apr 25, 2022
420077c
removed unnecessary files
Jyothsna-setti Apr 25, 2022
250ed4f
added a new marker in country US(IOS)
Jyothsna-setti Apr 25, 2022
7aa0d9d
solved the conflicts
Jyothsna-setti Apr 27, 2022
ccd5232
Merge branch 'master' of https://github.com/Telecominfraproject/wlan-…
Jyothsna-setti May 6, 2022
b502eb2
Merge branch 'master' of https://github.com/Telecominfraproject/wlan-…
Jyothsna-setti May 10, 2022
f82b871
Added a new marker in rate_limiting testcases(android)
Jyothsna-setti May 13, 2022
e2d6dcf
Added new marker in rate_limiting (android)
Jyothsna-setti May 13, 2022
9bb047f
Added a new marker in Toggle-wifimode testcases(both android and ios)
Jyothsna-setti May 13, 2022
f233fff
Added a new marker in ToggleAirplaneMode and ToggleWifiMode
Jyothsna-setti May 15, 2022
b1effc8
Added new markers
Jyothsna-setti May 17, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file.
Empty file.
Empty file added tests/e2e/Maverick/__init__.py
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
pytestmark = [pytest.mark.sanity, pytest.mark.interop, pytest.mark.android, pytest.mark.interop_and,
pytest.mark.ClientConnectivity]

from android_lib import closeApp, set_APconnMobileDevice_android, verifyUploadDownloadSpeed_android, \
Toggle_AirplaneMode_android, ForgetWifiConnection, openApp
from android_lib import closeApp, set_APconnMobileDevice_android, verifyUploadDownloadSpeed_android, Toggle_AirplaneMode_android, ForgetWifiConnection, openApp

setup_params_general = {
"mode": "BRIDGE",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ class TestBridgeModeConnectSuiteOne(object):
@pytest.mark.fiveg
@pytest.mark.wpa2_personal
@pytest.mark.twentyMhz
@pytest.mark.patience
def test_ClientConnect_bridge_wpa2_chn36_20Mhz_CA_5g(self, request, get_vif_state, get_ap_logs,
get_ToggleAirplaneMode_data, setup_perfectoMobile_android):
profile_data = setup_params_general1["ssid_modes"]["wpa2_personal"][1]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
@pytest.mark.usefixtures("setup_profiles")
class TestBridgeModeConnectSuiteOne(object):
""" Client Connect SuiteOne

"""

@allure.testcase(url="https://telecominfraproject.atlassian.net/browse/WIFI-7656", name="WIFI-7656")
Expand Down Expand Up @@ -1728,3 +1727,4 @@ def test_ClientConnect_bridge_wpa2_chn144_20Mhz_US_5g(self, request, get_vif_sta
else:
allure.attach(name="Connection Status: ", body=str("Device is Unable to connect"))
assert False

Original file line number Diff line number Diff line change
Expand Up @@ -1162,6 +1162,4 @@ def test_ClientConnect_bridge_wpa2_chn11_40Mhz_US_2g(self, request, get_vif_stat
assert True
else:
allure.attach(name="Connection Status: ", body=str("Device is Unable to connect"))
assert False


assert False
Original file line number Diff line number Diff line change
Expand Up @@ -1025,5 +1025,3 @@ def test_ClientConnect_bridge_wpa2_chn11_80Mhz_US_2g(self, request, get_vif_stat
else:
allure.attach(name="Connection Status: ", body=str("Device is Unable to connect"))
assert False


Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
if 'perfecto_libs' not in sys.path:
sys.path.append(f'../libs/perfecto_libs')

pytestmark = [pytest.mark.sanity, pytest.mark.interop, pytest.mark.android, pytest.mark.interop_and, pytest.mark.ToggleAirplaneMode]
pytestmark = [pytest.mark.sanity, pytest.mark.interop, pytest.mark.android, pytest.mark.interop_and, pytest.mark.ToggleAirplaneMode, pytest.mark.bridge,pytest.mark.client_reconnect, pytest.mark.client_reconnect_testing]

from android_lib import closeApp, set_APconnMobileDevice_android, Toggle_AirplaneMode_android, ForgetWifiConnection, openApp

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
if 'perfecto_libs' not in sys.path:
sys.path.append(f'../libs/perfecto_libs')

pytestmark = [pytest.mark.regression, pytest.mark.interop, pytest.mark.android, pytest.mark.interop_and, pytest.mark.ToggleAirplaneMode, pytest.mark.client_reconnect]
pytestmark = [pytest.mark.regression, pytest.mark.interop, pytest.mark.android, pytest.mark.interop_and, pytest.mark.ToggleAirplaneMode, pytest.mark.client_reconnect,pytest.mark.general_security, pytest.mark.client_reconnect_testing]

from android_lib import closeApp, set_APconnMobileDevice_android, Toggle_AirplaneMode_android, ForgetWifiConnection, openApp,\
gets_ip_add_for_checking_and_forgets_ssid, verifyUploadDownloadSpeed_android, wifi_connect, wifi_disconnect_and_forget, gets_ip_add_and_does_not_forget_ssid
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
verify_APconnMobileDevice_iOS, Toggle_WifiMode_iOS, tearDown

pytestmark = [pytest.mark.sanity, pytest.mark.interop, pytest.mark.ios, pytest.mark.interop_ios,
pytest.mark.ToggleAirplaneMode]
pytest.mark.ToggleAirplaneMode, pytest.mark.client_reconnect, pytest.mark.client_reconnect_testing]

setup_params_general = {
"mode": "BRIDGE",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
verifyUploadDownloadSpeediOS, gets_ip_add_eap_and_does_not_forget_ssid_ios, gets_ip_add_for_checking_and_forgets_ssid_ios, wifi_connect_eap, wifi_disconnect_and_forget

pytestmark = [pytest.mark.regression, pytest.mark.interop, pytest.mark.ios, pytest.mark.interop_ios, pytest.mark.client_reconnect
, pytest.mark.bridge, pytest.mark.enterprise, pytest.mark.ToggleAirplaneMode]
, pytest.mark.bridge, pytest.mark.enterprise, pytest.mark.ToggleAirplaneMode, pytest.mark.client_reconnect_testing]

setup_params_enterprise = {
"mode": "BRIDGE",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
Toggle_AirplaneMode_iOS, set_APconnMobileDevice_iOS, verify_APconnMobileDevice_iOS, Toggle_WifiMode_iOS, tearDown,\
verifyUploadDownloadSpeediOS, gets_ip_add_and_does_not_forget_ssid_ios, gets_ip_add_for_checking_and_forgets_ssid_ios, wifi_connect, wifi_disconnect_and_forget

pytestmark = [pytest.mark.regression, pytest.mark.interop, pytest.mark.ios, pytest.mark.interop_ios,
pytest.mark.client_reconnect, pytest.mark.bridge, pytest.mark.ToggleAirplaneMode]
pytestmark = [pytest.mark.regression, pytest.mark.interop, pytest.mark.ios,pytest.mark.general_security, pytest.mark.interop_ios,
pytest.mark.client_reconnect, pytest.mark.bridge, pytest.mark.ToggleAirplaneMode, pytest.mark.client_reconnect_testing]

setup_params_general = {
"mode": "BRIDGE",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
sys.path.append(f'../libs/perfecto_libs')

pytestmark = [pytest.mark.sanity, pytest.mark.interop, pytest.mark.interop_and, pytest.mark.android,
pytest.mark.ToggleWifiMode]
pytest.mark.ToggleWifiMode,pytest.mark.client_reconnect, pytest.mark.client_reconnect_testing]

from android_lib import closeApp, set_APconnMobileDevice_android, Toggle_WifiMode_android, Toggle_AirplaneMode_android, \
ForgetWifiConnection, openApp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
sys.path.append(f'../libs/perfecto_libs')

pytestmark = [pytest.mark.regression, pytest.mark.interop, pytest.mark.android, pytest.mark.interop_and, pytest.mark.ToggleWifiMode,
pytest.mark.client_reconnect, pytest.mark.enterprise]
pytest.mark.client_reconnect, pytest.mark.enterprise, pytest.mark.client_reconnect_testing]

from android_lib import closeApp, set_APconnMobileDevice_android, Toggle_WifiMode_android, ForgetWifiConnection, openApp,\
gets_ip_add_for_checking_and_forgets_ssid, verifyUploadDownloadSpeed_android, wifi_connect, wifi_disconnect_and_forget, gets_ip_add_eap_and_does_not_forget_ssid
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
if 'perfecto_libs' not in sys.path:
sys.path.append(f'../libs/perfecto_libs')

pytestmark = [pytest.mark.regression, pytest.mark.interop, pytest.mark.android, pytest.mark.interop_and, pytest.mark.ToggleWifiMode, pytest.mark.client_reconnect]
pytestmark = [pytest.mark.regression, pytest.mark.interop, pytest.mark.android, pytest.mark.interop_and, pytest.mark.ToggleWifiMode, pytest.mark.client_reconnect,pytest.mark.general_security, pytest.mark.client_reconnect_testing]

from android_lib import closeApp, set_APconnMobileDevice_android, Toggle_WifiMode_android, ForgetWifiConnection, openApp,\
gets_ip_add_for_checking_and_forgets_ssid, verifyUploadDownloadSpeed_android, wifi_connect, wifi_disconnect_and_forget, gets_ip_add_and_does_not_forget_ssid
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
sys.path.append(f'../libs/perfecto_libs')

pytestmark = [pytest.mark.sanity, pytest.mark.interop, pytest.mark.ios, pytest.mark.interop_ios,
pytest.mark.ToggleWifiMode]
pytest.mark.ToggleWifiMode, pytest.mark.client_reconnect_testing, pytest.mark.client_reconnect]

from iOS_lib import closeApp, openApp, Toggle_AirplaneMode_iOS, ForgetWifiConnection, set_APconnMobileDevice_iOS, \
verify_APconnMobileDevice_iOS, Toggle_WifiMode_iOS, tearDown
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
verifyUploadDownloadSpeediOS, gets_ip_add_eap_and_does_not_forget_ssid_ios, gets_ip_add_for_checking_and_forgets_ssid_ios, wifi_connect_eap, wifi_disconnect_and_forget

pytestmark = [pytest.mark.regression, pytest.mark.interop, pytest.mark.ios, pytest.mark.interop_ios, pytest.mark.client_reconnect
, pytest.mark.bridge, pytest.mark.enterprise, pytest.mark.ToggleWifiMode]
, pytest.mark.bridge, pytest.mark.enterprise, pytest.mark.ToggleWifiMode, pytest.mark.client_reconnect_testing]

setup_params_enterprise = {
"mode": "BRIDGE",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
Toggle_AirplaneMode_iOS, set_APconnMobileDevice_iOS, verify_APconnMobileDevice_iOS, Toggle_WifiMode_iOS, tearDown,\
verifyUploadDownloadSpeediOS, gets_ip_add_and_does_not_forget_ssid_ios, gets_ip_add_for_checking_and_forgets_ssid_ios, wifi_connect, wifi_disconnect_and_forget

pytestmark = [pytest.mark.regression, pytest.mark.interop, pytest.mark.ios, pytest.mark.interop_ios,
pytest.mark.client_reconnect, pytest.mark.bridge, pytest.mark.ToggleWifiMode]
pytestmark = [pytest.mark.regression, pytest.mark.interop, pytest.mark.ios,pytest.mark.general_security, pytest.mark.interop_ios,
pytest.mark.client_reconnect, pytest.mark.bridge, pytest.mark.ToggleWifiMode, pytest.mark.client_reconnect_testing]

setup_params_general = {
"mode": "BRIDGE",
Expand Down