Skip to content

Commit

Permalink
Merge pull request #219 from ashu-011/docs_update
Browse files Browse the repository at this point in the history
[docs] Update test-operator documentation
  • Loading branch information
openshift-merge-bot[bot] authored Oct 7, 2024
2 parents cdf0149 + 8f1e85d commit f2ce22b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/source/crds.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ CRs Used By the test-operator
=============================

This file contains definitions of all custom resources (CRs) that are accepted by
the test-operator. Currently, there are two CRs accepted by the test-operator:
the test-operator. Currently, there are four CRs accepted by the test-operator:

* :ref:`tempest-custom-resource`

* :ref:`tobiko-custom-resource`

* :ref:`horizontest-custom-resource`

* :ref:`ansibletest-custom-resource`


.. _tempest-custom-resource:

Expand Down
2 changes: 1 addition & 1 deletion docs/source/guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Executing Tests
---------------

Once you have the test operator running, then you can apply a custom resource accepted
by the test-operator to start the testing. Currently, two types of custom
by the test-operator to start the testing. Currently, four types of custom
resources are being accepted by the test-operator (see
:ref:`custom-resources-used-by-the-test-operator` section):

Expand Down
9 changes: 9 additions & 0 deletions docs/source/images.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,12 @@ Tobiko Image

An image that installs tobiko directly from the source code downloaded from
`x/tobiko <https://opendev.org/x/tobiko.git>`_ repository.

HorizonTest Image
-----------------

* `openstack-horizontest <https://quay.io/repository/podified-antelope-centos9/openstack-horizontest?tab=tags&tag=current-podified>`_

An image that installs horizon directly from the source code downloaded from
`x/horizon <https://opendev.org/openstack/horizon.git>`_ repository and prepares
the enviroment for selenium tests to run

0 comments on commit f2ce22b

Please sign in to comment.