use local_conf for one of the tempest tests

This changes one of the tempest experimental jobs to using the new
local_conf stanza instead of inline DEVSTACK_LOCAL_CONFIG. It's on
experimental so it should be safe to merge and iterate on to work out
any bugs in the system.

Change-Id: Id0ce3f617790fd1822f08b293cfeabfa22bf9ab6
This commit is contained in:
Sean Dague 2017-02-24 09:02:30 -05:00
parent 15fa2e7502
commit 6c3a94a95f
1 changed files with 7 additions and 3 deletions

View File

@ -297,15 +297,19 @@
- link-logs
- net-info
- devstack-checkout
- local_conf:
conf: |
[[local|localrc]]
ENABLE_IDENTITY_V2=False
SERVICE_DOMAIN_NAME=service
TEMPEST_USE_TEST_ACCOUNTS=True
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_FULL=1
export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_LOCAL_CONFIG="ENABLE_IDENTITY_V2=False"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"SERVICE_DOMAIN_NAME=service"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"TEMPEST_USE_TEST_ACCOUNTS=True"
export DEVSTACK_GATE_TLSPROXY=1
export BRANCH_OVERRIDE={branch-override}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then