Fix regex to run keystone plugin tests
According to some logs [1], keystone tempest plugin tests are running other tests that aren't part of the plugin. [1] http://logs.openstack.org/69/324769/24/check/gate-keystone-dsvm-functional-v3-only-ubuntu-xenial-nv/139b160/console.html Change-Id: Ib96a1c10b7e1e544561cbdbb57d0bacd6cda505e
This commit is contained in:
parent
f3e5a6e1c0
commit
0772cb684a
@ -21,7 +21,7 @@
|
||||
fi
|
||||
|
||||
export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1
|
||||
export DEVSTACK_GATE_TEMPEST_REGEX='keystone'
|
||||
export DEVSTACK_GATE_TEMPEST_REGEX='keystone_tempest_plugin'
|
||||
|
||||
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||
./safe-devstack-vm-gate-wrap.sh
|
||||
@ -53,7 +53,7 @@
|
||||
fi
|
||||
|
||||
export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1
|
||||
export DEVSTACK_GATE_TEMPEST_REGEX='keystone'
|
||||
export DEVSTACK_GATE_TEMPEST_REGEX='keystone_tempest_plugin'
|
||||
export DEVSTACK_LOCAL_CONFIG="ENABLE_IDENTITY_V2=False"
|
||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin keystone git://git.openstack.org/openstack/keystone"
|
||||
export ENABLED_SERVICES=keystone-saml2-federation
|
||||
|
Loading…
Reference in New Issue
Block a user