From f78c5d5702e5052394d3049915317203d330a9ef Mon Sep 17 00:00:00 2001 From: Lili Nie Date: Mon, 24 Nov 2025 16:01:29 +0800 Subject: [PATCH] Add interactive console support to VM instances Fixes: #19 --- testcloud/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testcloud/config.py b/testcloud/config.py index 16a2d63..00a2556 100644 --- a/testcloud/config.py +++ b/testcloud/config.py @@ -164,7 +164,7 @@ def DATA_DIR(self, value): # Extra cmdline args for the qemu invocation. # Customize as needed :) - CMD_LINE_ARGS = [] + CMD_LINE_ARGS = ["-append", "console=tty0 console=ttyS0,115200n8"] CMD_LINE_ENVS = {} # Extra coreos cmdline args for the qemu invocation.