diff options
author | Liam Fallon <liam.fallon@est.tech> | 2021-10-20 07:54:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-10-20 07:54:15 +0000 |
commit | 01d39cdce963a0be50923d7c4d9467caaa7e41d3 (patch) | |
tree | 2ca26ab8b97bf5d57d4dcdf799aa1fd87eea91df /docs/development/devtools/devtools.rst | |
parent | 76adca5081c3ee7b23f6384f944d1b526424669f (diff) | |
parent | 9217f6cbfc143c2ac53cd3fbe16f258874a13ada (diff) |
Merge "Added docs for smoke testing the GUI"
Diffstat (limited to 'docs/development/devtools/devtools.rst')
-rw-r--r-- | docs/development/devtools/devtools.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/development/devtools/devtools.rst b/docs/development/devtools/devtools.rst index 0cf11a4c..8b150b48 100644 --- a/docs/development/devtools/devtools.rst +++ b/docs/development/devtools/devtools.rst @@ -233,7 +233,7 @@ Developing and Debugging each Policy Component Running a MariaDb Instance ++++++++++++++++++++++++++ -The Policy Framework requires a MariaDb instance running. The easiest way to do this is to run a docker image locally. +The Policy Framework requires a MariaDb instance running. The easiest way to do this is to run a docker image locally. One example on how to do this is to use the scripts used by the policy/api S3P tests. @@ -276,6 +276,8 @@ familiar with the Policy Framework components and test any local changes. .. toctree:: :maxdepth: 1 + policy-gui-controlloop-smoke.rst + .. api-smoke.rst |