]> xenbits.xensource.com Git - people/royger/osstest.git/commitdiff
migrations: Do x10 migration 20x instead
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 3 Nov 2017 12:49:37 +0000 (12:49 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 3 Nov 2017 12:50:51 +0000 (12:50 +0000)
We want to keep the old testid or some new failures will be "never
pass".

Roger reports that this change makes the existing host-specific
Windows migration failures fail everywhere, so so things may need
force pushing.

CC: Roger Pau Monné <roger.pau@citrix.com>
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
sg-run-job

index 537d6b8068607026a529550e8397e7c408dfee6b..aa97ee61fa37a9843431b8bb1c355eafdc3118f6 100755 (executable)
@@ -592,7 +592,7 @@ proc test-guest-migr {g} {
        run-ts . =.2 ts-guest-saverestore + host $g
     }
     if {$can_migrate} {
-        run-ts . =/x10 ts-guest-localmigrate + x10 host $g
+        run-ts . =/x10 ts-guest-localmigrate + x20 host $g
     }
 }