diff options
author | Robin Hack <rhack@redhat.com> | 2013-11-06 09:15:54 +0100 |
---|---|---|
committer | Robin Hack <rhack@redhat.com> | 2013-11-06 09:15:54 +0100 |
commit | 0530987d8439d3ae00e640836c01de38d3da6d97 (patch) | |
tree | dde486fae0a65de62cae23985eee7fa5792eec16 | |
parent | 04f8f87b56bdd1b403bca4ed4bd3f39da31f315b (diff) | |
download | openlmi-providers-0530987d8439d3ae00e640836c01de38d3da6d97.tar.gz openlmi-providers-0530987d8439d3ae00e640836c01de38d3da6d97.tar.xz openlmi-providers-0530987d8439d3ae00e640836c01de38d3da6d97.zip |
Service: Added new author. Fix default enviroment value.
-rw-r--r-- | src/service-dbus/test/testService.py | 4 |
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") |