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 <ian.campb...@citrix.com>
> Acked-by: Ian Jackson <ian.jack...@eu.citrix.com>
...
> +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.

Ian.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to