mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-17 23:08:18 +00:00
Embed the appliances in the server.
This add a /appliances call
This commit is contained in:
@ -465,3 +465,7 @@ def test_get_free_project_name(controller, async_run):
|
||||
async_run(controller.add_project(project_id=str(uuid.uuid4()), name="Test-1"))
|
||||
assert controller.get_free_project_name("Test") == "Test-2"
|
||||
assert controller.get_free_project_name("Hello") == "Hello"
|
||||
|
||||
|
||||
def test_appliances(controller):
|
||||
assert len(controller.appliances) > 0
|
||||
|
Reference in New Issue
Block a user