summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTimur Sufiev <tsufiev@mirantis.com>2016-01-19 14:44:27 +0300
committerTimur Sufiev <tsufiev@mirantis.com>2016-01-22 17:40:27 +0000
commitaf00c8588ddfaf62be141b26b3fa0da84d962d6d (patch)
treed458286be8fc398b1a749fbdbabb2265e5c6ac1f /tools
parent1305ccf5613ed859985691dc0624b7dbd6fcb4a0 (diff)
downloadhorizon-af00c8588ddfaf62be141b26b3fa0da84d962d6d.tar.gz
Place exports for dsvm-integration job into a separate file
This will allow us to modify devstack environment of a dsvm-integration job independently of infra repository, once https://review.openstack.org/#/c/269578/ is merged. This is a preparation to integration testing of Heat-enabled panel in Horizon, since Heat is disabled in Devstack by default. Change-Id: Id9ab8e846c33921e1c55e459056345c8d14204fd
Diffstat (limited to 'tools')
-rw-r--r--tools/gate/integration/devstack_exports.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/gate/integration/devstack_exports.sh b/tools/gate/integration/devstack_exports.sh
new file mode 100644
index 000000000..ce5593e0c
--- /dev/null
+++ b/tools/gate/integration/devstack_exports.sh
@@ -0,0 +1,6 @@
+export PYTHONUNBUFFERED=true
+export DEVSTACK_GATE_TIMEOUT=90
+export DEVSTACK_GATE_TEMPEST=0
+export DEVSTACK_GATE_EXERCISES=0
+export DEVSTACK_GATE_INSTALL_TESTONLY=1
+export DEVSTACK_GATE_NEUTRON=1