From b1d9d275afc0b6cbc751c552a856040baa7c85d4 Mon Sep 17 00:00:00 2001 From: Roman Safronov Date: Thu, 13 Jun 2024 13:33:20 +0300 Subject: [PATCH] Fix missing nodes in DNS test test_ovn_dns_name_after_networker_reboot was failing because environment nodes were not discovered. Change-Id: Ia3c95c4832acbc592b95cdd83932cdb366e1a501 --- .../tests/scenario/test_internal_dns.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whitebox_neutron_tempest_plugin/tests/scenario/test_internal_dns.py b/whitebox_neutron_tempest_plugin/tests/scenario/test_internal_dns.py index 37adcf7..fbb6bf0 100644 --- a/whitebox_neutron_tempest_plugin/tests/scenario/test_internal_dns.py +++ b/whitebox_neutron_tempest_plugin/tests/scenario/test_internal_dns.py @@ -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'