1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-10 09:58:55 +00:00
gns3-server/tests
Julien Duponchelle fd22cd8361
Send command line used to start the VM to client
Add a command_line attribute to the VM object with
the command line used to start the VM.

Now /start return the object in order to get
this new attribute. And the HTTP status code
is 200 instead of 204 because 204 disallow body.

Support:
* Qemu
* Dynamips
* IOU

Ref https://github.com/GNS3/gns3-gui/issues/513
2016-02-02 18:25:17 +01:00
..
handlers Send command line used to start the VM to client 2016-02-02 18:25:17 +01:00
modules Send command line used to start the VM to client 2016-02-02 18:25:17 +01:00
resources Fix crash in IOU config export 2015-10-21 14:28:39 +02:00
utils Add test for unicode char in images path 2016-01-26 15:32:40 +01:00
web Fix doc generation 2015-02-24 11:39:17 +01:00
__init__.py
conftest.py Add test for unicode char in images path 2016-01-26 15:32:40 +01:00
test_asyncio.py All current iou code is async 2015-02-16 17:20:07 +01:00
test_config.py Cleanup unused and duplicates 2015-11-09 12:14:25 +01:00
test_run.py Fix server tests 2015-07-05 21:14:05 +02:00
test_utils.py OVA file support 2015-10-06 17:50:54 +02:00
utils.py Improve PR #386 2016-01-04 16:30:06 +01:00