def runTraffic(self): runTestUrl = self.sessionIdUrl+'/ixLoad/test/operations/runTest' response = self.post(runTestUrl) operationsId = response.headers['Location'] self.verifyStatus(self.httpHeader+operationsId, timeout=300)