removed unwanted code

Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
jitendracandela
2022-09-14 22:55:16 +05:30
parent 316d06f3d5
commit 6266b163c2

View File

@@ -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))