All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wei Liu <wei.liu2@citrix.com>
To: Juergen Gross <jgross@suse.com>
Cc: Wei Liu <wei.liu2@citrix.com>,
	Ian Campbell <Ian.Campbell@citrix.com>,
	George Dunlap <george.dunlap@eu.citrix.com>,
	Dario Faggioli <dario.faggioli@citrix.com>,
	Ian Jackson <Ian.Jackson@eu.citrix.com>,
	xen-devel@lists.xen.org
Subject: Re: [OSSTEST PATCH 2/2] Testing cpupools: recipe for it and job definition
Date: Thu, 18 Dec 2014 15:04:09 +0000	[thread overview]
Message-ID: <20141218150409.GA2870@zion.uk.xensource.com> (raw)
In-Reply-To: <5492EBFC.8010005@suse.com>

On Thu, Dec 18, 2014 at 04:00:12PM +0100, Juergen Gross wrote:
> On 12/18/2014 02:39 PM, Dario Faggioli wrote:
> >Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com>
> >---
> >  make-flight |   11 +++++++++++
> >  sg-run-job  |    6 ++++++
> >  2 files changed, 17 insertions(+)
> >
> >diff --git a/make-flight b/make-flight
> >index a91f256..ce02c89 100755
> >--- a/make-flight
> >+++ b/make-flight
> >@@ -266,6 +266,16 @@ do_credit2_tests () {
> >              $debian_runvars all_hostflags=$most_hostflags
> >  }
> >
> >+do_cpupools_tests () {
> >+  if [ $xenarch != amd64 -o $dom0arch != amd64 ]; then
> >+    return
> >+  fi
> 
> Why can't you test cpupools on x86_64?
> 

Don't worry. That's the name used for 64 bit (be it amd or intel) in
OSSTest. :-)

Wei.

> 
> Juergen
> 
> >+
> >+  job_create_test test-$xenarch$kern-$dom0arch-xl-cpupools            \
> >+       test-cpupools xl $xenarch $dom0arch                            \
> >+            $debian_runvars all_hostflags=$most_hostflags
> >+}
> >+
> >  do_passthrough_tests () {
> >    if [ $xenarch != amd64 -o $dom0arch != amd64 -o "$kern" != "" ]; then
> >      return
> >@@ -366,6 +376,7 @@ test_matrix_do_one () {
> >
> >    do_sedf_tests
> >    do_credit2_tests
> >+  do_cpupools_tests
> >
> >    if [ $xenarch = amd64 -a $dom0arch = i386 ]; then
> >
> >diff --git a/sg-run-job b/sg-run-job
> >index 2cf810a..0250087 100755
> >--- a/sg-run-job
> >+++ b/sg-run-job
> >@@ -272,6 +272,12 @@ proc run-job/test-debianhvm {} {
> >      test-guest debianhvm
> >  }
> >
> >+proc need-hosts/test-cpupools {} { return host }
> >+proc run-job/test-cpupools {} {
> >+    install-guest-debian
> >+    run-ts . = ts-cpupools
> >+}
> >+
> >  proc need-hosts/test-pair {} { return {src_host dst_host} }
> >  proc run-job/test-pair {} {
> >      run-ts . =              ts-debian-install      dst_host
> >
> >
> >_______________________________________________
> >Xen-devel mailing list
> >Xen-devel@lists.xen.org
> >http://lists.xen.org/xen-devel
> >

  reply	other threads:[~2014-12-18 15:04 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-18 13:38 [OSSTEST PATCH 0/2] Test case for cpupools Dario Faggioli
2014-12-18 13:38 ` [OSSTEST PATCH 1/2] ts-cpupools: new test script Dario Faggioli
2014-12-18 14:57   ` Juergen Gross
2014-12-18 13:39 ` [OSSTEST PATCH 2/2] Testing cpupools: recipe for it and job definition Dario Faggioli
2014-12-18 15:00   ` Juergen Gross
2014-12-18 15:04     ` Wei Liu [this message]
2014-12-18 15:10       ` Juergen Gross
2014-12-18 17:29         ` Dario Faggioli
2014-12-19  9:48           ` Ian Campbell
2014-12-19 10:50             ` Dario Faggioli
2014-12-19 11:02               ` Ian Campbell
2014-12-18 13:44 ` [OSSTEST PATCH 0/2] Test case for cpupools Dario Faggioli
2014-12-18 14:56 ` Juergen Gross

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141218150409.GA2870@zion.uk.xensource.com \
    --to=wei.liu2@citrix.com \
    --cc=Ian.Campbell@citrix.com \
    --cc=Ian.Jackson@eu.citrix.com \
    --cc=dario.faggioli@citrix.com \
    --cc=george.dunlap@eu.citrix.com \
    --cc=jgross@suse.com \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.