From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2 0/4] raisin: introduce tests Date: Tue, 5 May 2015 12:59:27 +0100 Message-ID: <1430827167.2660.64.camel@citrix.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Stefano Stabellini Cc: george.dunlap@eu.citrix.com, xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Fri, 2015-05-01 at 16:48 +0100, Stefano Stabellini wrote: > Hi all, > > this patch series introduces a framework to execute simple unit and > functional tests in raisin. It can be used by developers to validate > their changes before submitting a patch series to xen-devel. It can also > be used by OSSTest to test for regressions on one particular > functionality. This patch series only introduces two tests: a PV guest > creation test and an HVM guest creation test. They are both based on > busybox. More tests will follow. What is the intended scope of these tests? e.g. when should a test be added here rather than to osstest? Do you eventually plan to have an osstest job which executes the raisin tests? Ian.