summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2017-11-09 09:20:29 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2017-11-10 09:38:47 +0100
commitd1a92429bfe16eee251e045a578994dea8a779d2 (patch)
tree8c673fa9a831390f1b96e3402067834716bd8fd7
parent7b65c59d39c3cc61973b212fd247d27ca13f7d63 (diff)
Apply upper-constraints when testing SNAPS
It conforms with OpenStack rules [1] and enforces the same testing env over the OPNFV projects [2]. [1] https://wiki.openstack.org/wiki/Requirements [2] https://wiki.opnfv.org/display/functest/Requirements+management Conflicts: ci/run_tests.sh Change-Id: Iad277b305dbb6c9e96894f5809edcb27a750e418 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 9622634b85de65dc8940a48789cd75430e9fbc8f)
-rwxr-xr-xci/run_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/run_tests.sh b/ci/run_tests.sh
index 14f1a11..0f85c3d 100755
--- a/ci/run_tests.sh
+++ b/ci/run_tests.sh
@@ -6,7 +6,7 @@ set -e
sudo pip install virtualenv
virtualenv ./vpy
source ./vpy/bin/activate
-pip install -e ../
+pip install -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata -e ../
# $1 is the IP to the pod's build server
# $2 is the IP to the pod's control server