diff --git a/tests/dynamips/test_c7200.py b/tests/dynamips/test_c7200.py index ed5df69e..7b74cc7f 100644 --- a/tests/dynamips/test_c7200.py +++ b/tests/dynamips/test_c7200.py @@ -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):