Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bgpd: Update default-originate route-map actual map structure (backport #15558) #15576

Merged
merged 1 commit into from
Mar 19, 2024

bgpd: Update default-originate route-map actual map structure

51443f6
Select commit
Loading
Failed to load commit list.
Merged

bgpd: Update default-originate route-map actual map structure (backport #15558) #15576

bgpd: Update default-originate route-map actual map structure
51443f6
Select commit
Loading
Failed to load commit list.
NetDEF CI Pull Requests Testing / [CI] Basic Tests failed Mar 19, 2024 in 4h 2m 58s

Basic Tests summary

➡️ Jobs in progress: 0/59

✖️ Jobs Failure: 4/59

E   AssertionError: Route scale test install failed:
   Generated JSON diff error report:
   
   
   > $->routes: expected has the following element at index 1 which is not present in output: 
   
   	{
   	    "fib": 1000000,
   	    "rib": 1000000,
   	    "type": "sharp"
   	}
   
   	Closest match in output is at index 1 with the following errors: 
   
   	> $->routes[1]->fib: output has element with value '881394' but in expected it has value '1000000'
   
   > $->routesTotalFib: output has element with value '881458' but in expected it has value '1000064'
E   AssertionError: OSPF did not converge on r1:
     --- Current output
     +++ Expected output
     @@ -1,6 +1,18 @@
      VRF Name: r1-ospf-cust1
      ============ OSPF network routing table ============
     +N 10.0.1.0/24 [10] area: 0.0.0.0
     + directly attached to r1-eth0
     +N 10.0.2.0/24 [20] area: 0.0.0.0
     + via 10.0.3.3, r1-eth1
     +N 10.0.3.0/24 [10] area: 0.0.0.0
     + directly attached to r1-eth1
     +N 10.0.10.0/24 [20] area: 0.0.0.0
     + via 10.0.3.1, r1-eth1
      
      ============ OSPF router routing table =============
     +R 10.0.255.2 [10] area: 0.0.0.0, ASBR
     + via 10.0.3.3, r1-eth1
     +R 10.0.255.3 [10] area: 0.0.0.0, ASBR
     + via 10.0.3.1, r1-eth1
      
      ============ OSPF external routing table ===========
   assert False
E   AssertionError: Testcase test_ospfv3_hello_tc10_p0 : Failed 
      Error: [DUT: r0] missing OSPF neighbor r1 with router-id 100.1.1.1
   assert '[DUT: r0] missing OSPF neighbor r1 with router-id 100.1.1.1' is True

✔️ Jobs Success: 55/59

Details at https://ci1.netdef.org/browse/FRR-PULLREQ3-2304.