From 829443fd8330ae51848fe007e4dbb86934a41b4f Mon Sep 17 00:00:00 2001 From: Igor Ryzhov Date: Thu, 15 Feb 2024 15:35:24 +0200 Subject: [PATCH] tests: fix ospf_suppress_fa timing issue Set static router-id for OSPF, because otherwise it depends on timing of router-id updates received from zebra and may differ between test runs. Signed-off-by: Igor Ryzhov --- tests/topotests/ospf_suppress_fa/r2/ospfd.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/topotests/ospf_suppress_fa/r2/ospfd.conf b/tests/topotests/ospf_suppress_fa/r2/ospfd.conf index ebc7d252fdfd..ecc35f7e7831 100644 --- a/tests/topotests/ospf_suppress_fa/r2/ospfd.conf +++ b/tests/topotests/ospf_suppress_fa/r2/ospfd.conf @@ -10,6 +10,7 @@ interface r2-eth1 ip ospf dead-interval 10 ! router ospf + ospf router-id 10.0.23.2 network 10.0.12.0/24 area 0 network 10.0.23.0/24 area 1 area 1 nssa