use pip_install to install packages for tempest

Change-Id: Ia892e0bc3c8c16119686daf26595c2b82d7e27b0
This commit is contained in:
jiajun xu 2012-12-04 08:51:35 +08:00
parent d5a80069d8
commit d75bc1f3c1

View File

@ -52,7 +52,7 @@ function install_tempest() {
# Tempest doesn't satisfy its dependencies on its own, so
# install them here instead.
sudo pip install -r $TEMPEST_DIR/tools/pip-requires
pip_install -r $TEMPEST_DIR/tools/pip-requires
}