[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH OSSTEST v2 12/13] make-flight, mfi-common: rename onetoolstack to pairtoolstack
The name "onetoolstack" in confusing. Currently it's in fact referring to the toolstack used to test pair migration, so rename it to "pairtoolstack". No functional changes introduced. Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> Cc: Ian Campbell <ian.campbell@xxxxxxxxxx> Cc: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- make-flight | 2 +- mfi-common | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/make-flight b/make-flight index 96c6fe5..596b925 100755 --- a/make-flight +++ b/make-flight @@ -460,7 +460,7 @@ test_matrix_do_one () { # Test live migration job_create_test test-$xenarch$kern-$dom0arch-pair test-pair \ - $onetoolstack $xenarch $dom0arch \ + $pairtoolstack $xenarch $dom0arch \ !host !host_hostflags \ $debian_runvars \ all_hostflags=$most_hostflags,equiv-1 diff --git a/mfi-common b/mfi-common index a9e966f..e517019 100644 --- a/mfi-common +++ b/mfi-common @@ -313,10 +313,10 @@ job_create_test () { test_matrix_iterate () { case "$xenbranch" in - xen-3.*-testing) onetoolstack=xend ;; - xen-4.0-testing) onetoolstack=xend ;; - xen-4.1-testing) onetoolstack=xend ;; - *) onetoolstack=xl ;; + xen-3.*-testing) pairtoolstack=xend ;; + xen-4.0-testing) pairtoolstack=xend ;; + xen-4.1-testing) pairtoolstack=xend ;; + *) pairtoolstack=xl ;; esac for xenarch in ${TEST_ARCHES- i386 amd64 armhf } ; do -- 1.9.1 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |