From 207c26abbbd8b2eaecb0e0c997bab3e178fa950b Mon Sep 17 00:00:00 2001 From: shivam Date: Wed, 17 Aug 2022 14:38:13 +0530 Subject: [PATCH] Fixed the issue for 6g test cases --- libs/tip_2x/controller.py | 2 +- libs/tip_2x/tip_2x.py | 2 +- tests/lab_info.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/tip_2x/controller.py b/libs/tip_2x/controller.py index 60ceb11ca..2bc3826f0 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() \ No newline at end of file + obj.logout() diff --git a/libs/tip_2x/tip_2x.py b/libs/tip_2x/tip_2x.py index 63cd5a2a6..07f1bcd1f 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() \ No newline at end of file + # var.teardown_objects() diff --git a/tests/lab_info.json b/tests/lab_info.json index 242f800bc..0cdde160d 100644 --- a/tests/lab_info.json +++ b/tests/lab_info.json @@ -330,4 +330,4 @@ }, "open_flow": {}, "influx_params": {} -} +} \ No newline at end of file