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: 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 <./tempest_pod.html>`_ or `Run Tempest via Podman <./tempest_podman.html>`_. To find all tempest images, go to `podified-master-centos9 organization `_ and filter for *tempest* results. Currently, there are the following tempest images: * `openstack-tempest `_ 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 :ref:`tempest-custom-resource`) * `openstack-tempest-all `_ 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. * `openstack-tempest-extras `_ 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: * `openstack-tempest `_ Tobiko Image ------------ * `openstack-tobiko `_ An image that installs tobiko directly from the source code downloaded from `x/tobiko `_ repository. HorizonTest Image ----------------- * `openstack-horizontest `_ An image that installs horizon directly from the source code downloaded from `x/horizon `_ repository and prepares the enviroment for selenium tests to run