mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 11:18:11 +00:00
Make sure the compute has an id
This commit is contained in:
parent
4d6d0e96c6
commit
1e0b724e47
@ -107,6 +107,7 @@ def test_import_computes_1_x(controller, controller_config_path, async_run):
|
||||
async_run(controller.load())
|
||||
for compute in controller.computes.values():
|
||||
if compute.id != "local":
|
||||
assert len(compute.id) == 36
|
||||
assert compute.host == "127.0.0.1"
|
||||
assert compute.port == 3081
|
||||
assert compute.protocol == "http"
|
||||
|
Loading…
Reference in New Issue
Block a user