qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 12/18] tests: add migration tests of TLS with PSK credentials


From: Thomas Huth
Subject: Re: [PATCH 12/18] tests: add migration tests of TLS with PSK credentials
Date: Mon, 7 Mar 2022 11:12:33 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.6.0

On 02/03/2022 18.49, Daniel P. Berrangé wrote:
This validates that we correctly handle migration success and failure
scenarios when using TLS with pre shared keys.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
  roms/seabios                        |   2 +-
  tests/qtest/meson.build             |   7 +-
  tests/qtest/migration-test.c        | 180 ++++++++++++++++++++++++++--
  tests/unit/crypto-tls-psk-helpers.c |  18 ++-
  tests/unit/crypto-tls-psk-helpers.h |   1 +
  5 files changed, 190 insertions(+), 18 deletions(-)

diff --git a/roms/seabios b/roms/seabios
index 2dd4b9b3f8..6a62e0cb0d 160000
--- a/roms/seabios
+++ b/roms/seabios
@@ -1 +1 @@
-Subproject commit 2dd4b9b3f84019668719344b40dba79d681be41c
+Subproject commit 6a62e0cb0dfe9cd28b70547dbea5caf76847c3a9

Ah, here is the revert - so the previous change was by accident, indeed!

 Thomas





reply via email to

[Prev in Thread] Current Thread [Next in Thread]