Merge "Some minor code optimization in post_test_hook.sh"

This commit is contained in:
Jenkins
2016-08-31 22:47:19 +00:00
committed by Gerrit Code Review

View File

@@ -15,6 +15,9 @@
# This script is executed inside post_test_hook function in devstack gate.
# Install packages from test-requirements.txt
set -ex
sudo pip install -r /opt/stack/new/barbican/test-requirements.txt
cd /opt/stack/new/barbican/functionaltests