mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 09:18:08 +00:00
Fix test for dynamips c7200 NPE (Default is now NPE-400)
This commit is contained in:
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…
Reference in New Issue
Block a user