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:
parent
27c843005d
commit
b1d9d275af
@ -31,7 +31,7 @@ WB_CONF = CONF.whitebox_neutron_plugin_options
|
|||||||
LOG = log.getLogger(__name__)
|
LOG = log.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
class InternalDNSBaseCommon(base.BaseTempestWhiteboxTestCase):
|
class InternalDNSBaseCommon(base.TrafficFlowTest):
|
||||||
"""Common base class of resources and functionalities for test classes."""
|
"""Common base class of resources and functionalities for test classes."""
|
||||||
|
|
||||||
port_error_msg = ('Openstack command returned incorrect'
|
port_error_msg = ('Openstack command returned incorrect'
|
||||||
|
Loading…
Reference in New Issue
Block a user