You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gns3-server/tests/topologies
Julien Duponchelle 7fea6f0e2e
Fix conversion issue for old IOU projects
7 years ago
..
1_0_empty Drop console_type serial, and enable_remote_console for Vbox and VMware 8 years ago
1_3_dynamips Drop console_type serial, and enable_remote_console for Vbox and VMware 8 years ago
1_3_dynamips_missing_platform Drop console_type serial, and enable_remote_console for Vbox and VMware 8 years ago
1_5_builtins Correct link are not connected to the correct ethernet switch port after conversion 7 years ago
1_5_cloud Drop console_type serial, and enable_remote_console for Vbox and VMware 8 years ago
1_5_cloud_nat Drop NAT port from cloud from old topologies 7 years ago
1_5_cloud_udp Support UDP cloud from 1.5 8 years ago
1_5_docker_remote Drop console_type serial, and enable_remote_console for Vbox and VMware 8 years ago
1_5_drawing Drop console_type serial, and enable_remote_console for Vbox and VMware 8 years ago
1_5_dynamips Drop console_type serial, and enable_remote_console for Vbox and VMware 8 years ago
1_5_host Drop console_type serial, and enable_remote_console for Vbox and VMware 8 years ago
1_5_images Drop console_type serial, and enable_remote_console for Vbox and VMware 8 years ago
1_5_internet Drop console_type serial, and enable_remote_console for Vbox and VMware 8 years ago
1_5_iou Fix conversion issue for old IOU projects 7 years ago
1_5_qemu Drop console_type serial, and enable_remote_console for Vbox and VMware 8 years ago
1_5_snapshot Drop console_type serial, and enable_remote_console for Vbox and VMware 8 years ago
1_5_virtualbox Fix linked_clone property lost during topology convert 7 years ago
1_5_vmware Fix linked_clone property lost during topology convert 7 years ago
1_5_vpcs Drop console_type serial, and enable_remote_console for Vbox and VMware 8 years ago
2_0_vmware Drop console_type serial, and enable_remote_console for Vbox and VMware 8 years ago
dynamips_2_0_0_b2 Change directory layout for dynamips. 7 years ago
README.rst Start of support for topologies before 2.X 8 years ago

README.rst

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