@@ -9,6 +9,8 @@ message: |
99 The validation tests check BGP prefixes on the CE-routers and perform
1010 end-to-end connectivity tests between CE-router loopbacks.
1111
12+ defaults.sources.extra : [ ../wait_times.yml, ../warnings.yml ]
13+
1214groups :
1315 _auto_create : True
1416 ce_probes :
@@ -54,14 +56,14 @@ defaults.devices.vptx.netlab_validate:
5456validate :
5557 pe_ospf :
5658 description : Check OSPF sessions with DUT (wait up to 30 seconds)
57- wait : 30
59+ wait : ospfv2_adj_p2p
5860 wait_msg : Waiting for OSPF adjacency
5961 nodes : [ p1 ]
6062 plugin : ospf_neighbor(nodes.dut.ospf.router_id)
6163 stop_on_error : true
6264 ldp :
6365 description : Check LDP session
64- wait : 30
66+ wait : ldp_adj
6567 wait_msg : Waiting for LDP to start
6668 nodes : [ p1 ]
6769 show :
@@ -70,7 +72,7 @@ validate:
7072 neighbors[0].state == 'OPERATIONAL'
7173 pe_ibgp :
7274 description : Check IBGP session between PE-routers
73- wait : 40
75+ wait : ibgp_session
7476 wait_msg : Waiting for IBGP sessions to start
7577 nodes : [ pe2 ]
7678 plugin : bgp_neighbor(node.bgp.neighbors,'dut')
@@ -82,26 +84,26 @@ validate:
8284 stop_on_error : true
8385 ce_ebgp :
8486 description : Check PE-CE EBGP session
85- wait : 10
87+ wait : ebgp_session
8688 wait_msg : Waiting for EBGP sessions to start
8789 nodes : [ ce1 ]
8890 plugin : bgp_neighbor(node.bgp.neighbors,'dut')
8991 stop_on_error : true
9092 pfx_ce1 :
9193 description : Check CE2 BGP prefix on CE1
92- wait : 10
94+ wait : bgp_scan_long
9395 wait_msg : Waiting for DUT to propagate CE2 prefix to CE1
9496 nodes : [ ce1 ]
9597 plugin : bgp_prefix(nodes.ce2.loopback.ipv4)
9698 pfx_ce2 :
9799 description : Check CE1 BGP prefix on CE2
98- wait : 10
100+ wait : bgp_scan_long
99101 wait_msg : Waiting for DUT to propagate CE1 prefix to VPNv4 AF
100102 nodes : [ ce2 ]
101103 plugin : bgp_prefix(nodes.ce1.loopback.ipv4)
102104 ping :
103105 description : Ping-based end-to-end reachability test
104106 wait_msg : Waiting for end-to-end MPLS path
105- wait : 10
107+ wait : ping
106108 nodes : [ ce1 ]
107109 plugin : ping('ce2',src=node.loopback.ipv4)
0 commit comments