From 7c9213f961f6fe2a730ca44ad944122d02e6f13d Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Fri, 8 Feb 2008 19:04:27 +0000 Subject: [PATCH] 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 --- qaapi/qa/qa_config | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.43.0