Images Used by test-operator¶
The test-operator uses images that are built and defined in TCIB (The Container Image Build). The built images are published to quay.io.
Tempest Images¶
Note
You can use the images to run a container or a pod on your own, without running the test-operator, see Run Tempest in a Pod or Run Tempest via Podman.
To find all tempest images, go to podified-master-centos9 organization and filter for tempest results.
Currently, there are the following tempest images:
-
An image that installs openstack-tempest RPM package that contains only tempest and no other plugins. The user can install any external plugin during the container execution using the tempestRun.externalPlugin* parameters (see Tempest Custom Resource)
-
An image that installs openstack-tempest-all RPM package. Most of the tempest plugins are included in the RPM too, see the spec file for the exact list.
-
An image that installs openstack-tempest-all RPM package. On top of the all the plugins that are part of the RPM, this image contains a few extras. The list of the extra projects (mainly tempest plugins) that are installed there has a tendency to change. Therefore for the up to date list check the TCIB definition of the image.
test-operator runs, for now, only the following test images:
Tobiko Image¶
-
An image that installs tobiko directly from the source code downloaded from x/tobiko repository.
HorizonTest Image¶
-
An image that installs horizon directly from the source code downloaded from x/horizon repository and prepares the enviroment for selenium tests to run