From 7343cf25ad890e18b2f5b8d35c6acfc821dfd5ec Mon Sep 17 00:00:00 2001 From: "francois.cellier" Date: Tue, 27 Feb 2018 13:51:25 +0100 Subject: Add import and export pdps Change-Id: I2c9b1f2b86af862887df4b890cd8b11db7c308ee --- tests/python_unit/run_tests.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/python_unit/run_tests.sh b/tests/python_unit/run_tests.sh index 33c1ab98..0a9ac1f3 100644 --- a/tests/python_unit/run_tests.sh +++ b/tests/python_unit/run_tests.sh @@ -9,4 +9,9 @@ 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 +docker run --rm --volume $(pwd):/data wukongsun/moon_python_unit_test:latest + +cd ../moon_manager +rm -f tests/unit_python/database.db +docker run --rm --volume $(pwd):/data wukongsun/moon_python_unit_test:latest + -- cgit 1.2.3-korg