Skip to content

Commit 21de06d

Browse files
authored
Merge pull request #26 from stackhpc/upstream/yoga-2023-02-13
Synchronise yoga with upstream
2 parents f9379df + aaafcbe commit 21de06d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

neutron/tests/unit/agent/l3/test_dvr_local_router.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ def test_floating_forward_rules_no_fip_ns(self):
307307
self.assertFalse(ri.floating_forward_rules(fip))
308308

309309
def test_floating_forward_rules(self):
310+
self.utils_exec.return_value = "iptables v1.6.2 (legacy)"
310311
router = mock.MagicMock()
311312
router.get.return_value = [{'host': HOSTNAME},
312313
{'host': mock.sentinel.otherhost}]

0 commit comments

Comments
 (0)