From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: [PATCH OSSTEST 2/6] README: describe job dependence Date: Fri, 20 Sep 2013 10:15:42 +0100 Message-ID: <1379668546-5267-3-git-send-email-wei.liu2@citrix.com> References: <1379668546-5267-1-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1379668546-5267-1-git-send-email-wei.liu2@citrix.com> 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: Wei Liu , ian.jackson@eu.citrix.com, ian.campbell@citrix.com List-Id: xen-devel@lists.xenproject.org Signed-off-by: Wei Liu --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index c845d4d..7f90696 100644 --- a/README +++ b/README @@ -33,6 +33,12 @@ To run osstest in standalone mode: (strictly, the final `_HOST' is the uppercase of the host's `ident' in the job) + However, as test-amd64-{i386,amd64}-xl and other tests depends on + some runtime variables generated by build-* jobs, you can run + build-* jobs before running actual test jobs. If you don't want to do + so you need to insert those missing runvars into standalone.db with + sqlite3. + - Don't forget to set the machine to pxeboot in the BIOS. - Currently you need a serial console at 115200 8n1; see TODO. -- 1.7.10.4