diff options
author | Asteroide <thomas.duval@orange.com> | 2018-02-19 15:34:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-02-19 15:34:12 +0000 |
commit | e36a301b551e454ea8c28aa2beefd8f535d8f6fe (patch) | |
tree | c5e7fae4158b6c33b029a5397021e16731ace6d8 /moon_pythonunittest | |
parent | f4c44ba00f07c75099fbf0316c9e3bc53b83f30d (diff) | |
parent | b38ecccb8ab9cd1e631f89c92f6b88e420b2a1b0 (diff) |
Merge "Add the moon_pythonfunctest container to perform functionnal tests"
Diffstat (limited to 'moon_pythonunittest')
-rw-r--r-- | moon_pythonunittest/run_tests.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/moon_pythonunittest/run_tests.sh b/moon_pythonunittest/run_tests.sh index 6c586f87..8175d00b 100644 --- a/moon_pythonunittest/run_tests.sh +++ b/moon_pythonunittest/run_tests.sh @@ -1,13 +1,13 @@ #!/usr/bin/env bash cd /data -pip3 install -r tests/unit_python/requirements.txt --upgrade -pip3 install . +#pip3 install -r tests/python_unit/requirements.txt --upgrade +#pip3 install . if [ -f /data/tests/unit_python/run_tests.sh ]; then bash /data/tests/unit_python/run_tests.sh; fi -cd /data/tests/unit_python +cd /data/tests/python_python pytest . |