From 8f1e85dcacf0283eb5584de2b04a08b766b63115 Mon Sep 17 00:00:00 2001 From: Ashish Gupta Date: Sat, 5 Oct 2024 00:56:56 +0530 Subject: [PATCH] [docs] Update test-operator documentation This commit udpates the documentation with proper links and few other fixes to be in line with latest information --- docs/source/crds.rst | 6 +++++- docs/source/guide.rst | 2 +- docs/source/images.rst | 9 +++++++++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/docs/source/crds.rst b/docs/source/crds.rst index 73e20e08..6027f514 100644 --- a/docs/source/crds.rst +++ b/docs/source/crds.rst @@ -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: diff --git a/docs/source/guide.rst b/docs/source/guide.rst index a0709707..38afea07 100644 --- a/docs/source/guide.rst +++ b/docs/source/guide.rst @@ -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): diff --git a/docs/source/images.rst b/docs/source/images.rst index 87069f81..114f28a8 100644 --- a/docs/source/images.rst +++ b/docs/source/images.rst @@ -53,3 +53,12 @@ Tobiko Image 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