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 - 6c251b44c5

Closes-Bug: #1995169
Change-Id: I6ddd0e3ab6acbeefe957d52482c59577af9e1658
This commit is contained in:
Arx Cruz 2022-10-31 18:36:53 +01:00
parent 9ed3be9f49
commit 880b0bc6c4
1 changed files with 1 additions and 0 deletions

View File

@ -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'