Tempest follows global requirements of master on openstack (as it is
branchless) when running tempest in an all in one environment with an
older branch this can cause requirements conflicts. To prevent this
issue we need to venv isolate tempest from the system to ensure that
everything is properly isolated.
Change-Id: I6944b9f5732d21a6b4ceb567dda84d6daaf62e1c
| ... | ... |
@@ -66,7 +66,7 @@ BUILD_TIMEOUT=${BUILD_TIMEOUT:-196}
|
| 66 | 66 |
# This must be False on stable branches, as master tempest |
| 67 | 67 |
# deps do not match stable branch deps. Set this to True to |
| 68 | 68 |
# have tempest installed in DevStack by default. |
| 69 |
-INSTALL_TEMPEST=${INSTALL_TEMPEST:-"True"}
|
|
| 69 |
+INSTALL_TEMPEST=${INSTALL_TEMPEST:-"False"}
|
|
| 70 | 70 |
|
| 71 | 71 |
BOTO_MATERIALS_PATH="$FILES/images/s3-materials/cirros-${CIRROS_VERSION}"
|
| 72 | 72 |
BOTO_CONF=/etc/boto.cfg |