Merge "[UT] Allow any call order in `test_send_ipv4_addr_adv_notif`"

This commit is contained in:
Zuul
2025-10-22 11:52:48 +00:00
committed by Gerrit Code Review

View File

@@ -1110,7 +1110,8 @@ class TestArpPing(TestIPCmdBase):
mock.call().netns.execute(mock.ANY, extra_ok_codes=[1, 2],
privsep_exec=True),
mock.call().netns.execute(mock.ANY, extra_ok_codes=[1, 2],
privsep_exec=True)])
privsep_exec=True)],
any_order=True)
ip_wrapper = mIPWrapper(namespace=mock.sentinel.ns_name)