Skip to content

Commit f2ce22b

Browse files
Merge pull request #219 from ashu-011/docs_update
[docs] Update test-operator documentation
2 parents cdf0149 + 8f1e85d commit f2ce22b

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

docs/source/crds.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ CRs Used By the test-operator
55
=============================
66

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

1010
* :ref:`tempest-custom-resource`
1111

1212
* :ref:`tobiko-custom-resource`
1313

14+
* :ref:`horizontest-custom-resource`
15+
16+
* :ref:`ansibletest-custom-resource`
17+
1418

1519
.. _tempest-custom-resource:
1620

docs/source/guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Executing Tests
174174
---------------
175175

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

docs/source/images.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,12 @@ Tobiko Image
5353

5454
An image that installs tobiko directly from the source code downloaded from
5555
`x/tobiko <https://opendev.org/x/tobiko.git>`_ repository.
56+
57+
HorizonTest Image
58+
-----------------
59+
60+
* `openstack-horizontest <https://quay.io/repository/podified-antelope-centos9/openstack-horizontest?tab=tags&tag=current-podified>`_
61+
62+
An image that installs horizon directly from the source code downloaded from
63+
`x/horizon <https://opendev.org/openstack/horizon.git>`_ repository and prepares
64+
the enviroment for selenium tests to run

0 commit comments

Comments
 (0)