@@ -4,11 +4,11 @@ message: |
44 has to set node-wide local preference on prefixes received from X1 and
55 neighbor-specific local preference on prefixes received from X2.
66
7+ defaults.sources.extra : [ defaults-ds.yml, ../wait_times.yml, ../warnings.yml ]
8+
79plugin : [ bgp.policy ]
810module : [ bgp, ospf ]
911
10- defaults.sources.extra : [ defaults-ds.yml ]
11-
1212groups :
1313 probes :
1414 device : frr
@@ -44,72 +44,72 @@ links:
4444validate :
4545 ebgp_v4 :
4646 description : Check IPv4 EBGP sessions with DUT
47- wait : 20
47+ wait : ebgp_session
4848 nodes : [ x1, x2 ]
4949 plugin : bgp_neighbor(node.bgp.neighbors,'dut')
5050
5151 ebgp_v6 :
5252 description : Check IPv6 EBGP sessions with DUT
53- wait : 20
53+ wait : ebgp_session
5454 nodes : [ x1, x2 ]
5555 plugin : bgp_neighbor(node.bgp.neighbors,'dut',af='ipv6')
5656
5757 ibgp_v4 :
5858 description : Check IBGP IPv4 sessions with DUT
59- wait : 30
59+ wait : ibgp_session
6060 nodes : [ probe ]
6161 plugin : bgp_neighbor(node.bgp.neighbors,'dut')
6262
6363 ibgp_v6 :
6464 description : Check IBGP IPv6 sessions with DUT
65- wait : 30
65+ wait : ibgp_session
6666 nodes : [ probe ]
6767 plugin : bgp_neighbor(node.bgp.neighbors,'dut',af='ipv6')
6868
6969 pfx_x1_v4 :
7070 description : Check for IPv4 X1 prefix on Probe
71- wait : 10
71+ wait : bgp_scan_time
7272 nodes : [ probe ]
7373 plugin : bgp_prefix(nodes.x1.loopback.ipv4)
7474
7575 pfx_x1_v6 :
7676 description : Check for IPv6 X1 prefix on Probe
77- wait : 10
77+ wait : bgp_scan_time
7878 nodes : [ probe ]
7979 plugin : bgp_prefix(nodes.x1.loopback.ipv6,af='ipv6')
8080
8181 pfx_x2_v4 :
8282 description : Check for IPv4 X2 prefix on Probe
83- wait : 5
83+ wait : bgp_scan_time
8484 nodes : [ probe ]
8585 plugin : bgp_prefix(nodes.x2.loopback.ipv4)
8686
8787 pfx_x2_v6 :
8888 description : Check for IPv6 X2 prefix on Probe
89- wait : 5
89+ wait : bgp_scan_time
9090 nodes : [ probe ]
9191 plugin : bgp_prefix(nodes.x2.loopback.ipv6,af='ipv6')
9292
9393 locpref_x1_v4 :
9494 description : Check for node-wide locpref set on IPv4 X1 prefix
9595 nodes : [ probe ]
96- wait : 10
96+ wait : bgp_scan_time
9797 plugin : bgp_prefix(nodes.x1.loopback.ipv4,locpref=17)
9898
9999 locpref_x1_v6 :
100100 description : Check for node-wide locpref set on IPv6 X1 prefix
101- wait : 10
101+ wait : bgp_scan_time
102102 nodes : [ probe ]
103103 plugin : bgp_prefix(nodes.x1.loopback.ipv6,af='ipv6',locpref=17)
104104
105105 locpref_x2_v4 :
106106 description : Check for session-level locpref set on IPv4 X2 prefix
107- wait : 10
107+ wait : bgp_scan_time
108108 nodes : [ probe ]
109109 plugin : bgp_prefix(nodes.x2.loopback.ipv4,locpref=42)
110110
111111 locpref_x2_v6 :
112112 description : Check for session-level locpref set on IPv4 X2 prefix
113- wait : 10
113+ wait : bgp_scan_time
114114 nodes : [ probe ]
115115 plugin : bgp_prefix(nodes.x2.loopback.ipv6,af='ipv6',locpref=42)
0 commit comments