mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-18 07:23:47 +02:00
Fix cloud tests.
This commit is contained in:
parent
1f017a0d1d
commit
1550c7bee7
@ -50,6 +50,10 @@ def test_json_with_ports(on_gns3vm, project, manager):
|
|||||||
"name": "cloud1",
|
"name": "cloud1",
|
||||||
"node_id": cloud.id,
|
"node_id": cloud.id,
|
||||||
"project_id": project.id,
|
"project_id": project.id,
|
||||||
|
"remote_console_host": "",
|
||||||
|
"remote_console_http_path": "/",
|
||||||
|
"remote_console_port": 23,
|
||||||
|
"remote_console_type": "none",
|
||||||
"status": "stopped",
|
"status": "stopped",
|
||||||
"node_directory": cloud.working_dir,
|
"node_directory": cloud.working_dir,
|
||||||
"ports_mapping": [
|
"ports_mapping": [
|
||||||
@ -77,6 +81,10 @@ def test_json_without_ports(on_gns3vm, project, manager):
|
|||||||
"name": "cloud1",
|
"name": "cloud1",
|
||||||
"node_id": cloud.id,
|
"node_id": cloud.id,
|
||||||
"project_id": project.id,
|
"project_id": project.id,
|
||||||
|
"remote_console_host": "",
|
||||||
|
"remote_console_http_path": "/",
|
||||||
|
"remote_console_port": 23,
|
||||||
|
"remote_console_type": "none",
|
||||||
"status": "stopped",
|
"status": "stopped",
|
||||||
"node_directory": cloud.working_dir,
|
"node_directory": cloud.working_dir,
|
||||||
"ports_mapping": [
|
"ports_mapping": [
|
||||||
|
Loading…
Reference in New Issue
Block a user