From: Mark Stapp Date: Thu, 1 Oct 2020 18:17:06 +0000 (-0400) Subject: tests: fix typos in zebra_rib and _netlink X-Git-Tag: frr-7.5~12^2~3 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=99097c2994975afcd43d5afd903ee3add19bc057;p=matthieu%2Ffrr.git tests: fix typos in zebra_rib and _netlink Fix a couple of typos in the zebra_rib and _netlink topotest suites. Signed-off-by: Mark Stapp --- diff --git a/tests/topotests/zebra_netlink/test_zebra_netlink.py b/tests/topotests/zebra_netlink/test_zebra_netlink.py index 7b692c75ab..587c3a69d2 100755 --- a/tests/topotests/zebra_netlink/test_zebra_netlink.py +++ b/tests/topotests/zebra_netlink/test_zebra_netlink.py @@ -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. diff --git a/tests/topotests/zebra_rib/test_zebra_rib.py b/tests/topotests/zebra_rib/test_zebra_rib.py index 17eb736cab..a097a5861c 100755 --- a/tests/topotests/zebra_rib/test_zebra_rib.py +++ b/tests/topotests/zebra_rib/test_zebra_rib.py @@ -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")