Change regex expression for new test case
Blazar has two type of reservation scenarioes. Previous regrex only matches one of the scenarioes. Change-Id: I270721a0fe79de326f47d420a1ef2da555b3eb73
This commit is contained in:
parent
545a0340b6
commit
17c3fb4251
@ -22,8 +22,8 @@
|
|||||||
export DEVSTACK_LOCAL_CONFIG="enable_plugin blazar git://git.openstack.org/openstack/blazar"
|
export DEVSTACK_LOCAL_CONFIG="enable_plugin blazar git://git.openstack.org/openstack/blazar"
|
||||||
|
|
||||||
# Construct a regex to limiting scope of tempest
|
# Construct a regex to limiting scope of tempest
|
||||||
r="^(?:tempest\.cli\.simple_read_only\.test_resource_.*)"
|
r="^(?:tempest\.cli\.simple_read_only\.test_.*reservation.*)"
|
||||||
r="$r|^(?:tempest\.scenario\.test_resource_.*)"
|
r="$r|^(?:tempest\.scenario\.test_.*reservation.*)"
|
||||||
export DEVSTACK_GATE_TEMPEST_REGEX="$r"
|
export DEVSTACK_GATE_TEMPEST_REGEX="$r"
|
||||||
|
|
||||||
function pre_test_hook {
|
function pre_test_hook {
|
||||||
|
Loading…
Reference in New Issue
Block a user