diff options
author | Daniel Mellado <dmellado@redhat.com> | 2018-04-12 11:41:59 -0400 |
---|---|---|
committer | Luigi Toscano <ltoscano@redhat.com> | 2019-02-19 11:02:44 +0100 |
commit | 19337acadaa8564297bef701a35f457c088564e5 (patch) | |
tree | 43cb9af5613f6c3703e55f1a0ad54980d8ff675d | |
parent | ba9fc47876e7b09b8f132c9c3e566bba87f98a39 (diff) |
Apply contraints to tempest pluginsstable/pike
This commit applies the constraints for the tempest plugin installation
so they won't go over the upper reqs.
Closes-Bug: 1763436
Change-Id: I5cf91157bbdae79dec01d5b3db32efea21f1b2b7
(cherry picked from commit dc5d88bc0b2233ee8490d31ce67d6a8f6e503b23)
Notes
Notes (review):
Code-Review+2: Jens Harbott (frickler) <j.harbott@x-ion.de>
Workflow+1: Jens Harbott (frickler) <j.harbott@x-ion.de>
Verified+2: Zuul
Submitted-by: Zuul
Submitted-at: Tue, 19 Feb 2019 16:44:24 +0000
Reviewed-on: https://review.openstack.org/563617
Project: openstack-dev/devstack
Branch: refs/heads/stable/pike
-rw-r--r-- | lib/tempest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tempest b/lib/tempest index aab8296..5c9a67c 100644 --- a/lib/tempest +++ b/lib/tempest | |||
@@ -645,7 +645,7 @@ function install_tempest { | |||
645 | function install_tempest_plugins { | 645 | function install_tempest_plugins { |
646 | pushd $TEMPEST_DIR | 646 | pushd $TEMPEST_DIR |
647 | if [[ $TEMPEST_PLUGINS != 0 ]] ; then | 647 | if [[ $TEMPEST_PLUGINS != 0 ]] ; then |
648 | tox -evenv-tempest -- pip install $TEMPEST_PLUGINS | 648 | tox -evenv-tempest -- pip install -c $REQUIREMENTS_DIR/upper-constraints.txt $TEMPEST_PLUGINS |
649 | echo "Checking installed Tempest plugins:" | 649 | echo "Checking installed Tempest plugins:" |
650 | tox -evenv-tempest -- tempest list-plugins | 650 | tox -evenv-tempest -- tempest list-plugins |
651 | fi | 651 | fi |