From 321e546716a2104169dbebae513a22b8d94dc9d8 Mon Sep 17 00:00:00 2001 From: Mikhail Samoylov Date: Wed, 25 Dec 2024 16:41:33 +0400 Subject: [PATCH] [tempest] Enable neutron DNS integration tests --- openstack/tempest/neutron-tempest/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack/tempest/neutron-tempest/values.yaml b/openstack/tempest/neutron-tempest/values.yaml index 126043c672b..bc7d64dc3b0 100644 --- a/openstack/tempest/neutron-tempest/values.yaml +++ b/openstack/tempest/neutron-tempest/values.yaml @@ -1,5 +1,5 @@ # You can override subchart values here, e.g. concurrency -run_pattern: neutron_tempest_plugin.api|tempest.api.network +run_pattern: neutron_tempest_plugin.api|tempest.api.network|neutron_tempest_plugin.scenario.test_dns_integration concurrency: 2 owner-info: helm-chart-url: 'https://github.com/sapcc/helm-charts/tree/master/openstack/tempest/neutron-tempest'