Running automated tests with containerized agents on IBM® Cloud Private
To adopt IBM® Cloud Private fully and manage the entire development to deployment workflow on cloud, you would want to start and stop capabilities with a few clicks. By providing the agents in containers, you can dynamically provision capability as required without procuring the machines and installing the agents.
Before you begin
You must have configured IBM® Cloud Private as per the instructions in Configuring IBM Cloud Private.
About this task
You must use only floating licenses to play back the tests.
To automate deployment and playback of the tests, you can choose to create bash
scripts for the Kubernetes commands and integrate with Jenkins.
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 the following
command:
docker rmi -f "image ID"