From 2f4dfc9dce5e98c4331cf2d4f90c324ec2508ccf Mon Sep 17 00:00:00 2001 From: Justin Cinkelj Date: Wed, 20 Dec 2023 19:54:52 +0100 Subject: [PATCH] Notice about unstable vm test with short vm_shutdown_timeout See also #288 Signed-off-by: Justin Cinkelj --- tests/integration/targets/vm/tasks/01_main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/integration/targets/vm/tasks/01_main.yml b/tests/integration/targets/vm/tasks/01_main.yml index f5483fab..c306eddc 100644 --- a/tests/integration/targets/vm/tasks/01_main.yml +++ b/tests/integration/targets/vm/tasks/01_main.yml @@ -8,6 +8,10 @@ SC_TIMEOUT: "{{ sc_timeout }}" vars: iso_name: "Porteus-XFCE-v5.0-x86_64.iso" + # Testing against local NUC v9.2.22 + # vm_shutdown_timeout: 3 # STOP send immediately after SHUTDOWN, STOP task takes ages... + # vm_shutdown_timeout: 30 # sometimes works, sometimes we get internal error at "Update the VM" or "Update the VM 2nd time" + # vm_shutdown_timeout: 40 # seems to work reliably vm_shutdown_timeout: 300 block: