From: Marc Fiuczynski Date: Fri, 8 Feb 2008 19:04:27 +0000 (+0000) Subject: Need to define a default PLC_API_HOST value for the case when plc is not running... X-Git-Tag: 2008-02-11-last-vmware-support~6 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7c9213f961f6fe2a730ca44ad944122d02e6f13d;p=tests.git Need to define a default PLC_API_HOST value for the case when plc is not running at all when the qa stuff starts up. This is only needed for plc_configure and plc_start, as once those have run all subsequent tests can likely assume that the local plc shell will work and we wont need to go via the xmlrpc api --- diff --git a/qaapi/qa/qa_config b/qaapi/qa/qa_config index 13225d9..5907a8e 100644 --- a/qaapi/qa/qa_config +++ b/qaapi/qa/qa_config @@ -18,6 +18,8 @@ PLC_MAIL_ENABLED=1 PLC_MAIL_SUPPORT_ADDRESS="root@localhost.localdomain" +PLC_API_HOST="localhost" + # Test Site Configuration