diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-05-19 23:11:21 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-05-20 11:43:46 +0200 |
commit | 3ca4ed03be7930a370e9fb895c24aac635811b3b (patch) | |
tree | f33cb8dd35a3b406366374eb79f757d7a18bbac7 /run_unit_tests.sh | |
parent | d5e8713a186d07fe33c904bbf0bb3a43cb518700 (diff) |
Install releng via requirements.txt
It should work in all branches if the right requirements.txt is
selected.
Change-Id: I9c46cd52496528835a92e371320debf92117b4fa
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'run_unit_tests.sh')
-rwxr-xr-x | run_unit_tests.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/run_unit_tests.sh b/run_unit_tests.sh index c4973ab65..3eb2cda8d 100755 --- a/run_unit_tests.sh +++ b/run_unit_tests.sh @@ -27,12 +27,6 @@ pip install -r $WORKSPACE/requirements.txt pip install -r $WORKSPACE/test-requirements.txt pip install $WORKSPACE -#install releng -rm -rf releng-unittests -git clone --depth 1 https://gerrit.opnfv.org/gerrit/releng releng-unittests -pip install releng-unittests/modules/ -rm -fr releng-unittests - nosetests --with-xunit \ --with-coverage \ --cover-tests \ |