summaryrefslogtreecommitdiffstats
path: root/docs/development/devtools/devtools.rst
diff options
context:
space:
mode:
authorsaul.gill <saul.gill@est.tech>2021-10-18 19:03:10 +0100
committerliamfallon <liam.fallon@est.tech>2021-11-02 13:47:44 +0000
commit89f93a929a3e36ebdf5a8f5a8d106cfc3a9469e4 (patch)
tree1a69a717732ebdf8a6ae8d43adc92e1746b22daf /docs/development/devtools/devtools.rst
parent9d61d5120c34361926a3a2c186be6521eb34fccf (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> (cherry picked from commit 9217f6cbfc143c2ac53cd3fbe16f258874a13ada) Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'docs/development/devtools/devtools.rst')
-rw-r--r--docs/development/devtools/devtools.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/devtools/devtools.rst b/docs/development/devtools/devtools.rst
index 630d8168..578bdbec 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.