1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-10 09:58:55 +00:00
gns3-server/tests/modules
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
..
dynamips Fix Dynamips identifier is already used by another router 2015-10-07 13:50:40 +02:00
iou Send command line used to start the VM to client 2016-02-02 18:25:17 +01:00
qemu Send command line used to start the VM to client 2016-02-02 18:25:17 +01:00
virtualbox Return vm_directory for VirtualBox and VMware 2015-06-26 17:09:19 +02:00
vmware Fix vmware and interfaces tests 2015-07-09 16:12:33 +02:00
vpcs Send command line used to start the VM to client 2016-02-02 18:25:17 +01:00
test_base_vm.py Avoid test crash if GNS3 is running on the same computer 2015-11-03 21:06:30 +01:00
test_manager.py Fix test on Windows 2015-12-14 16:06:51 +01:00
test_port_manager.py Replace by another TCP port if port is already used 2015-12-07 12:26:46 +01:00
test_project_manager.py Explicit ID names, remove {uuid} from URLs and add vms in URLs for VMs. 2015-02-04 13:48:29 -07:00
test_project.py Merge branch 'master' into unstable 2015-05-28 12:04:01 +02:00