@@ -8,7 +8,7 @@ defaults.interfaces.mtu: 1500
88
99defaults.paths.prepend.plugin : [ "topology:../plugin" ]
1010plugin : [ static_import ]
11- defaults.sources.extra : [ ../wait_times.yml ]
11+ defaults.sources.extra : [ ../wait_times.yml, ../warnings.yml ]
1212
1313addressing :
1414 loopback :
@@ -54,72 +54,72 @@ validate:
5454 ipv4_ebgp :
5555 description : IPv4 EBGP session (X1-DUT) should be established
5656 wait_msg : Wait for EBGP session
57- wait : 20
57+ wait : ebgp_session
5858 nodes : [ x1 ]
5959 plugin : bgp_neighbor(node.bgp.neighbors,'dut')
6060 ipv6_ebgp :
6161 description : IPv6 EBGP session (X1-DUT) should be established
6262 wait_msg : Wait for EBGP session
63- wait : 20
63+ wait : ebgp_session
6464 nodes : [ x1 ]
6565 plugin : bgp_neighbor(node.bgp.neighbors,'dut',af='ipv6')
6666 ipv4_ospf :
67- description : OSPF session (R2-DUT) should be established
68- wait_msg : Wait for OSPF session
69- wait : 20
67+ description : OSPFv2 session (R2-DUT) should be established
68+ wait_msg : Wait for OSPFv2 session
69+ wait : ospfv2_adj_p2p
7070 nodes : [ r2 ]
7171 plugin : ospf_neighbor(nodes.dut.ospf.router_id)
7272 ipv6_ospf :
7373 description : OSPFv3 session (R2-DUT) should be established
7474 wait_msg : Wait for OSPF session
75- wait : 30
75+ wait : ospfv3_adj_p2p
7676 nodes : [ r2 ]
7777 plugin : ospf6_neighbor(nodes.dut.ospf.router_id)
7878 rip_bgp_v4 :
7979 description : Check whether X1 BGP IPv4 prefix is redistributed into RIP
80- wait : 30
80+ wait : rip_start
8181 wait_msg : Waiting for the loopback prefix to be originated and redistributed
8282 nodes : [ r3 ]
8383 plugin : rt_prefix(pfx=nodes.x1.loopback.ipv4,af='ipv4',proto='rip')
8484 rip_bgp_v6 :
8585 description : Check whether X1 BGP IPv6 prefix is redistributed into RIP
86- wait : 10
86+ wait : rip_update
8787 wait_msg : Waiting for the loopback prefix to be originated and redistributed
8888 nodes : [ r3 ]
8989 plugin : rt_prefix(pfx=nodes.x1.loopback.ipv6,af='ipv6',proto='rip')
9090 rip_ospf_v4 :
9191 description : Check whether R2 OSPF IPv4 prefix is redistributed into RIP
92- wait : 15
92+ wait : rip_update
9393 wait_msg : Waiting for the loopback prefix to be originated and redistributed
9494 nodes : [ r3 ]
9595 plugin : rt_prefix(pfx=nodes.r2.loopback.ipv4,af='ipv4',proto='rip')
9696 rip_ospf_v6 :
9797 description : Check whether R2 OSPF IPv6 prefix is redistributed into RIP
98- wait : 10
98+ wait : rip_update
9999 wait_msg : Waiting for the loopback prefix to be originated and redistributed
100100 nodes : [ r3 ]
101101 plugin : rt_prefix(pfx=nodes.r2.loopback.ipv6,af='ipv6',proto='rip')
102102 ospf_v4 :
103- description : Check whether R3 RIP IPv4 prefix is redistributed into OSPF
104- wait : 20
103+ description : Check whether R3 RIP IPv4 prefix is redistributed into OSPFv2
104+ wait : ospfv2_spf
105105 wait_msg : Waiting for the loopback prefix to be originated and redistributed
106106 nodes : [ r2 ]
107107 plugin : ospf_prefix(pfx=nodes.r3.loopback.ipv4)
108108 ospf_v6 :
109- description : Check whether R3 RIP IPv6 prefix is redistributed into OSPF
110- wait : 15
109+ description : Check whether R3 RIP IPv6 prefix is redistributed into OSPFv3
110+ wait : ospfv3_spf
111111 wait_msg : Waiting for the loopback prefix to be originated and redistributed
112112 nodes : [ r2 ]
113113 plugin : ospf6_prefix(pfx=nodes.r3.interfaces[0].ipv6)
114114 bgp_v4 :
115115 description : Check whether R3 RIP IPv4 prefix is redistributed into BGP
116- wait : 5
116+ wait : bgp_scan_time
117117 wait_msg : Waiting for the loopback prefix to be originated and redistributed
118118 nodes : [ x1 ]
119119 plugin : bgp_prefix(pfx=nodes.r3.loopback.ipv4,af='ipv4')
120120 bgp_v6 :
121121 description : Check whether R3 RIP IPv6 prefix is redistributed into BGP
122- wait : 5
122+ wait : bgp_ios_redist
123123 wait_msg : Waiting for the loopback prefix to be originated and redistributed
124124 nodes : [ x1 ]
125125 plugin : bgp_prefix(pfx=nodes.r3.interfaces[0].ipv6,af='ipv6')
0 commit comments