From: Dario Faggioli <dario.faggioli@citrix.com>
To: xen-devel@lists.xen.org
Cc: Juergen Gross <jgross@suse.com>,
Ian Jackson <Ian.Jackson@eu.citrix.com>,
Wei Liu <wei.liu2@citrix.com>,
Ian Campbell <Ian.Campbell@citrix.com>,
George Dunlap <george.dunlap@eu.citrix.com>
Subject: [OSSTEST PATCH 2/2] Testing cpupools: recipe for it and job definition
Date: Thu, 18 Dec 2014 14:39:02 +0100 [thread overview]
Message-ID: <20141218133902.29909.99057.stgit@Abyss.station> (raw)
In-Reply-To: <20141218130919.29909.13566.stgit@Abyss.station>
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
+
+ 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
next prev parent reply other threads:[~2014-12-18 13:39 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 ` Dario Faggioli [this message]
2014-12-18 15:00 ` [OSSTEST PATCH 2/2] Testing cpupools: recipe for it and job definition Juergen Gross
2014-12-18 15:04 ` Wei Liu
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=20141218133902.29909.99057.stgit@Abyss.station \
--to=dario.faggioli@citrix.com \
--cc=Ian.Campbell@citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=george.dunlap@eu.citrix.com \
--cc=jgross@suse.com \
--cc=wei.liu2@citrix.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.