From 9217f6cbfc143c2ac53cd3fbe16f258874a13ada Mon Sep 17 00:00:00 2001 From: "saul.gill" Date: Mon, 18 Oct 2021 19:03:10 +0100 Subject: 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 --- docs/development/devtools/devtools.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/development/devtools/devtools.rst') 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 -- cgit 1.2.3-korg