Fix test for dynamips c7200 NPE (Default is now NPE-400)

pull/33/head
Daniel Lintott 10 years ago
parent 6dce005594
commit 20dc779fd8

@ -29,9 +29,9 @@ def test_router_exists(router_c7200):
def test_npe(router_c7200):
assert router_c7200.npe == "npe-200" # default value
router_c7200.npe = "npe-400"
assert router_c7200.npe == "npe-400"
assert router_c7200.npe == "npe-400" # default value
router_c7200.npe = "npe-200"
assert router_c7200.npe == "npe-200"
def test_midplane(router_c7200):

Loading…
Cancel
Save