Merge "Fixed git show for upper-constraints.txt in lib/tempest"
diff --git a/lib/tempest b/lib/tempest
index 7a74bb9..3fefa5b 100644
--- a/lib/tempest
+++ b/lib/tempest
@@ -577,7 +577,7 @@
fi
# The requirements might be on a different branch, while tempest needs master requirements.
- (cd $REQUIREMENTS_DIR && git show master:upper-constraints.txt) > u-c-m.txt
+ (cd $REQUIREMENTS_DIR && git show origin/master:upper-constraints.txt) > u-c-m.txt
tox -evenv-tempest -- pip install -c u-c-m.txt -r requirements.txt
# Auth: