File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,16 @@ CRs Used By the test-operator
5
5
=============================
6
6
7
7
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:
9
9
10
10
* :ref: `tempest-custom-resource `
11
11
12
12
* :ref: `tobiko-custom-resource `
13
13
14
+ * :ref: `horizontest-custom-resource `
15
+
16
+ * :ref: `ansibletest-custom-resource `
17
+
14
18
15
19
.. _tempest-custom-resource :
16
20
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ Executing Tests
174
174
---------------
175
175
176
176
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
178
178
resources are being accepted by the test-operator (see
179
179
:ref: `custom-resources-used-by-the-test-operator ` section):
180
180
Original file line number Diff line number Diff line change @@ -53,3 +53,12 @@ Tobiko Image
53
53
54
54
An image that installs tobiko directly from the source code downloaded from
55
55
`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
You can’t perform that action at this time.
0 commit comments