summaryrefslogtreecommitdiff
path: root/playbooks
diff options
context:
space:
mode:
authorrabi <ramishra@redhat.com>2017-11-18 15:27:06 +0530
committerrabi <ramishra@redhat.com>2017-11-25 10:35:36 +0530
commit31ffa13932b1f0c9c2596b9d30f44ecf3cc8f14b (patch)
treebafdb3be035a9668b03df81bd3008c2d40921a93 /playbooks
parent0cbfac7a99154433918b2510945d8ff323f457dd (diff)
downloadheat-31ffa13932b1f0c9c2596b9d30f44ecf3cc8f14b.tar.gz
Use heat-tempest-plugin in grenade job
Change-Id: I3a3744fa116a2d424b2afd95eb89058ad78d7f0b
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/devstack/grenade/run.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/devstack/grenade/run.yaml b/playbooks/devstack/grenade/run.yaml
index e25460302..f2c2ea483 100644
--- a/playbooks/devstack/grenade/run.yaml
+++ b/playbooks/devstack/grenade/run.yaml
@@ -30,6 +30,7 @@
cat << 'EOF' >>"/tmp/dg-local.conf"
[[local|localrc]]
enable_plugin heat git://git.openstack.org/openstack/heat
+ TEMPEST_PLUGINS+=' ../heat-tempest-plugin'
EOF
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
@@ -40,6 +41,7 @@
set -e
set -x
export PROJECTS="openstack-dev/grenade $PROJECTS"
+ export PROJECTS="openstack/heat-tempest-plugin $PROJECTS"
export PYTHONUNBUFFERED=true
export GRENADE_PLUGINRC="enable_grenade_plugin heat https://git.openstack.org/openstack/heat"
export DEVSTACK_GATE_NEUTRON=1