oslo.service/oslo_service/tests
Alberto Murillo 63c62f201a Fix argument type for _sd_notify() on python3
socket.sendall() expects a byte-string as
argument but takes its from _sd_notify in
a string format causing an exception on python3

Closes-Bug: #1564150

Change-Id: I16de988739b9e37b8b2721fefd3c6be485e5a4c7
2016-03-31 10:51:19 -06:00
..
ssl_cert Added wsgi functionality 2015-08-19 12:01:40 +00:00
__init__.py doing monkey_patch for unittest. 2015-09-15 11:13:49 +08:00
base.py Add functionality for creating Unix domain WSGI servers 2015-11-18 17:35:16 +03:00
eventlet_service.py Fix test execution on CentOS 7 2016-01-08 17:35:31 +01:00
test_eventlet_backdoor.py Allow the backdoor to serve from a local unix domain socket 2016-02-18 19:24:19 -08:00
test_loopingcall.py Fix Heartbeats stop when time is changed 2016-03-03 21:21:02 +01:00
test_periodic.py fix a couple of assert issues 2015-12-23 11:41:41 +08:00
test_service.py Fix race condition on handling signals 2016-01-26 21:38:30 +01:00
test_sslutils.py Enable py3 mock.patch of RuntimeError 2015-12-09 11:02:47 -05:00
test_systemd.py Fix argument type for _sd_notify() on python3 2016-03-31 10:51:19 -06:00
test_threadgroup.py Add ability to cancel Threads and ThreadGroups 2016-03-10 08:16:00 -06:00
test_wsgi.py Use requests in TestWSGIServerWithSSL instead of raw socket client 2016-02-11 16:21:55 +03:00