From 1550c7bee719a22b7eb09ad8593a2df3c71bee88 Mon Sep 17 00:00:00 2001 From: grossmj Date: Sun, 10 Jun 2018 17:56:56 +0700 Subject: [PATCH] Fix cloud tests. --- tests/compute/builtin/nodes/test_cloud.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/compute/builtin/nodes/test_cloud.py b/tests/compute/builtin/nodes/test_cloud.py index e93092bc..4ff27263 100644 --- a/tests/compute/builtin/nodes/test_cloud.py +++ b/tests/compute/builtin/nodes/test_cloud.py @@ -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": [