1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-10 01:48:59 +00:00
gns3-server/tests/topologies
2017-06-06 16:07:27 +02:00
..
1_0_empty Drop console_type serial, and enable_remote_console for Vbox and VMware 2016-11-03 18:17:50 +01:00
1_3_dynamips Manage base configuration on server 2017-02-03 13:19:14 +01:00
1_3_dynamips_missing_platform Manage base configuration on server 2017-02-03 13:19:14 +01:00
1_3_dynamips_missing_type Fix invalid test for 1.3 topology conversion to GNS3 2.1 2017-06-06 16:07:27 +02:00
1_5_builtins Correct link are not connected to the correct ethernet switch port after conversion 2017-01-23 13:34:11 +01:00
1_5_cloud Drop console_type serial, and enable_remote_console for Vbox and VMware 2016-11-03 18:17:50 +01:00
1_5_cloud_nat Drop NAT port from cloud from old topologies 2017-01-11 19:20:12 +01:00
1_5_cloud_udp Support UDP cloud from 1.5 2016-12-19 09:46:34 +01:00
1_5_docker_remote Drop console_type serial, and enable_remote_console for Vbox and VMware 2016-11-03 18:17:50 +01:00
1_5_drawing Drop console_type serial, and enable_remote_console for Vbox and VMware 2016-11-03 18:17:50 +01:00
1_5_dynamips Manage base configuration on server 2017-02-03 13:19:14 +01:00
1_5_host Drop console_type serial, and enable_remote_console for Vbox and VMware 2016-11-03 18:17:50 +01:00
1_5_images Drop console_type serial, and enable_remote_console for Vbox and VMware 2016-11-03 18:17:50 +01:00
1_5_internet Manage base configuration on server 2017-02-03 13:19:14 +01:00
1_5_iou Merge branch '2.0' into 2.1 2017-02-28 14:25:38 +01:00
1_5_qemu Drop console_type serial, and enable_remote_console for Vbox and VMware 2016-11-03 18:17:50 +01:00
1_5_snapshot Manage base configuration on server 2017-02-03 13:19:14 +01:00
1_5_virtualbox Fix linked_clone property lost during topology convert 2017-02-14 14:45:48 +01:00
1_5_vmware Fix linked_clone property lost during topology convert 2017-02-14 14:45:48 +01:00
1_5_vpcs Manage base configuration on server 2017-02-03 13:19:14 +01:00
2_0_vmware Drop console_type serial, and enable_remote_console for Vbox and VMware 2016-11-03 18:17:50 +01:00
dynamips_2_0_0_b2 Manage base configuration on server 2017-02-03 13:19:14 +01:00
README.rst Start of support for topologies before 2.X 2016-07-12 17:14:35 +02:00

This directories contain topologies made for previous version of GNS3

Each directory is a GNS3 project. You have two directory inside:
* before 
* after

Before is the state of the project before conversion and after
is the reference for checking if conversion is a success.

To check if file are the same we check the file size except
for .gns3

.gns3 check
###########

The .gns3 json is loaded and compare to the reference project.

You have some special value in the after project:
* "ANYSTR" allow for any string to match
* "ANYUUID" allow for any uuid to match


Run the tests
###############

You can run the tests with:

.. code:: bash

    py.test -vv -x tests/test_topologies.py