aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/run_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/run_tests.sh')
-rw-r--r--tests/functional/run_tests.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/functional/run_tests.sh b/tests/functional/run_tests.sh
deleted file mode 100644
index c5cbabbb..00000000
--- a/tests/functional/run_tests.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/env bash
-
-echo "starting Moon Functional Tests"
-
-COMPONENTS="moon_authz, moon_interface, moon_manager, moon_orchestrator, moon_wrapper"
-
-for dir in ${COMPONENTS}; do
- echo "Testing component ${dir}"
- cd ${MOON_HOME}/${dir}
- docker run --rm --volume $(pwd):/data wukongsun/moon_forming:latest /bin/bash /root/switch.sh functest
-done
-
-# TODO: download tests results