mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 10:09:17 +00:00
Spell Verifying correctly
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
8b2e59e943
commit
b2764f904e
@ -305,7 +305,7 @@ def test_rip_status():
|
||||
|
||||
thisDir = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
print("\n\n** Verifing RIP status")
|
||||
print("\n\n** Verifying RIP status")
|
||||
print("******************************************\n")
|
||||
failures = 0
|
||||
for i in range(1, 2):
|
||||
@ -353,7 +353,7 @@ def test_ripng_status():
|
||||
|
||||
thisDir = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
print("\n\n** Verifing RIPng status")
|
||||
print("\n\n** Verifying RIPng status")
|
||||
print("******************************************\n")
|
||||
failures = 0
|
||||
for i in range(1, 2):
|
||||
@ -403,7 +403,7 @@ def test_ospfv2_interfaces():
|
||||
|
||||
thisDir = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
print("\n\n** Verifing OSPFv2 interfaces")
|
||||
print("\n\n** Verifying OSPFv2 interfaces")
|
||||
print("******************************************\n")
|
||||
failures = 0
|
||||
for i in range(1, 2):
|
||||
@ -457,7 +457,7 @@ def test_isis_interfaces():
|
||||
|
||||
thisDir = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
print("\n\n** Verifing ISIS interfaces")
|
||||
print("\n\n** Verifying ISIS interfaces")
|
||||
print("******************************************\n")
|
||||
failures = 0
|
||||
for i in range(1, 2):
|
||||
@ -505,7 +505,7 @@ def test_bgp_summary():
|
||||
|
||||
thisDir = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
print("\n\n** Verifing BGP Summary")
|
||||
print("\n\n** Verifying BGP Summary")
|
||||
print("******************************************\n")
|
||||
failures = 0
|
||||
for i in range(1, 2):
|
||||
@ -581,7 +581,7 @@ def test_bgp_ipv6_summary():
|
||||
|
||||
thisDir = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
print("\n\n** Verifing BGP IPv6 Summary")
|
||||
print("\n\n** Verifying BGP IPv6 Summary")
|
||||
print("******************************************\n")
|
||||
failures = 0
|
||||
for i in range(1, 2):
|
||||
@ -658,7 +658,7 @@ def test_bgp_ipv4():
|
||||
|
||||
thisDir = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
print("\n\n** Verifing BGP IPv4")
|
||||
print("\n\n** Verifying BGP IPv4")
|
||||
print("******************************************\n")
|
||||
failures = 0
|
||||
for i in range(1, 2):
|
||||
@ -706,7 +706,7 @@ def test_bgp_ipv6():
|
||||
|
||||
thisDir = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
print("\n\n** Verifing BGP IPv6")
|
||||
print("\n\n** Verifying BGP IPv6")
|
||||
print("******************************************\n")
|
||||
failures = 0
|
||||
for i in range(1, 2):
|
||||
@ -759,7 +759,7 @@ def test_mpls_interfaces():
|
||||
|
||||
thisDir = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
print("\n\n** Verifing MPLS Interfaces")
|
||||
print("\n\n** Verifying MPLS Interfaces")
|
||||
print("******************************************\n")
|
||||
failures = 0
|
||||
for i in range(1, 2):
|
||||
@ -806,7 +806,7 @@ def test_shutdown_check_stderr():
|
||||
if (fatal_error != ""):
|
||||
pytest.skip(fatal_error)
|
||||
|
||||
print("\n\n** Verifing unexpected STDERR output from daemons")
|
||||
print("\n\n** Verifying unexpected STDERR output from daemons")
|
||||
print("******************************************\n")
|
||||
|
||||
if os.environ.get('TOPOTESTS_CHECK_STDERR') is None:
|
||||
|
@ -112,7 +112,7 @@ BGP is expected to converge on each view within 60s total time. Convergence is v
|
||||
|
||||
and expecting 11 routes seen in the last column for each peer. (Each peer sends 11 routes)
|
||||
|
||||
### Verifing BGP Routing Tables
|
||||
### Verifying BGP Routing Tables
|
||||
|
||||
Routing table is verified by running
|
||||
|
||||
|
@ -264,7 +264,7 @@ def test_bgp_routingTable():
|
||||
|
||||
thisDir = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
print("\n\n** Verifing BGP Routing Tables")
|
||||
print("\n\n** Verifying BGP Routing Tables")
|
||||
print("******************************************\n")
|
||||
failures = 0
|
||||
for i in range(1, 2):
|
||||
@ -323,7 +323,7 @@ def test_shutdown_check_stderr():
|
||||
|
||||
thisDir = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
print("\n\n** Verifing unexpected STDERR output from daemons")
|
||||
print("\n\n** Verifying unexpected STDERR output from daemons")
|
||||
print("******************************************\n")
|
||||
|
||||
net['r1'].stopRouter()
|
||||
|
@ -217,7 +217,7 @@ def test_mpls_interfaces():
|
||||
thisDir = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
# Verify OSPFv3 Routing Table
|
||||
print("\n\n** Verifing MPLS Interfaces")
|
||||
print("\n\n** Verifying MPLS Interfaces")
|
||||
print("******************************************\n")
|
||||
failures = 0
|
||||
for i in range(1, 5):
|
||||
@ -326,7 +326,7 @@ def test_mpls_ldp_discovery():
|
||||
thisDir = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
# Verify OSPFv3 Routing Table
|
||||
print("\n\n** Verifing MPLS LDP discovery")
|
||||
print("\n\n** Verifying MPLS LDP discovery")
|
||||
print("******************************************\n")
|
||||
failures = 0
|
||||
for i in range(1, 5):
|
||||
@ -376,7 +376,7 @@ def test_mpls_ldp_neighbor():
|
||||
thisDir = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
# Verify OSPFv3 Routing Table
|
||||
print("\n\n** Verifing MPLS LDP neighbor")
|
||||
print("\n\n** Verifying MPLS LDP neighbor")
|
||||
print("******************************************\n")
|
||||
failures = 0
|
||||
for i in range(1, 5):
|
||||
@ -440,7 +440,7 @@ def test_mpls_ldp_binding():
|
||||
thisDir = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
# Verify OSPFv3 Routing Table
|
||||
print("\n\n** Verifing MPLS LDP binding")
|
||||
print("\n\n** Verifying MPLS LDP binding")
|
||||
print("******************************************\n")
|
||||
failures = 0
|
||||
for i in range(1, 5):
|
||||
@ -512,7 +512,7 @@ def test_zebra_ipv4_routingTable():
|
||||
thisDir = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
# Verify OSPFv3 Routing Table
|
||||
print("\n\n** Verifing Zebra IPv4 Routing Table")
|
||||
print("\n\n** Verifying Zebra IPv4 Routing Table")
|
||||
print("******************************************\n")
|
||||
failures = 0
|
||||
for i in range(1, 5):
|
||||
@ -563,7 +563,7 @@ def test_mpls_table():
|
||||
thisDir = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
# Verify OSPFv3 Routing Table
|
||||
print("\n\n** Verifing MPLS table")
|
||||
print("\n\n** Verifying MPLS table")
|
||||
print("******************************************\n")
|
||||
failures = 0
|
||||
for i in range(1, 5):
|
||||
@ -628,7 +628,7 @@ def test_linux_mpls_routes():
|
||||
thisDir = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
# Verify OSPFv3 Routing Table
|
||||
print("\n\n** Verifing Linux Kernel MPLS routes")
|
||||
print("\n\n** Verifying Linux Kernel MPLS routes")
|
||||
print("******************************************\n")
|
||||
failures = 0
|
||||
for i in range(1, 5):
|
||||
@ -728,7 +728,7 @@ def test_shutdown_check_stderr():
|
||||
|
||||
thisDir = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
print("\n\n** Verifing unexpected STDERR output from daemons")
|
||||
print("\n\n** Verifying unexpected STDERR output from daemons")
|
||||
print("******************************************\n")
|
||||
|
||||
for i in range(1, 5):
|
||||
|
@ -115,7 +115,7 @@ OSPFv3 is expected to converge on each view within 60s total time. Convergence i
|
||||
|
||||
and checking for "Full" neighbor status in the output. An additional 15 seconds after the full converge is waited for routes to populate before the following routing table checks are executed
|
||||
|
||||
### Verifing OSPFv3 Routing Tables
|
||||
### Verifying OSPFv3 Routing Tables
|
||||
|
||||
Routing table is verified by running
|
||||
|
||||
|
@ -270,7 +270,7 @@ def test_ospfv3_routingTable():
|
||||
thisDir = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
# Verify OSPFv3 Routing Table
|
||||
print("\n\n** Verifing OSPFv3 Routing Table")
|
||||
print("\n\n** Verifying OSPFv3 Routing Table")
|
||||
print("******************************************\n")
|
||||
failures = 0
|
||||
for i in range(1, 5):
|
||||
@ -318,7 +318,7 @@ def test_linux_ipv6_kernel_routingTable():
|
||||
thisDir = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
# Verify Linux Kernel Routing Table
|
||||
print("\n\n** Verifing Linux IPv6 Kernel Routing Table")
|
||||
print("\n\n** Verifying Linux IPv6 Kernel Routing Table")
|
||||
print("******************************************\n")
|
||||
failures = 0
|
||||
|
||||
@ -384,7 +384,7 @@ def test_shutdown_check_stderr():
|
||||
|
||||
thisDir = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
print("\n\n** Verifing unexpected STDERR output from daemons")
|
||||
print("\n\n** Verifying unexpected STDERR output from daemons")
|
||||
print("******************************************\n")
|
||||
|
||||
for i in range(1, 5):
|
||||
|
@ -188,7 +188,7 @@ def test_ripng_status():
|
||||
thisDir = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
# Verify RIP Status
|
||||
print("\n\n** Verifing RIPng status")
|
||||
print("\n\n** Verifying RIPng status")
|
||||
print("******************************************\n")
|
||||
failures = 0
|
||||
for i in range(1, 4):
|
||||
@ -239,7 +239,7 @@ def test_ripng_routes():
|
||||
thisDir = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
# Verify RIPng Status
|
||||
print("\n\n** Verifing RIPng routes")
|
||||
print("\n\n** Verifying RIPng routes")
|
||||
print("******************************************\n")
|
||||
failures = 0
|
||||
for i in range(1, 4):
|
||||
@ -291,7 +291,7 @@ def test_zebra_ipv6_routingTable():
|
||||
thisDir = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
# Verify OSPFv3 Routing Table
|
||||
print("\n\n** Verifing Zebra IPv6 Routing Table")
|
||||
print("\n\n** Verifying Zebra IPv6 Routing Table")
|
||||
print("******************************************\n")
|
||||
failures = 0
|
||||
for i in range(1, 4):
|
||||
@ -342,7 +342,7 @@ def test_shutdown_check_stderr():
|
||||
|
||||
thisDir = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
print("\n\n** Verifing unexpected STDERR output from daemons")
|
||||
print("\n\n** Verifying unexpected STDERR output from daemons")
|
||||
print("******************************************\n")
|
||||
|
||||
net['r1'].stopRouter()
|
||||
|
Loading…
Reference in New Issue
Block a user