From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH OSSTEST v2 1/5] cri-args-hostslists: allow instance specific settings Date: Wed, 15 Apr 2015 12:57:06 +0100 Message-ID: <1429099026.15516.235.camel@citrix.com> References: <1429092280.15516.169.camel@citrix.com> <1429092297-3998-1-git-send-email-ian.campbell@citrix.com> <21806.19539.752169.503047@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <21806.19539.752169.503047@mariner.uk.xensource.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: Ian Jackson Cc: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Wed, 2015-04-15 at 12:32 +0100, Ian Jackson wrote: > Ian Campbell writes ("[PATCH OSSTEST v2 1/5] cri-args-hostslists: allow instance specific settings"): > > In particular this new $HOME/.xen-osstest/cri-args-hostslists.settings > > can contain things like "export > > OSSTEST_CONFIG=production-config-cambridge" to tailor things for a > > particular instance of osstest running in production mode. > > > > Signed-off-by: Ian Campbell > > Acked-by: Ian Jackson > ... > > +if [ -e $HOME/.xen-osstest/cri-args-hostslists.settings ]; then > > + source $HOME/.xen-osstest/cri-args-hostslists.settings > > +fi > > export OSSTEST_CONFIG=${OSSTEST_CONFIG:-production-config} > > At some point we should remove this last line and put it in various > ~/.xen-osstest/cri-args-hostslists.settings files in the test lab. Makes sense. I'd be happy to do that straightaway if you would prefer.