aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/README.md
diff options
context:
space:
mode:
authorRHE <rebirthmonkey@gmail.com>2018-01-11 18:28:45 +0100
committerRHE <rebirthmonkey@gmail.com>2018-01-11 18:29:43 +0100
commit1788b170db073ac68b2ca3545ec54dc779686b46 (patch)
treef2e1581650495961d61ddc292773065659d4ea37 /tests/functional/README.md
parent64232ea214cb6fdccee5c53a360231c2f2802b27 (diff)
restructure tests
Change-Id: I1f4abead58c86f8584e12e993c1c8348341abfcc Signed-off-by: RHE <rebirthmonkey@gmail.com>
Diffstat (limited to 'tests/functional/README.md')
-rw-r--r--tests/functional/README.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/functional/README.md b/tests/functional/README.md
new file mode 100644
index 00000000..4cac22b6
--- /dev/null
+++ b/tests/functional/README.md
@@ -0,0 +1,27 @@
+# Moon Functional Test
+
+[Test Platform Setup](../../tools/moon_kubernetes/README.md)
+
+
+### Pod Functional Test
+Launch functional [test scenario](tests/functional/scenario_enabled) :
+```bash
+sudo pip install python_moonclient --upgrade
+cd $MOON_HOME/tests/functional/scenario_tests
+moon_create_pdp --consul-host=$MOON_HOST --consul-port=30005 -v rbac_large.py
+moon_get_keystone_project --consul-host=$MOON_HOST --consul-port=30005
+moon_get_pdp --consul-host=$MOON_HOST --consul-port=30005
+moon_map_pdp_to_project "<pdp_id>" "<keystone_project_id>"
+moon_send_authz_to_wrapper --consul-host=$MOON_HOST --consul-port=30005 --authz-host=$WRAPPER_HOST --authz-port=$WRAPPER_PORT -v rbac_large.py
+```
+
+To retrieve the wrapper information, use the following command:
+```bash
+kubectl get -n moon services | grep wrapper
+```
+
+Launch functional tests:
+```bash
+cd $MOON_HOME
+sudo bash $TARGET_MODULE/tests/functional_pod/run_functional_tests.sh
+```