From: Ian Jackson Date: Fri, 16 Oct 2020 16:49:38 +0000 (+0100) Subject: Do not mark hosts used for pair test as reusable X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=f057f5e46cc91ae5c8abacbaecd432f6924ae171;p=osstest.git Do not mark hosts used for pair test as reusable We do not currently tear down the nbd, and that means the next test cannot remove our LVs. Signed-off-by: Ian Jackson --- diff --git a/sg-run-job b/sg-run-job index 69ee715..bc5a0c8 100755 --- a/sg-run-job +++ b/sg-run-job @@ -581,6 +581,8 @@ proc run-job/test-debianhvm {} { } proc setup-test-pair {} { + global reuse_ok + set reuse_ok 0 run-ts . = ts-debian-install dst_host run-ts . = ts-debian-fixup dst_host + debian run-ts . = ts-guests-nbd-mirror + dst_host src_host + debian