From 29978b8da50adf58a7045593cbc292a08cf929f1 Mon Sep 17 00:00:00 2001 From: anil-tegala Date: Thu, 29 Jun 2023 16:45:20 +0530 Subject: [PATCH] spatial consistency function name correction Signed-off-by: anil-tegala --- lf_libs/lf_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lf_libs/lf_tests.py b/lf_libs/lf_tests.py index 15bbc908..995e09a3 100644 --- a/lf_libs/lf_tests.py +++ b/lf_libs/lf_tests.py @@ -2080,7 +2080,7 @@ class lf_tests(lf_libs): logging.info("TEST FAILED, Actual throughput is lesser than Expected.") return False, "TEST FAILED, Actual throughput (%sMbps) is lesser than Expected (%sMbps)" % (str(list(csv_val[type].values())[-1]),str(pass_value)) - def spacial_consistency(self, ssid_name=None, security_key=None, security="wpa2", mode="BRIDGE", band="twog", + def spatial_consistency(self, ssid_name=None, security_key=None, security="wpa2", mode="BRIDGE", band="twog", vlan=1, dut_data=None, num_sta=1, download_rate="100%", upload_rate="0", spatial_streams=1, instance_name="", pass_value=None, attenuations=None, create_vlan=True): logging.info("Cleanup existing clients and traffic")