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/functional/run_tests.sh | 3 +++ tests/python_unit/run_tests.sh | 10 +++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 tests/functional/run_tests.sh (limited to 'tests') diff --git a/tests/functional/run_tests.sh b/tests/functional/run_tests.sh new file mode 100644 index 00000000..ced0f9f7 --- /dev/null +++ b/tests/functional/run_tests.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +echo "starting Moon Functional Tests" 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