@@ -4,6 +4,8 @@ message: |
44 cluster-id) and next-hop handling (change next hop on EBGP but not on
55 reflected route).
66
7+ defaults.sources.extra : [ ../wait_times.yml, ../warnings.yml ]
8+
79module : [ bgp, ospf ]
810plugin : [ bgp.session ]
911
@@ -44,31 +46,31 @@ links:
4446validate :
4547 ospf_adj_dut :
4648 description : Check OSPF adjacencies with DUT
47- wait : 40
49+ wait : ospfv2_adj_p2p
4850 nodes : [ r1 ]
4951 wait_msg : Waiting for OSPF adjacency process to complete
5052 plugin : ospf_neighbor(nodes.dut.ospf.router_id)
5153 ospf_adj_r1 :
5254 description : Check OSPF adjacencies with R1
53- wait : 10
55+ wait : ospfv2_adj_p2p
5456 nodes : [ r2, rr2 ]
5557 wait_msg : Waiting for OSPF adjacency process to complete
5658 plugin : ospf_neighbor(nodes.r1.ospf.router_id)
5759 session :
5860 description : Check BGP sessions with DUT
5961 wait_msg : Wait for BGP sessions to be established
60- wait : 30
62+ wait : ibgp_session
6163 nodes : [ r1, r2, rr2, x1 ]
6264 plugin : bgp_neighbor(node.bgp.neighbors,'dut')
6365 prefix :
64- wait : 5
66+ wait : bgp_scan_time
6567 description : Check whether DUT propagates the external beacon prefix
6668 wait_msg : Wait for BGP convergence
6769 nodes : [ r1, r2, rr2 ]
6870 plugin : bgp_prefix('172.42.42.0/24')
6971 nhs :
7072 description : Check next-hop handling on DUT
71- wait : 5
73+ wait : bgp_scan_time
7274 wait_msg : Wait for BGP convergence
7375 nodes : [ r1, r2 ]
7476 plugin : >
@@ -77,12 +79,12 @@ validate:
7779 nh=nodes.dut.loopback.ipv4 if 'loopback' in nodes.dut else nodes.dut.interfaces[0].ipv4)
7880 reflect :
7981 description : Check route reflection on DUT
80- wait : 5
82+ wait : bgp_scan_time
8183 nodes : [ r2 ]
8284 plugin : bgp_prefix('172.0.42.0/24',peer=nodes.dut.bgp.router_id)
8385 inact :
8486 description : Check route reflection of inactive routes on DUT
85- wait : 2
87+ wait : bgp_scan_time
8688 nodes : [ r2 ]
8789 level : warning
8890 plugin : bgp_prefix('10.0.0.10/32',peer=nodes.dut.bgp.router_id)
0 commit comments