OpenIxia / IxNetwork

A central location for IxNetwork sample scripts and utilities. Please also visit http://openixia.com
MIT License
50 stars 59 forks source link

method startQuickTest in IxNetRestApiQuickTest.py not work #120

Closed lebronrmc closed 3 years ago

lebronrmc commented 3 years ago

Hi I try to start 2544 throughput quicktest by using rest api on linux restapi server . I sent https request by using the method def startQuickTest(self, quickTestHandle) in the script IxNetRestApiQuickTest.py. It will sent request like this http://{apiServerIp:port}/api/v1/sessions/{sessionid}/ixnetwork/**quickTest**/operations/start .The response is Success, but the quicktest did not start. Instead I change url to http://{apiServerIp:port}/api/v1/sessions/{1}/ixnetwork/**timeline**/operations/start), then quicktest can be started . Anyone know why http://{apiServerIp:port}/api/v1/sessions/{sessionid}/ixnetwork/**quickTest**/operations/start not work ?

lebronrmc commented 3 years ago

comfirmed the rest api /api/v1/sessions/{sessionid}/ixnetwork/quickTest/operations/start in WebUI edition do not work correctly right now