From 5d325dfc5d666b345b6555ea9dc4ab3af853be67 Mon Sep 17 00:00:00 2001 From: RHE Date: Fri, 12 Jan 2018 14:56:14 +0100 Subject: create moon jenkins Change-Id: I10cac28f45fca917a0a841e1113a9ffb31369f15 Signed-off-by: RHE --- tests/python_unit/run_tests.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'tests/python_unit') diff --git a/tests/python_unit/run_tests.sh b/tests/python_unit/run_tests.sh index 86a5e06a..33c1ab98 100644 --- a/tests/python_unit/run_tests.sh +++ b/tests/python_unit/run_tests.sh @@ -1,4 +1,12 @@ #!/usr/bin/env bash -cd ${MOON_HOME}/python_moonclient +echo "starting Moon Functional Tests" + +cd python_moonutilities +docker run --rm --volume $(pwd):/data wukongsun/moon_python_unit_test:latest + +cd ../python_moondb +docker run --rm --volume $(pwd):/data wukongsun/moon_python_unit_test:latest + +cd ../python_moonclient docker run --rm --volume $(pwd):/data wukongsun/moon_python_unit_test:latest \ No newline at end of file -- cgit 1.2.3-korg