Make up one OS example

This commit is contained in:
Timothyxxx
2024-01-26 20:33:24 +08:00
parent 35cc698ffa
commit c346b4379d
3 changed files with 47 additions and 14 deletions

View File

@@ -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()