Merge "Fix skip of faults OVN agents tests when there is no OVN in env"

This commit is contained in:
Zuul 2020-11-25 19:33:12 +00:00 committed by Gerrit Code Review
commit f4d5276835

View File

@ -516,8 +516,8 @@ class OvnControllerTest(BaseAgentTest):
stack = tobiko.required_setup_fixture(stacks.CirrosServerStackFixture)
def setUp(self):
self.get_ovn_agents_from_containers()
super(OvnControllerTest, self).setUp()
self.get_ovn_agents_from_containers()
def kill_ovn_controller(self,
hosts: typing.Optional[typing.List[str]] = None,