From 09d05accc1b45348dd1b3a02fbc0f755775ebe97 Mon Sep 17 00:00:00 2001 From: grossmj Date: Tue, 8 Oct 2019 17:34:16 +0800 Subject: [PATCH] Fix tests. Ref #1659 --- tests/topologies/1_5_builtins/after/builtins.gns3 | 8 ++++---- tests/topologies/1_5_cloud/after/1_5_cloud.gns3 | 2 +- tests/topologies/1_5_cloud_nat/after/1_5_cloud_nat.gns3 | 4 ++-- tests/topologies/1_5_cloud_udp/after/1_5_cloud_udp.gns3 | 2 +- tests/topologies/1_5_host/after/1_5_host.gns3 | 2 +- tests/topologies/1_5_internet/after/1_5_internet.gns3 | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/tests/topologies/1_5_builtins/after/builtins.gns3 b/tests/topologies/1_5_builtins/after/builtins.gns3 index 581556da..161c9a63 100644 --- a/tests/topologies/1_5_builtins/after/builtins.gns3 +++ b/tests/topologies/1_5_builtins/after/builtins.gns3 @@ -35,7 +35,7 @@ { "compute_id": "local", "console": null, - "console_type": null, + "console_type": "none", "label": { "rotation": 0, "style": "font-family: TypeWriter;font-size: 10;font-weight: bold;fill: #000000;fill-opacity: 1.0;", @@ -62,7 +62,7 @@ { "compute_id": "local", "console": null, - "console_type": null, + "console_type": "none", "label": { "rotation": 0, "style": "font-family: TypeWriter;font-size: 10;font-weight: bold;fill: #000000;fill-opacity: 1.0;", @@ -120,7 +120,7 @@ { "compute_id": "local", "console": null, - "console_type": null, + "console_type": "none", "label": { "rotation": 0, "style": "font-family: TypeWriter;font-size: 10;font-weight: bold;fill: #000000;fill-opacity: 1.0;", @@ -194,7 +194,7 @@ { "compute_id": "local", "console": null, - "console_type": null, + "console_type": "none", "label": { "rotation": 0, "style": "font-family: TypeWriter;font-size: 10;font-weight: bold;fill: #000000;fill-opacity: 1.0;", diff --git a/tests/topologies/1_5_cloud/after/1_5_cloud.gns3 b/tests/topologies/1_5_cloud/after/1_5_cloud.gns3 index 9cc50149..8b6f3192 100644 --- a/tests/topologies/1_5_cloud/after/1_5_cloud.gns3 +++ b/tests/topologies/1_5_cloud/after/1_5_cloud.gns3 @@ -19,7 +19,7 @@ { "compute_id": "local", "console": null, - "console_type": null, + "console_type": "none", "label": { "rotation": 0, "style": "font-family: TypeWriter;font-size: 10;font-weight: bold;fill: #000000;fill-opacity: 1.0;", diff --git a/tests/topologies/1_5_cloud_nat/after/1_5_cloud_nat.gns3 b/tests/topologies/1_5_cloud_nat/after/1_5_cloud_nat.gns3 index d3304e1d..8e49ef21 100644 --- a/tests/topologies/1_5_cloud_nat/after/1_5_cloud_nat.gns3 +++ b/tests/topologies/1_5_cloud_nat/after/1_5_cloud_nat.gns3 @@ -20,7 +20,7 @@ { "compute_id": "local", "console": null, - "console_type": null, + "console_type": "none", "first_port_name": null, "label": { "rotation": 0, @@ -45,7 +45,7 @@ "y": -135, "z": 1 }, - {"name": "core-1", "first_port_name": null, "symbol": ":/symbols/cloud.svg", "node_type": "nat", "label": {"style": "font-family: TypeWriter;font-size: 10;font-weight: bold;fill: #000000;fill-opacity: 1.0;", "rotation": 0, "y": -25, "x": 10, "text": "core-1"}, "console_type": null, "port_name_format": "Ethernet{0}", "node_id": "c6de0f4e-101d-4c4f-b5a0-47df57e8a893", "y": 0, "z": 1, "compute_id": "local", "properties": {"ports": [{"name": "nat0", "type": "ethernet", "interface": "eth1", "port_number": 0}]}, "port_segment_size": 0, "console": null, "x": 72} + {"name": "core-1", "first_port_name": null, "symbol": ":/symbols/cloud.svg", "node_type": "nat", "label": {"style": "font-family: TypeWriter;font-size: 10;font-weight: bold;fill: #000000;fill-opacity: 1.0;", "rotation": 0, "y": -25, "x": 10, "text": "core-1"}, "console_type": "none", "port_name_format": "Ethernet{0}", "node_id": "c6de0f4e-101d-4c4f-b5a0-47df57e8a893", "y": 0, "z": 1, "compute_id": "local", "properties": {"ports": [{"name": "nat0", "type": "ethernet", "interface": "eth1", "port_number": 0}]}, "port_segment_size": 0, "console": null, "x": 72} ] }, "type": "topology", diff --git a/tests/topologies/1_5_cloud_udp/after/1_5_cloud_udp.gns3 b/tests/topologies/1_5_cloud_udp/after/1_5_cloud_udp.gns3 index d04f3af8..efe55024 100644 --- a/tests/topologies/1_5_cloud_udp/after/1_5_cloud_udp.gns3 +++ b/tests/topologies/1_5_cloud_udp/after/1_5_cloud_udp.gns3 @@ -20,7 +20,7 @@ { "compute_id": "local", "console": null, - "console_type": null, + "console_type": "none", "first_port_name": null, "label": { "rotation": 0, diff --git a/tests/topologies/1_5_host/after/1_5_host.gns3 b/tests/topologies/1_5_host/after/1_5_host.gns3 index cd884171..ade2db3d 100644 --- a/tests/topologies/1_5_host/after/1_5_host.gns3 +++ b/tests/topologies/1_5_host/after/1_5_host.gns3 @@ -19,7 +19,7 @@ { "compute_id": "local", "console": null, - "console_type": null, + "console_type": "none", "label": { "rotation": 0, "style": "font-family: TypeWriter;font-size: 10;font-weight: bold;fill: #000000;fill-opacity: 1.0;", diff --git a/tests/topologies/1_5_internet/after/1_5_internet.gns3 b/tests/topologies/1_5_internet/after/1_5_internet.gns3 index 76109038..804f7f3d 100644 --- a/tests/topologies/1_5_internet/after/1_5_internet.gns3 +++ b/tests/topologies/1_5_internet/after/1_5_internet.gns3 @@ -29,7 +29,7 @@ { "compute_id": "vm", "console": null, - "console_type": null, + "console_type": "none", "label": { "rotation": 0, "style": "font-family: TypeWriter;font-size: 10;font-weight: bold;fill: #000000;fill-opacity: 1.0;",