From a44dc963fafa7dd721b6bd6d71a9751d5f2fcfdf Mon Sep 17 00:00:00 2001 From: shivam Date: Thu, 8 Sep 2022 18:15:22 +0530 Subject: [PATCH] added the eap configuration section Signed-off-by: shivam --- libs/tip_2x/tip_2x.py | 2 +- tests/conftest.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/tip_2x/tip_2x.py b/libs/tip_2x/tip_2x.py index 0c3048f4b..3f6e82070 100644 --- a/libs/tip_2x/tip_2x.py +++ b/libs/tip_2x/tip_2x.py @@ -1147,4 +1147,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/tests/conftest.py b/tests/conftest.py index 89471a785..687737445 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -488,4 +488,4 @@ def check_connectivity(request, get_testbed_details, get_target_object, run_lf): " is connected after Test", body="") if not run_lf: - request.addfinalizer(collect_logs) \ No newline at end of file + request.addfinalizer(collect_logs)