]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: fix typos in zebra_rib and _netlink
authorMark Stapp <mjs@voltanet.io>
Thu, 1 Oct 2020 18:17:06 +0000 (14:17 -0400)
committerIgor Ryzhov <iryzhov@nfware.com>
Fri, 2 Oct 2020 11:37:05 +0000 (14:37 +0300)
Fix a couple of typos in the zebra_rib and _netlink topotest
suites.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
tests/topotests/zebra_netlink/test_zebra_netlink.py
tests/topotests/zebra_rib/test_zebra_rib.py

index 7b692c75ab41121f415cf5b1002be2be08d9c9fc..587c3a69d2e72f435244ff632226e6c6300cc571 100755 (executable)
@@ -109,7 +109,7 @@ def test_zebra_netlink_batching():
     )
     tgen = get_topogen()
     if tgen.routers_have_failure():
-        ptyest.skip("skipped because of preview test failure")
+        pytest.skip("skipped because of previous test failure")
     r1 = tgen.gears["r1"]
 
     # Reduce the size of the buffer to hit the limit.
index 17eb736cab5cc12df10dc8e65d5f4f19f2555d37..a097a5861cdaa3c4f42f0f00eaba8a86f5b86e7b 100755 (executable)
@@ -131,7 +131,7 @@ def test_zebra_kernel_override():
     logger.info("Test kernel override with a better admin distance")
     tgen = get_topogen()
     if tgen.routers_have_failure():
-        ptyest.skip("skipped because of preview test failure")
+        pytest.skip("skipped because of previous test failure")
 
     r1 = tgen.gears["r1"]
     r1.vtysh_cmd("conf\nip route 4.5.1.0/24 192.168.216.3")