search for: domuarch

Displaying 1 result from an estimated 1 matches for "domuarch".

Did you mean: dom0arch
2013 Nov 25
6
[PATCH/RFC OSSTEST] Debian PV netboot guest test
...; } diff --git a/make-flight b/make-flight index a5d21af..95f8d53 100755 --- a/make-flight +++ b/make-flight @@ -329,6 +329,29 @@ for xenarch in ${TEST_ARCHES- i386 amd64 armhf } ; do kernkind=$kernkind \ $arch_runvars $suite_runvars " + + case ${xenarch} in + amd64) domUarches="amd64 i386";; + i386) domUarches="";; + armhf) domUarches="armhf";; + esac + + for domU in $domUarches ; do + for dist in squeeze wheezy jessie ; do + case $domU_$dist in + armhf_squeeze) continue;; + *) continue;; + esac + job_create...