""" loadQuickTest.py: Tested with two back-2-back UHD ports - Connect to UHD API server - Loads a saved Quick Test config file. This script will run all the created Quick Tests in the saved config file one after another and retrieve all of the csv result files with a timestamp on them so they don't overwrite your existing result files. - Optional: Assign ports or use the ports that are in the saved config file. - Start all protocols - Verify all protocols - Start traffic - Monitor Quick Test - Copy Quick Test CSV result files - Copy PDF test result. This only for Windows. Supports Web Quick Test also. Set applicationType = 'quicktest' Requirements: - Minimum UHD 1.0 - Python 2.7 and 3+ - pip install requests - (optional) pip install tabulate - pip install ixnetwork_restpy (minimum version 1.0.54) RestPy Doc: https://www.openixia.com/userGuides/restPyDoc Usage: - Enter: python