summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ripng-topo1
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-04-26 18:18:58 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2018-11-28 02:22:11 +0100
commitb2764f904e352f05566c422fb0e661f9ec10b7ba (patch)
tree5753e95b1abf3c43e1c06bd4e7613b6bfdc17e73 /tests/topotests/ripng-topo1
parentFix tests to handle new output (diff)
downloadfrr-b2764f904e352f05566c422fb0e661f9ec10b7ba.tar.xz
frr-b2764f904e352f05566c422fb0e661f9ec10b7ba.zip
Spell Verifying correctly
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'tests/topotests/ripng-topo1')
-rwxr-xr-xtests/topotests/ripng-topo1/test_ripng_topo1.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/topotests/ripng-topo1/test_ripng_topo1.py b/tests/topotests/ripng-topo1/test_ripng_topo1.py
index f40a24133..249310822 100755
--- a/tests/topotests/ripng-topo1/test_ripng_topo1.py
+++ b/tests/topotests/ripng-topo1/test_ripng_topo1.py
@@ -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()