mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-13 04:48:22 +00:00
Change rename command to a name property setter for all Dynamips
devices. Adjust the tests and upload the new dynamips that supports the rename command for VMs.
This commit is contained in:
@ -19,7 +19,7 @@ def test_atm_bridge_exists(atm_bridge):
|
||||
|
||||
def test_rename_atm_bridge(atm_bridge):
|
||||
|
||||
atm_bridge.rename("new ATM bridge")
|
||||
atm_bridge.name = "new ATM bridge"
|
||||
assert atm_bridge.name == "new ATM bridge"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user