From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: Re: [PATCH OSSTEST 02/12] Increase boot timer to accomodate to nest test Date: Wed, 11 Feb 2015 14:47:04 +0000 Message-ID: <21723.27496.422247.308479@mariner.uk.xensource.com> References: <1423648341-203755-1-git-send-email-robert.hu@intel.com> <1423648341-203755-3-git-send-email-robert.hu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1423648341-203755-3-git-send-email-robert.hu@intel.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: Robert Ho Cc: longtaox.pang@intel.com, jfehlig@suse.com, wei.liu2@citrix.com, ian.campbell@citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org Robert Ho writes ("[PATCH OSSTEST 02/12] Increase boot timer to accomodate to nest test"): > In nested test case, guest boot will take more time. > Increase the timer to 200 seconds. Can we make this conditional somehow ? I think it should probably be picked up from a runvar. We don't currently have timeouts directly in runvars and we probably don't want them in make-flight. So perhaps we should have a runvar named after the host indicating that it is a nested virt host. Obviously that would mean this patch would have to come later in the series. I'll have to look at the rest of the series to have a clearer idea what the right thing looks like. Thanks, Ian.