diff --git a/zuul.d/base.yaml b/zuul.d/base.yaml index 28998cf0..2917cb8b 100644 --- a/zuul.d/base.yaml +++ b/zuul.d/base.yaml @@ -98,7 +98,10 @@ # default test timeout set to 1200 seconds may be not enough if job is # run on slow node tempest_test_timeout: 2400 - tempest_test_regex: ^neutron_tempest_plugin\.scenario + tempest_test_regex: "\ + (^neutron_tempest_plugin.scenario)|\ + (^tempest.api.compute.servers.test_attach_interfaces)|\ + (^tempest.api.compute.servers.test_multiple_create)" devstack_localrc: PHYSICAL_NETWORK: default CIRROS_VERSION: 0.5.1