Skip to content

Commit 0d7df32

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Fix installing tempest plugins"
2 parents 2ba0131 + bcd8a50 commit 0d7df32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/tempest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ function install_tempest_plugins {
672672
pushd $TEMPEST_DIR
673673
if [[ $TEMPEST_PLUGINS != 0 ]] ; then
674674
# The requirements might be on a different branch, while tempest & tempest plugins needs master requirements.
675-
(cd $REQUIREMENTS_DIR && git show master:upper-constraints.txt) > u-c-m.txt
675+
(cd $REQUIREMENTS_DIR && git show origin/master:upper-constraints.txt) > u-c-m.txt
676676
tox -evenv-tempest -- pip install -c u-c-m.txt $TEMPEST_PLUGINS
677677
echo "Checking installed Tempest plugins:"
678678
tox -evenv-tempest -- tempest list-plugins

0 commit comments

Comments
 (0)