Added Environment Variable Generic Method for tip_2x

Signed-off-by: shivam <shivam.thakur@candelatech.com>
This commit is contained in:
shivam
2022-08-08 23:12:37 +05:30
committed by karthikaeyetea
parent ed5daad339
commit c4f5ef01ac
3 changed files with 4 additions and 2 deletions

View File

@@ -535,3 +535,4 @@ if __name__ == '__main__':
# if a == l:
# print("a = l")
# print(obj.get_ap_version())

View File

@@ -2019,4 +2019,3 @@ if __name__ == '__main__':
# print(profile.get_ssid_info())
# # print(obj.get_devices())
obj.logout()

View File

@@ -554,6 +554,8 @@ class tip_2x:
logging.error("Exception in getting DUT Channel and bw data.")
return data
=======
>>>>>>> Added Environment Variable Generic Method for tip_2x
def get_applied_ssid_info(self, profile_object=None, idx=0):
if profile_object is None:
logging.error("Profile object is None, Unable to fetch ssid info from AP")
@@ -1149,4 +1151,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()