summaryrefslogtreecommitdiffstats
path: root/src/service-dbus
diff options
context:
space:
mode:
Diffstat (limited to 'src/service-dbus')
-rw-r--r--src/service-dbus/test/testService.py4
1 files changed, 2 insertions, 2 deletions
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 <rhack@redhat.com>; Jan Grec <jgrec@redhat.com>
+# Authors: Robin Hack <rhack@redhat.com>; Jan Grec <jgrec@redhat.com>; Jan Safranek <jsafrane@redhat.com>
#
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")