Running tests with containerized agents
If you already have a local workbench, instead of installing the agents on different
machines and locations, you can just deploy the containerized agents to generate the
load.
Before you begin
You must have configured Docker container as per the instructions in the Configuring Docker containers topic.
About this task
Typically, when the agents are installed, you specify the workbench host name and port number to
establish the connection with the workbench. If you use containerized agents, they are already
installed. Therefore, you specify the connection information during the run.
Note: The version number
of the container images and the desktop products must match. If you have previous version of the
container image, uninstall it and install the current version. To uninstall the image, use these commands:
- Stop the container by running
.docker stop "CONTAINER ID" - Uninstall the image by running
.docker rmi -f "image ID"