From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dario Faggioli Subject: [OSSTest PATCH [RFC] 4/4] make-flight: Fedora guest tests Date: Thu, 12 Dec 2013 23:53:47 +0100 Message-ID: <20131212225347.11164.65135.stgit@Solace> References: <20131212221933.11164.46804.stgit@Solace> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20131212221933.11164.46804.stgit@Solace> 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 , Ian Campbell List-Id: xen-devel@lists.xenproject.org Signed-off-by: Dario Faggioli --- make-flight | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/make-flight b/make-flight index dcfdfe6..08a4a98 100755 --- a/make-flight +++ b/make-flight @@ -355,6 +355,25 @@ for xenarch in ${TEST_ARCHES- i386 amd64 armhf } ; do debian_arch=$dom0arch \ all_hostflags=$most_hostflags + + case ${xenarch} in + amd64) fedora_domUarches="x86_64 i386";; + i386) fedora_domUarches="";; + # No ARM for now. Fedora has, from F18 on, an ARM version, and it + # all should work, but I haven't had the chance to test it in + # standalone mode. + #armhf) fedora_domUarches="armhfp";; + esac + + for domU in $fedora_domUarches ; do + for dist in "19" "20-RC1" ; do + job_create_test test-$xenarch$kern-$dom0arch-fedora$dist-$domU test-fedora xl \ + fedora_arch=$domU \ + fedora_fedora_release=$dist \ + all_hostflags=$most_hostflags + done + done + if [ $xenarch = amd64 -a $dom0arch = i386 -a "$kern" = "" ]; then for freebsdarch in amd64 i386; do