diff options
author | saul.gill <saul.gill@est.tech> | 2021-10-18 19:03:10 +0100 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2021-10-19 11:48:55 +0100 |
commit | 9217f6cbfc143c2ac53cd3fbe16f258874a13ada (patch) | |
tree | 86a55844bac8d80541cf94d0018f84c77e8ac469 /docs/development/devtools/devtools.rst | |
parent | 32b4eb96c6959c6b7627afee05674dc4b6de91d8 (diff) |
Added docs for smoke testing the GUI
Added doc for smoke testing the GUI
Added images to go together with the docs
Added tosca file to be used in tests
Issue-ID: POLICY-3725
Change-Id: I91f80ca871f3953e2be1426b17be7e4c9ed5a059
Signed-off-by: saul.gill <saul.gill@est.tech>
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 |