Julien Duponchelle
|
84eb8356e8
|
Create a container class and a flag for enable it from command line
Ref #417
|
2016-03-02 09:49:52 +01:00 |
|
Julien Duponchelle
|
119a2a3b66
|
Add test for unicode char in images path
Ref #401
|
2016-01-26 15:32:40 +01:00 |
|
grossmj
|
c3e99bfc1d
|
Drop netifaces (replaced by psutil). Fixes #344.
|
2015-11-08 13:34:27 -07:00 |
|
Julien Duponchelle
|
69c38c6414
|
Use pytest 2.8 so it's work with Python 3.5 without warning
|
2015-11-02 16:35:12 +01:00 |
|
Julien Duponchelle
|
986ab649d7
|
Fix project not closing
Fix #303
|
2015-09-03 16:46:34 +02:00 |
|
Julien Duponchelle
|
796ca86df9
|
Fix random failures in tests on OSX and Windows
|
2015-08-25 10:13:49 +02:00 |
|
Julien Duponchelle
|
323674ba5c
|
Turn off KVM for non x86 architectures
Fix #289
|
2015-08-07 16:49:45 +02:00 |
|
Julien Duponchelle
|
3b3929803b
|
Force turn off KVM for the CI
|
2015-06-26 17:13:32 +02:00 |
|
Julien Duponchelle
|
04e62e429c
|
Merge branch 'master' into unstable
|
2015-06-11 16:55:09 +02:00 |
|
Julien Duponchelle
|
07eab6e766
|
Fix tests
|
2015-06-11 09:18:02 +02:00 |
|
Julien Duponchelle
|
7c7f8fe3ed
|
Fix ethernet interfaces tests if eth0 doesn't exists
Also on Windows and MacOS it return error if we try
to use a non existing interfaces.
Fix #230
|
2015-06-09 16:35:21 +02:00 |
|
Julien Duponchelle
|
6f9f004ebb
|
API for list & download files of a project
|
2015-05-26 09:49:12 +02:00 |
|
grossmj
|
153914bf97
|
Make sure used ports in a project are cleaned up when closing it.
|
2015-03-21 17:19:12 -06:00 |
|
Julien Duponchelle
|
964ea0f577
|
Fix random behavior in tests
|
2015-03-17 15:40:58 +01:00 |
|
Julien Duponchelle
|
bcb1ce02ab
|
Refactor config management in tests
|
2015-03-16 15:03:41 +01:00 |
|
Julien Duponchelle
|
e54649accd
|
Fix dynamips tests
|
2015-03-16 14:42:00 +01:00 |
|
Julien Duponchelle
|
ae7bf828cd
|
Fix tests on MacOS
|
2015-02-27 18:30:22 +01:00 |
|
Julien Duponchelle
|
aa40e6097e
|
Fix tests
|
2015-02-26 10:45:37 +01:00 |
|
Jeremy
|
3d3300e83a
|
Rename console methods in port manager to use the generic tcp term in the name.
Fixes bug when a console port is allocated to a Ghost VM instance and not released.
Warnings at exit when TCP/UDP ports are still allocated.
|
2015-02-23 17:42:55 -07:00 |
|
Julien Duponchelle
|
f7cd09d5fb
|
Display an upload form (upload is not yet ready)
|
2015-02-23 11:28:33 +01:00 |
|
Julien Duponchelle
|
15f89776d3
|
All current iou code is async
|
2015-02-16 17:20:07 +01:00 |
|
Julien Duponchelle
|
e99c0f6ac5
|
I hope it's fix tests on Travis Python 3.3
|
2015-02-09 11:19:56 +01:00 |
|
Julien Duponchelle
|
64c197c719
|
Fix tests
|
2015-02-09 10:18:37 +01:00 |
|
Julien Duponchelle
|
5c3969ae79
|
Fix tests creating garbage project in ~/GNS3/project
|
2015-02-06 11:15:27 +01:00 |
|
Jeremy
|
1bea78194c
|
Explicit ID names, remove {uuid} from URLs and add vms in URLs for VMs.
|
2015-02-04 13:48:29 -07:00 |
|
Julien Duponchelle
|
df8bdcc152
|
Catch exceptions from rmtree
|
2015-01-26 13:54:44 +01:00 |
|
Jeremy
|
499a8f10ae
|
Update tests.
|
2015-01-23 16:38:59 -07:00 |
|
Jeremy
|
39e3ca91a9
|
Fixes module unload & adds host, port and allow-remote-console command line args.
|
2015-01-23 13:01:23 -07:00 |
|
Julien Duponchelle
|
8e249b670d
|
Set a location by default
|
2015-01-23 17:39:17 +01:00 |
|
grossmj
|
0d503b779e
|
Explicitly close VM when the server is shutdown.
|
2015-01-22 23:40:51 -07:00 |
|
Jeremy
|
d9b02efbfa
|
Rename destroy to close or unload (more friendly).
|
2015-01-22 19:06:17 -07:00 |
|
Julien Duponchelle
|
6644c640db
|
Attribute mac address
|
2015-01-22 16:12:21 +01:00 |
|
Julien Duponchelle
|
97cefa23fb
|
Move fixtures to conftest
|
2015-01-21 22:32:33 +01:00 |
|
Julien Duponchelle
|
68d0e5f42d
|
PEP8
|
2015-01-20 13:04:20 +01:00 |
|
Jeremy
|
7fff25a9a9
|
UUID support for VMs.
Basic VirtualBox support (create, start and stop).
Some refactoring for BaseVM class.
Updated CURL command in tests.
|
2015-01-19 18:30:57 -07:00 |
|
grossmj
|
17b56810d1
|
Fixes bug where IOS nvram/disk files were not kept after closing a
topology.
|
2014-05-06 12:22:38 -06:00 |
|
grossmj
|
798f0367b9
|
Catch SIGTERM, SIGINT, SIGHUP and SIGQUIT to properly shutdown the
server.
|
2013-12-06 17:52:16 -07:00 |
|
grossmj
|
2f23a092e3
|
Polishing base server implementation
|
2013-12-05 21:39:27 -07:00 |
|
grossmj
|
f4e51ea74f
|
Base server complete including modules, STOMP protocol over Websockets
and ZMQ Router/Dealer implementations.
|
2013-12-05 00:21:06 -07:00 |
|