Eggplant Performance Test Controller:
GET Test Start Progress Method

This method gets progress messages for the startup of a test in Eggplant Performance.

URL

/test_controller/api/1.0/<workspace>/<project>/<test>/startup_progress

HTTP Method

GET: Gets progress messages for the startup of a test

Response Parameters

The response is a list of lists, where each list contains:

  • A timestamp
  • A Boolean value indicating success or failure
  • A String containing a message

Example Request

http://localhost:5001/test_controller/api/1.0/Demo%20Workspace/Demo/demoScript/startup_progress

Example Response

[

[

["2016-09-17T06:30:31.407000", true, "Created test run directory at D:\\workspaces\\Demo Workspace\\projects\\Demo\\runs\\Default Series\\demoScript.6"],

["2016-09-17T06:30:31.473000", true, "Created test audit at D:\\workspaces\\Demo Workspace\\projects\\Demo\\runs\\Default Series\\demoScript.6\\TestAudit.xml"],

["2016-09-17T06:30:31.475000", true, "Created alerts file at D:\\workspaces\\Demo Workspace\\projects\\Demo\\runs\\Default Series\\demoScript.6\\alerts.txt"],

["2016-09-17T06:30:31.487000", true, "Started local injector on port 39000"],

["2016-09-17T06:30:31.521000", true, "Transferring files to injectors"],

["2016-09-17T06:30:31.524000", true, "Injector localhost in injector family This machine: Transferring files to injector"],

["2016-09-17T06:30:31.549000", true, "Injector localhost in injector family This machine: File transfer complete"],

["2016-09-17T06:30:31.549000", true, "Starting engines"],

["2016-09-17T06:30:31.641000", true, "Engine startup complete"],

["2016-09-17T06:30:31.641000", true, "Initializing engines"],

["2016-09-17T06:30:31.741000", true, "Engine initialization complete"],

["2016-09-17T06:30:31.741000", true, "Starting virtual users"],

["2016-09-17T06:30:31.751000", true, "Virtual users started"],

["2016-09-17T06:30:31.751000", true, "Test started successfully"]

],

[]

]

 

This topic was last updated on January 13, 2022, at 02:42:23 PM.

Eggplant icon Eggplantsoftware.com | Documentation Home | User Forums | Support | Copyright © 2022 Eggplant