@@ -11,7 +11,7 @@ message: |
1111 * r3 and r4 should be able to ping each other
1212 * r1 should not be able to reach r3
1313
14- defaults.sources.extra : [ defaults-ds.yml ]
14+ defaults.sources.extra : [ defaults-ds.yml, ../wait_times.yml, ../warnings.yml ]
1515isis.type : level-2
1616
1717groups :
@@ -63,20 +63,20 @@ validate:
6363 isis :
6464 description : Check IS-IS adjacencies with DUT
6565 wait_msg : Waiting for IS-IS adjacency process to complete
66- wait : 30
66+ wait : isis_adj_p2p
6767 nodes : [ r1, r3 ]
6868 plugin : isis_neighbor('dut',level='L2')
6969 stop_on_error : true
7070 red_c_isis4 :
7171 description : Check connected IPv4 subnet as IS-IS prefix on R1
72- wait : 15
72+ wait : isis_spf
7373 wait_msg : Waiting for IS-IS convergence
7474 fail : DUT is not redistributing connected subnets into IS-IS
7575 nodes : [ r1 ]
7676 plugin : isis_prefix(pfx=nodes.r2.interfaces[0].ipv4,level='2')
7777 red_c_isis6 :
7878 description : Check connected IPv6 subnet as IS-IS prefix on R1
79- wait : 3
79+ wait : isis_spf
8080 wait_msg : Waiting for IS-IS convergence
8181 fail : DUT is not redistributing connected subnets into IS-IS
8282 nodes : [ r1 ]
@@ -85,28 +85,28 @@ validate:
8585 description : Check for IPv4 BGP prefix in IS-IS
8686 wait_msg : Waiting for BGP and IS-IS convergence
8787 fail : BGP is not redistributed into IS-IS
88- wait : 10
88+ wait : isis_spf
8989 nodes : [ r1 ]
9090 plugin : isis_prefix(pfx=nodes.r2.loopback.ipv4,af='ipv4',level='2')
9191 red_bgp_isis6 :
9292 description : Check for IPv6 BGP prefix in IS-IS
9393 wait_msg : Waiting for BGP and IS-IS convergence
9494 fail : BGP is not redistributed into IS-IS
95- wait : 5
95+ wait : isis_spf
9696 nodes : [ r1 ]
9797 plugin : isis_prefix(nodes.r2.loopback.ipv6,af='ipv6',level='2')
9898 red_isis_bgp4 :
9999 description : Check for IS-IS IPv4 prefix in BGP
100100 wait_msg : Waiting for IS-IS and BGP convergence
101101 fail : IS-IS IPv4 prefixes are not redistributed into BGP
102- wait : 10
102+ wait : bgp_scan_long
103103 nodes : [ r2 ]
104104 plugin : bgp_prefix(nodes.r1.loopback.ipv4,af='ipv4')
105105 red_isis_bgp6 :
106106 description : Check for IS-IS IPv6 prefix in BGP
107107 wait_msg : Waiting for IS-IS and BGP convergence
108108 fail : IS-IS IPv6 prefixes are not redistributed into BGP
109- wait : 5
109+ wait : bgp_scan_time
110110 nodes : [ r2 ]
111111 plugin : bgp_prefix(nodes.r1.loopback.ipv6,af='ipv6')
112112 red_lb_ping4 :
@@ -127,11 +127,11 @@ validate:
127127 plugin : ping(nodes.r1.interfaces[0].ipv4,af='ipv4')
128128 blue_lb_ping4 :
129129 description : Loopback-to-loopback IPv4 reachability test in VRF blue
130- wait : 10
130+ wait : ping_long
131131 nodes : [ r3 ]
132132 plugin : ping('r4',src=nodes.r3.loopback.ipv4,af='ipv4')
133- blue_lb_ping :
133+ blue_lb_ping6 :
134134 description : Loopback-to-loopback IPv6 reachability test in VRF blue
135- wait : 10
135+ wait : ping_long
136136 nodes : [ r3 ]
137137 plugin : ping(nodes.r4.loopback.ipv6,src=nodes.r3.loopback.ipv6,af='ipv6')
0 commit comments