[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH OSSTEST 11/12] 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> --- make-flight | 2 +- mfi-common | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/make-flight b/make-flight index dabcacd..23d51ea 100755 --- a/make-flight +++ b/make-flight @@ -420,7 +420,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 a0603a2..8e53fbb 100644 --- a/mfi-common +++ b/mfi-common @@ -309,10 +309,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 |