Skip to content

Commit d14a5fe

Browse files
amphitpressure
authored andcommitted
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 [email protected] Signed-off-by: Sebastian Eydam <[email protected]>
1 parent ea67534 commit d14a5fe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/testscript.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1404,8 +1404,6 @@ def test_live_migration_tls(self):
14041404
for parallel in [True, False]:
14051405
for dst_host, dst, src in [
14061406
("192.168.100.2", computeVM, controllerVM),
1407-
("192.168.100.1", controllerVM, computeVM),
1408-
("computeVM", computeVM, controllerVM),
14091407
("controllerVM", controllerVM, computeVM),
14101408
]:
14111409
# To check for established TLS connections, we count the number

0 commit comments

Comments
 (0)