mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-12-27 16:04:56 +00:00
Added Environment Variable Generic Method for tip_2x
Signed-off-by: shivam <shivam.thakur@candelatech.com>
This commit is contained in:
@@ -535,3 +535,4 @@ if __name__ == '__main__':
|
||||
# if a == l:
|
||||
# print("a = l")
|
||||
# print(obj.get_ap_version())
|
||||
|
||||
|
||||
@@ -2019,4 +2019,3 @@ if __name__ == '__main__':
|
||||
# print(profile.get_ssid_info())
|
||||
# # print(obj.get_devices())
|
||||
obj.logout()
|
||||
|
||||
|
||||
@@ -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()
|
||||
Reference in New Issue
Block a user