Page MenuHomeVyOS Platform

ospf: smoketest "router ospf' not found in" for ldp sync
Closed, ResolvedPublicBUG

Description

CI integration most of the time fails with the error:

out: DEBUG - ======================================================================
out: DEBUG - FAIL: test_ospf_15_ldp_sync (__main__.TestProtocolsOSPF.test_ospf_15_ldp_sync)
out: DEBUG - ----------------------------------------------------------------------
out: DEBUG - Traceback (most recent call last):
out: DEBUG -   File "/usr/libexec/vyos/tests/smoke/cli/test_protocols_ospf.py", line 488, in test_ospf_15_ldp_sync
out: DEBUG -     self.assertIn(f'router ospf', frrconfig)
out: DEBUG - AssertionError: 'router ospf' not found in ''`

Which is a valid error, as shown during debugging there is no "router ospf" configuration available anymore.

This feels partly related to https://github.com/FRRouting/frr/issues/16375 and the proposed fix seems to solve the issue with local builds

Details

Difficulty level
Hard (possibly days)
Version
1.4.0
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)