Return status in all cases

This commit is contained in:
Julien Duponchelle
2016-05-17 19:51:06 +02:00
parent c4ebdc0e37
commit f052299eb1
13 changed files with 42 additions and 5 deletions

View File

@ -63,7 +63,8 @@ def test_json(vm, project):
'aux': vm.aux,
'start_command': vm.start_command,
'environment': vm.environment,
'node_directory': vm.working_dir
'node_directory': vm.working_dir,
'status': 'stopped'
}