From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH OSSTEST v5 0/9] XSM test case for OSSTest Date: Tue, 3 Feb 2015 13:41:45 +0000 Message-ID: <1422970905.9323.87.camel@citrix.com> References: <1422959786-22738-1-git-send-email-wei.liu2@citrix.com> <21712.53173.122503.880960@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <21712.53173.122503.880960@mariner.uk.xensource.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: Ian Jackson Cc: Wei Liu , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Tue, 2015-02-03 at 13:40 +0000, Ian Jackson wrote: > > Changes in v5 can be found in individual patch. > > > > See below for output of > > ./standalone-generate-dump-flight-runvars > origin # master > > ./standalone-generate-dump-flight-runvars > xsm # this series applied > > diff -ub ../origin xsm | grep '-xen-unstable' | sed 's/[ \t]*$//' # nothing > > diff -ub ../origin xsm | grep '+xen-unstable' | sed 's/[ \t]*$//' > > Can you redo this with "| sort" after > ./standalone-generate-dump-flight-runvars ? That sorts the output by > job which in this case is probably easier to read. Since you are regenerating can you please also add to your ~/.xen-osstest/config: PlatformsArmhf midway cubietruck arndale or some non-empty list at least, so we can see what will happen with platforms defined. (on production systems this comes from the hostdb). Ian.