1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-13 20:08:55 +00:00

Fix cloud tests.

This commit is contained in:
grossmj 2018-06-10 17:56:56 +07:00
parent 1f017a0d1d
commit 1550c7bee7

View File

@ -50,6 +50,10 @@ def test_json_with_ports(on_gns3vm, project, manager):
"name": "cloud1",
"node_id": cloud.id,
"project_id": project.id,
"remote_console_host": "",
"remote_console_http_path": "/",
"remote_console_port": 23,
"remote_console_type": "none",
"status": "stopped",
"node_directory": cloud.working_dir,
"ports_mapping": [
@ -77,6 +81,10 @@ def test_json_without_ports(on_gns3vm, project, manager):
"name": "cloud1",
"node_id": cloud.id,
"project_id": project.id,
"remote_console_host": "",
"remote_console_http_path": "/",
"remote_console_port": 23,
"remote_console_type": "none",
"status": "stopped",
"node_directory": cloud.working_dir,
"ports_mapping": [