Browse code

use pip_install to install packages for tempest

Change-Id: Ia892e0bc3c8c16119686daf26595c2b82d7e27b0

jiajun xu authored on 2012/12/04 09:51:35
Showing 1 changed files
... ...
@@ -52,7 +52,7 @@ function install_tempest() {
52 52
 
53 53
     # Tempest doesn't satisfy its dependencies on its own, so
54 54
     # install them here instead.
55
-    sudo pip install -r $TEMPEST_DIR/tools/pip-requires
55
+    pip_install -r $TEMPEST_DIR/tools/pip-requires
56 56
 }
57 57
 
58 58