Fix missing nodes in DNS test

test_ovn_dns_name_after_networker_reboot was failing because
environment nodes were not discovered.

Change-Id: Ia3c95c4832acbc592b95cdd83932cdb366e1a501
This commit is contained in:
Roman Safronov 2024-06-13 13:33:20 +03:00
parent 27c843005d
commit b1d9d275af

View File

@ -31,7 +31,7 @@ WB_CONF = CONF.whitebox_neutron_plugin_options
LOG = log.getLogger(__name__)
class InternalDNSBaseCommon(base.BaseTempestWhiteboxTestCase):
class InternalDNSBaseCommon(base.TrafficFlowTest):
"""Common base class of resources and functionalities for test classes."""
port_error_msg = ('Openstack command returned incorrect'