From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: [PATCH OSSTEST v2 12/13] make-flight, mfi-common: rename onetoolstack to pairtoolstack Date: Sun, 12 Jul 2015 17:20:35 +0100 Message-ID: <1436718036-7985-13-git-send-email-wei.liu2@citrix.com> References: <1436718036-7985-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: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZEKNV-00040B-OK for xen-devel@lists.xenproject.org; Sun, 12 Jul 2015 16:45:21 +0000 In-Reply-To: <1436718036-7985-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 Cc: ian.jackson@eu.citrix.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 Acked-by: Ian Campbell --- 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