From 412cdeeb52a6f6c9ced11d8493d4a0237c54ebea Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Fri, 5 Apr 2019 12:06:24 +0900 Subject: [PATCH] Skip test_delete_tap_resources_after_ts_port_delete on stable branches Related-Bug: #1814937 Change-Id: I41cc369b15c058af36c1a0ee2a06d1484f83eadc --- .zuul.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index b78a72f..71621f1 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -142,15 +142,30 @@ parent: tap-as-a-service-tempest-plugin override-checkout: stable/rocky nodeset: openstack-single-node-xenial + vars: + tempest_black_regex: | + (?x) # Ignore comments and whitespaces + # bug 1814937 + neutron_taas_tempest_plugin\.tests\.api\.test_taas\.TaaSExtensionTestJSON\.test_delete_tap_resources_after_ts_port_delete - job: name: tap-as-a-service-tempest-plugin-queens parent: tap-as-a-service-tempest-plugin override-checkout: stable/queens nodeset: openstack-single-node-xenial + vars: + tempest_black_regex: | + (?x) # Ignore comments and whitespaces + # bug 1814937 + neutron_taas_tempest_plugin\.tests\.api\.test_taas\.TaaSExtensionTestJSON\.test_delete_tap_resources_after_ts_port_delete - job: name: tap-as-a-service-tempest-plugin-pike parent: tap-as-a-service-tempest-plugin override-checkout: stable/pike nodeset: openstack-single-node-xenial + vars: + tempest_black_regex: | + (?x) # Ignore comments and whitespaces + # bug 1814937 + neutron_taas_tempest_plugin\.tests\.api\.test_taas\.TaaSExtensionTestJSON\.test_delete_tap_resources_after_ts_port_delete