mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +00:00
removed unwanted code
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
@@ -517,14 +517,6 @@ class lf_tests(lf_libs):
|
||||
description = "did not report traffic"
|
||||
temp_dict[result] = description
|
||||
pass_fail_result.append(temp_dict)
|
||||
if obj.passes():
|
||||
logging.info("client connection to" + str(obj.dut_ssid) + "successful. Test Passed")
|
||||
result = "PASS"
|
||||
temp_dict[result] = ""
|
||||
pass_fail_result.append(temp_dict)
|
||||
else:
|
||||
logging.info("client connection to" + str(obj.dut_ssid) + "unsuccessful. Test Failed")
|
||||
result = "FAIL"
|
||||
for obj in eap_connect_objs:
|
||||
try:
|
||||
print("1." + str(obj.resource) + "." + str(obj.radio))
|
||||
|
||||
Reference in New Issue
Block a user