diff --git a/libs/tip_2x/controller.py b/libs/tip_2x/controller.py index 2bc3826f0..60ceb11ca 100644 --- a/libs/tip_2x/controller.py +++ b/libs/tip_2x/controller.py @@ -2018,4 +2018,4 @@ if __name__ == '__main__': # print(profile.get_ssid_info()) # # print(obj.get_devices()) - obj.logout() + obj.logout() \ No newline at end of file diff --git a/libs/tip_2x/tip_2x.py b/libs/tip_2x/tip_2x.py index 07f1bcd1f..63cd5a2a6 100644 --- a/libs/tip_2x/tip_2x.py +++ b/libs/tip_2x/tip_2x.py @@ -1148,4 +1148,4 @@ if __name__ == '__main__': d = var.setup_basic_configuration(configuration=setup_params_enterprise, requested_combination=target) print(d) # var.setup_firmware() - # var.teardown_objects() + # var.teardown_objects() \ No newline at end of file diff --git a/setup_env.bash b/setup_env.bash index 3083cbbe2..daf3ad3a8 100755 --- a/setup_env.bash +++ b/setup_env.bash @@ -258,4 +258,4 @@ markers = wpa3_enterprise: Use this marker to run wpa3_enterprise Encryption tests in each of the above test plans/suites wpa_wpa2_enterprise_mixed: Use this marker to run wpa_wpa2_enterprise_mixed Encryption tests in each of the above test plans/suites wpa3_enterprise_mixed: Use this marker to run wpa3_enterprise_mixed Encryption tests in each of the above test plans/suites -" >> tests/pytest.ini +" >> tests/pytest.ini \ No newline at end of file