""" loadQuickTest.py: Tested with two back-2-back Ixia ports RestPy has a limitation on running Quick Test. It could not modify Quick Test parameters on a Windows API server. If you want to be able to modify the traffic configuration, create your Quick Test using NGPF and create a traffic item. So instead of modifying Quick Test parameters, you modify the traffic items. - Connect to the API server - Configure license server IP - 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 IxNetwork API servers: - Windows, Windows Connection Mgr and Linux Supports Web Quick Test also. Set applicationType = 'quicktest' Requirements - IxNetwork 8.50 - Python 2.7 and 3+ - pip install requests - pip install ixnetwork_restpy (minimum version 1.0.51) RestPy Doc: https://www.openixia.com/userGuides/restPyDoc Usage: # Defaults to Windows - Enter: python