diff mbox series

[OSSTEST] host reuse: Reuse hosts only in same role (for now)

Message ID 20201016123528.1894-1-iwj@xenproject.org (mailing list archive)
State New, archived
Headers show
Series [OSSTEST] host reuse: Reuse hosts only in same role (for now) | expand

Commit Message

Ian Jackson Oct. 16, 2020, 12:35 p.m. UTC
This is a workaround.  There is a problem with hoat key setup in a
group of hosts, which means that when a pair test reuses a host set up
by a different test, we can get
   Host key verification failed.
during the src-to-dst migration.

Signed-off-by: Ian Jackson <iwj@xenproject.org>
---
 ts-host-reuse | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/ts-host-reuse b/ts-host-reuse
index ae967304..8d674257 100755
--- a/ts-host-reuse
+++ b/ts-host-reuse
@@ -67,6 +67,7 @@  sub sharetype_add ($$) {
 sub compute_test_sharetype () {
     my @runvartexts;
     my %done;
+    push @runvartexts, $ho->{Ident};
     foreach my $key (runvar_glob(@accessible_runvar_pats)) {
 	next if runvar_is_synth($key);
 	my $val = $r{$key};