JSON schema for checking topologies

Support:
* IOU
* Dynamips
* VPCS
* VirtualBox
* Qemu

VMWare is not supported

Tests schema are available in:
tests/schemas

And the test suite is auto generated from this directory you
can take a look to test_topology_check

Fix #342,#392,#384
This commit is contained in:
Julien Duponchelle
2015-06-04 15:38:35 +02:00
parent e2cdff3604
commit 17471db248
17 changed files with 1499 additions and 6 deletions

View File

@@ -49,6 +49,7 @@ setup(
description="GNS3 graphical interface for the GNS3 server.",
long_description=open("README.rst", "r").read(),
install_requires=[
"jsonschema>=2.4.0",
"apache-libcloud>=0.14.1",
"requests>=2.4.3",
"paramiko>=1.15.1",