From 0530987d8439d3ae00e640836c01de38d3da6d97 Mon Sep 17 00:00:00 2001 From: Robin Hack Date: Wed, 6 Nov 2013 09:15:54 +0100 Subject: Service: Added new author. Fix default enviroment value. --- src/service-dbus/test/testService.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/service-dbus') diff --git a/src/service-dbus/test/testService.py b/src/service-dbus/test/testService.py index 77f588b..be12b4d 100644 --- a/src/service-dbus/test/testService.py +++ b/src/service-dbus/test/testService.py @@ -15,7 +15,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # -# Authors: Robin Hack ; Jan Grec +# Authors: Robin Hack ; Jan Grec ; Jan Safranek # import unittest @@ -27,7 +27,7 @@ import shutil import time import pywbem # for CIMError -HOST = os.environ.get("LMI_CIMOM_URL", "localhost") +HOST = os.environ.get("LMI_CIMOM_URL", "https://localhost") USER = os.environ.get("LMI_CIMOM_USERNAME", "root") PASSWD = os.environ.get("LMI_CIMOM_PASSWORD", "blank") BROKER = os.environ.get("LMI_CIMOM_BROKER", "tog-pegasus") -- cgit