Make up one OS example
This commit is contained in:
@@ -18,3 +18,7 @@ def get_vm_command_line(env, config: Dict[str, str]):
|
||||
else:
|
||||
logger.error("Failed to get vm command line. Status code: %d", response.status_code)
|
||||
return None
|
||||
|
||||
|
||||
def get_vm_terminal_output(env, config: Dict[str, str]):
|
||||
return env.controller.get_terminal_output()
|
||||
|
||||
Reference in New Issue
Block a user