From 47ba5bb3134b5591c1bc3caa31da6281e3695d47 Mon Sep 17 00:00:00 2001 From: Sebastian Eydam Date: Fri, 19 Dec 2025 13:25:55 +0100 Subject: [PATCH] tests: drop redundant TLS live migration tests Drop four of the eight TLS encrypted live migrations in live_migration_tls test, because they consume a lot of time without adding any coverage. On-behalf-of: SAP sebastian.eydam@sap.com Signed-off-by: Sebastian Eydam --- tests/testscript.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/testscript.py b/tests/testscript.py index e4acb1b..14db254 100644 --- a/tests/testscript.py +++ b/tests/testscript.py @@ -1404,8 +1404,6 @@ def test_live_migration_tls(self): for parallel in [True, False]: for dst_host, dst, src in [ ("192.168.100.2", computeVM, controllerVM), - ("192.168.100.1", controllerVM, computeVM), - ("computeVM", computeVM, controllerVM), ("controllerVM", controllerVM, computeVM), ]: # To check for established TLS connections, we count the number