]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Spell Verifying correctly
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 26 Apr 2017 16:18:58 +0000 (12:18 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:11 +0000 (20:22 -0500)
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
tests/topotests/all-protocol-startup/test_all_protocol_startup.py
tests/topotests/bgp_multiview_topo1/README.md
tests/topotests/bgp_multiview_topo1/test_bgp_multiview_topo1.py
tests/topotests/ldp-topo1/test_ldp_topo1.py
tests/topotests/ospf6-topo1/README.md
tests/topotests/ospf6-topo1/test_ospf6_topo1.py
tests/topotests/ripng-topo1/test_ripng_topo1.py

index 4ec1bf2df7f3c79b1e6d758ee01ed2e6f895e060..8c2bbcae303bb801ca4d3335c15e4b45d1467c53 100755 (executable)
@@ -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:
index 4ae6c1e699c30aecf019fb48bfa8d2bb690143ef..b9982d4900f9f4230f386c8cdb4bdb3b9d9fde30 100644 (file)
@@ -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 
 
index 6fef5d22847da978fee0f4d80904c77b44ba607f..ccfd63b9832c5f66ff1c4393eaf5dd4a8a98f4ff 100755 (executable)
@@ -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()
index 956e62addfff082265da8bbedef81774ab6efdfa..667f07a655adc566794972118b05f3ce7674aa1c 100755 (executable)
@@ -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):
index 2369ab22f7ce30ddf078a9f0651fb3653e1bcac0..28f68e8fa57664188ab5bc424ba1841e550692db 100644 (file)
@@ -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 
 
index 10256bc4a6c0bff8133b41d47b9143721c35b5f8..6be7f6fad1614caa467d7144e67ec1c3b339e4c8 100755 (executable)
@@ -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):
index f40a241333963d2b2296e5a068d315234acde810..249310822194ff804d255926ffaab5982dff9075 100755 (executable)
@@ -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()