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

Version
1.4.0
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)

Event Timeline

c-po changed the task status from Open to In progress.
c-po claimed this task.
c-po triaged this task as High priority.
c-po moved this task from Backlog to Finished on the VyOS 1.4 Sagitta (1.4.1) board.