[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [OSSTEST PATCH 2/2] 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 <iwj@xxxxxxxxxxxxxx> --- sg-run-job | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sg-run-job b/sg-run-job index 69ee715b..bc5a0c8f 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 -- 2.20.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |