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 <mjs@voltanet.io>
This commit is contained in:
Mark Stapp 2020-10-01 14:17:06 -04:00
parent 9805b533eb
commit 5094b56dc5
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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")