mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
Minor change for Throughput Test create/delete
This commit is contained in:
@@ -509,6 +509,10 @@ for key in equipment_id_dict:
|
|||||||
json.dump(sanity_status, json_file)
|
json.dump(sanity_status, json_file)
|
||||||
|
|
||||||
logger.info("Throughput tests complete on " + key)
|
logger.info("Throughput tests complete on " + key)
|
||||||
|
# Move AP off profile in use
|
||||||
|
ap_profile = CloudSDK.set_ap_profile(equipment_id, profile_info_dict[fw_model]["profile_id"], cloudSDK_url,
|
||||||
|
bearer)
|
||||||
|
time.sleep(5)
|
||||||
|
|
||||||
# Delete profiles created for test
|
# Delete profiles created for test
|
||||||
for x in profiles[0]:
|
for x in profiles[0]:
|
||||||
|
|||||||
Reference in New Issue
Block a user