From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dario Faggioli Subject: [OSSTest PATCH [RFC] 3/4] sg-run-job: Fedora guest job Date: Thu, 12 Dec 2013 23:53:40 +0100 Message-ID: <20131212225340.11164.63173.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 --- sg-run-job | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/sg-run-job b/sg-run-job index db62365..d216408 100755 --- a/sg-run-job +++ b/sg-run-job @@ -253,6 +253,17 @@ proc run-job/test-freebsd {} { test-guest freebsd } +proc install-guest-fedora {} { + run-ts . = ts-fedora-install + run-ts . = ts-guest-start + fedora +} + +proc need-hosts/test-fedora {} { return host } +proc run-job/test-fedora {} { + install-guest-fedora + test-guest fedora +} + proc need-hosts/test-win {} { return host } proc run-job/test-win {} { run-ts . = ts-windows-install