From 946938bf90af1d4458d4ea8e1e25dfb303df91a4 Mon Sep 17 00:00:00 2001 From: anil-tegala Date: Thu, 9 May 2024 01:23:22 +0530 Subject: [PATCH] add default radio's for station creation & sniffer for roam test Signed-off-by: anil-tegala --- lf_libs/lf_tests.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lf_libs/lf_tests.py b/lf_libs/lf_tests.py index 0fcf7b41..340e7998 100644 --- a/lf_libs/lf_tests.py +++ b/lf_libs/lf_tests.py @@ -3365,9 +3365,9 @@ class lf_tests(lf_libs): description = f"{e}" return pass_fail, description - def roam_test(self, ap1_bssid="90:3c:b3:6c:46:dd", ap2_bssid="90:3c:b3:6c:47:2d", fiveg_radio="1.1.wiphy4", - twog_radio="1.1.wiphy4", sixg_radio="1.1.wiphy4", - band="twog", sniff_radio_="1.1.wiphy5", num_sta=1, security="wpa2", security_key="Openwifi", + def roam_test(self, ap1_bssid="90:3c:b3:6c:46:dd", ap2_bssid="90:3c:b3:6c:47:2d", fiveg_radio="1.1.wiphy2", + twog_radio="1.1.wiphy1", sixg_radio="1.1.wiphy3", + band="twog", sniff_radio_="1.1.wiphy4", num_sta=1, security="wpa2", security_key="Openwifi", ssid="OpenWifi", upstream="1.1.eth1", duration=None, iteration=1, channel="11", option="ota", dut_name=["edgecore_eap101", "edgecore_eap102"], traffic_type="lf_udp", eap_method=None, eap_identity=None, eap_password=None, pairwise_cipher=None, groupwise_cipher=None,