From 880b0bc6c43a56fec3d1637a97792d3461d41293 Mon Sep 17 00:00:00 2001 From: Arx Cruz Date: Mon, 31 Oct 2022 18:36:53 +0100 Subject: [PATCH] Adding dns.nameservers option in tempest Designate tests now requires at least one nameserver in tempest dns.nameservers option [1], this patch add it in order to make the test passes. 1 - https://github.com/openstack/designate-tempest-plugin/commit/6c251b44c57f8d08d45468ef00a5c4d53a9c923b Closes-Bug: #1995169 Change-Id: I6ddd0e3ab6acbeefe957d52482c59577af9e1658 --- zuul.d/standalone-jobs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/standalone-jobs.yaml b/zuul.d/standalone-jobs.yaml index c92d5862b..d95f33674 100644 --- a/zuul.d/standalone-jobs.yaml +++ b/zuul.d/standalone-jobs.yaml @@ -552,6 +552,7 @@ - designate tempest_tempest_conf_overrides: auth.tempest_roles: "Member" + dns.nameservers: '1.1.1.1' tempest_test_whitelist: - 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops' - 'sahara_tempest_plugin.tests.api.test_data_sources.DataSourceTest'