mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-13 04:48:22 +00:00
Return command_line and node_directory via the controller
This commit is contained in:
@ -63,7 +63,7 @@ def test_json(vm, project):
|
||||
'aux': vm.aux,
|
||||
'start_command': vm.start_command,
|
||||
'environment': vm.environment,
|
||||
'vm_directory': vm.working_dir
|
||||
'node_directory': vm.working_dir
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user