mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
sta_connect_example: Remove invalid comparisons
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -65,7 +65,7 @@ def main():
|
|||||||
#staConnect.finish()
|
#staConnect.finish()
|
||||||
staConnect.cleanup()
|
staConnect.cleanup()
|
||||||
is_passing = staConnect.passes()
|
is_passing = staConnect.passes()
|
||||||
if is_passing == False:
|
if not is_passing:
|
||||||
# run_results = staConnect.get_failed_result_list()
|
# run_results = staConnect.get_failed_result_list()
|
||||||
fail_message = staConnect.get_fail_message()
|
fail_message = staConnect.get_fail_message()
|
||||||
print("Some tests failed:\n" + fail_message)
|
print("Some tests failed:\n" + fail_message)
|
||||||
|
|||||||
Reference in New Issue
Block a user