From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: [PATCH OSSTEST 11/12] make-flight, mfi-common: rename onetoolstack to pairtoolstack Date: Mon, 9 Feb 2015 11:10:05 +0000 Message-ID: <1423480206-9729-12-git-send-email-wei.liu2@citrix.com> References: <1423480206-9729-1-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1423480206-9729-1-git-send-email-wei.liu2@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: ian.jackson@eu.citrix.com, jfehlig@suse.com, Wei Liu , ian.campbell@citrix.com List-Id: xen-devel@lists.xenproject.org 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 Cc: Ian Campbell Cc: Ian Jackson --- 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