From 5a6aa70c0cb4e14f9f5cd24b518f9314ee9b785f Mon Sep 17 00:00:00 2001 From: bealler Date: Tue, 16 Feb 2021 11:26:23 -0500 Subject: [PATCH] Minor change for Throughput Test create/delete --- py-scripts/tip-cicd-sanity/Throughput_Test.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/py-scripts/tip-cicd-sanity/Throughput_Test.py b/py-scripts/tip-cicd-sanity/Throughput_Test.py index bb90e198..8200d33d 100755 --- a/py-scripts/tip-cicd-sanity/Throughput_Test.py +++ b/py-scripts/tip-cicd-sanity/Throughput_Test.py @@ -509,6 +509,10 @@ for key in equipment_id_dict: json.dump(sanity_status, json_file) 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 for x in profiles[0]: