Browse code

Merge "Make sure tox is installed when setting up tempest" into stable/icehouse

Jenkins authored on 2014/07/27 04:51:07
Showing 1 changed files
... ...
@@ -415,6 +415,7 @@ function create_tempest_accounts {
415 415
 # install_tempest() - Collect source and prepare
416 416
 function install_tempest {
417 417
     git_clone $TEMPEST_REPO $TEMPEST_DIR $TEMPEST_BRANCH
418
+    pip_install "tox<1.7"
418 419
 }
419 420
 
420 421
 # init_tempest() - Initialize ec2 images