From time to time, we get the smoketest test_ospf_17_duplicate_area_network FAIL
It seems the commit is done, but FRR does not fully load the config during checking, or the daemon is not started at the time of checking.
DEBUG - test_ospf_17_duplicate_area_network (__main__.TestProtocolsOSPF.test_ospf_17_duplicate_area_network) ... FAIL DEBUG - DEBUG - ====================================================================== DEBUG - FAIL: test_ospf_17_duplicate_area_network (__main__.TestProtocolsOSPF.test_ospf_17_duplicate_area_network) DEBUG - ---------------------------------------------------------------------- DEBUG - Traceback (most recent call last): DEBUG - File "/usr/libexec/vyos/tests/smoke/cli/test_protocols_ospf.py", line 561, in test_ospf_17_duplicate_area_network DEBUG - self.assertIn(f'router ospf', frrconfig) DEBUG - AssertionError: 'router ospf' not found in '' DEBUG - DEBUG - ----------------------------------------------------------------------