aboutsummaryrefslogtreecommitdiffstats
path: root/docs/developer_info/CSIT_Macroflow_developer_info.rst
diff options
context:
space:
mode:
authorSeshu Kumar Mudiganti <seshukumar.mudiganti@windriver.com>2023-03-28 18:10:06 +0000
committerGerrit Code Review <gerrit@onap.org>2023-03-28 18:10:06 +0000
commitd3f3ec8b1c9367fa7b85c19cac2c52aaa33f004e (patch)
tree5e89dd85d4e0dd18c49261d554e9f6e1138e5f63 /docs/developer_info/CSIT_Macroflow_developer_info.rst
parentfb516859f920197eba4cbc1f5b82279f3e3753c6 (diff)
parentee57f20a6c25725d965259f05d7fa86ca6ac7ef8 (diff)
Merge "Fix docs issues"
Diffstat (limited to 'docs/developer_info/CSIT_Macroflow_developer_info.rst')
-rw-r--r--docs/developer_info/CSIT_Macroflow_developer_info.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/developer_info/CSIT_Macroflow_developer_info.rst b/docs/developer_info/CSIT_Macroflow_developer_info.rst
index d8c52a4a71..fe5a8f2707 100644
--- a/docs/developer_info/CSIT_Macroflow_developer_info.rst
+++ b/docs/developer_info/CSIT_Macroflow_developer_info.rst
@@ -15,7 +15,7 @@ Ensure you have a healthy ONAP Deployment running. The following components will
- MultiCloud
What is Macroflow?
------------------
+------------------
The SO building blocks are a set of database-driven, configurable and generic process steps to be leveraged through several actions defined as 'Macro' flows. For each of the macro flows, there are a set of actions to be performed which are implemented as building blocks - which then implement generic logic to handle the orchestration of services and various type of resources orchestrated by ONAP, as well as their corresponding actions.
@@ -37,6 +37,7 @@ First pull the CSIT repo from Gerrit, either with or without the hooks
… code-block::
git clone "https://gerrit.onap.org/r/integration/csit"
+
or
.. code-block::
@@ -79,7 +80,7 @@ If you look at the contents of the plans/so/macroflow you will see the following
**docker-compose.yml:** This lists all the requrired docker.
How to run tests against specific SO versions
---------------------------------------------
+---------------------------------------------
It is possible to run the CSIT Macroflow suite against local docker images although it is not the default. Through this method specific versions of SO can be tested.
There are two changes required to make this work.
@@ -91,7 +92,7 @@ There are two changes required to make this work.
This should be enough to run the CSIT Macroflow test suite locally.
CSIT Macroflow Tests High Level Scenarios
----------------------------------------------------
+-----------------------------------------
**Step 1:**