diff --git a/jenkins/jobs/blazar.yaml b/jenkins/jobs/blazar.yaml index 5d761485ca..d897c8064a 100644 --- a/jenkins/jobs/blazar.yaml +++ b/jenkins/jobs/blazar.yaml @@ -22,8 +22,8 @@ export DEVSTACK_LOCAL_CONFIG="enable_plugin blazar git://git.openstack.org/openstack/blazar" # Construct a regex to limiting scope of tempest - r="^(?:tempest\.cli\.simple_read_only\.test_resource_.*)" - r="$r|^(?:tempest\.scenario\.test_resource_.*)" + r="^(?:tempest\.cli\.simple_read_only\.test_.*reservation.*)" + r="$r|^(?:tempest\.scenario\.test_.*reservation.*)" export DEVSTACK_GATE_TEMPEST_REGEX="$r" function pre_test_hook {