gns3-server/tests/topologies
Julien Duponchelle a2fdc92fcb
Change directory layout for dynamips.
This create a directory by node to allow feature like save as
to work when running on multiple compute. Benefits now dynamips work
like other nodes. Old topologies are migrated.

Ref https://github.com/GNS3/gns3-gui/issues/1761
2017-01-06 17:43:47 +01: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 Drop console_type serial, and enable_remote_console for Vbox and VMware 2016-11-03 18:17:50 +01:00
1_3_dynamips_missing_platform Drop console_type serial, and enable_remote_console for Vbox and VMware 2016-11-03 18:17:50 +01:00
1_5_builtins Drop console_type serial, and enable_remote_console for Vbox and VMware 2016-11-03 18:17:50 +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_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 Drop console_type serial, and enable_remote_console for Vbox and VMware 2016-11-03 18:17:50 +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 Drop console_type serial, and enable_remote_console for Vbox and VMware 2016-11-03 18:17:50 +01:00
1_5_iou Drop console_type serial, and enable_remote_console for Vbox and VMware 2016-11-03 18:17:50 +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 Drop console_type serial, and enable_remote_console for Vbox and VMware 2016-11-03 18:17:50 +01:00
1_5_virtualbox Drop console_type serial, and enable_remote_console for Vbox and VMware 2016-11-03 18:17:50 +01:00
1_5_vmware Drop console_type serial, and enable_remote_console for Vbox and VMware 2016-11-03 18:17:50 +01:00
1_5_vpcs Drop console_type serial, and enable_remote_console for Vbox and VMware 2016-11-03 18:17:50 +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 Change directory layout for dynamips. 2017-01-06 17:43:47 +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:

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