diff options
author | RHE <rebirthmonkey@gmail.com> | 2018-01-12 14:56:14 +0100 |
---|---|---|
committer | RHE <rebirthmonkey@gmail.com> | 2018-01-12 14:56:14 +0100 |
commit | 5d325dfc5d666b345b6555ea9dc4ab3af853be67 (patch) | |
tree | 7888aab723b8d127666302f65ad5b5df6f9f92d1 /tests | |
parent | df9333a89b3d38a5421bc86fae4e0bba9280b21b (diff) |
create moon jenkins
Change-Id: I10cac28f45fca917a0a841e1113a9ffb31369f15
Signed-off-by: RHE <rebirthmonkey@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/functional/run_tests.sh | 3 | ||||
-rw-r--r-- | tests/python_unit/run_tests.sh | 10 |
2 files changed, 12 insertions, 1 deletions
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 |