oslo.service/oslo_service/tests
Ben Nemec 2705800cd3 Ensure connection is active in graceful shutdown tests
Recent versions of eventlet close idle connections, so just opening
a connection is no longer sufficient to trigger graceful shutdown
behavior. This change sends a request and adds a delay on the server
side so the connection will be active throughout the test.

Change-Id: I4e908c1fb1a61d8a57769e2aa85c02a21722367b
Closes-Bug: 1788959
2018-08-31 17:08:14 +00:00
..
ssl_cert Fixup certificates and skip failing test 2018-04-10 14:47:19 +00:00
__init__.py doing monkey_patch for unittest. 2015-09-15 11:13:49 +08:00
base.py Fix some reST field lists in docstrings 2017-03-22 13:24:21 +00:00
eventlet_service.py Ensure connection is active in graceful shutdown tests 2018-08-31 17:08:14 +00:00
test_eventlet_backdoor.py Replace 'MagicMock' with 'Mock' 2016-10-11 09:38:45 +08:00
test_loopingcall.py Stop asserting on Eventlet internals 2018-08-30 22:33:47 +00:00
test_periodic.py Fix parameters of assertEqual are misplaced 2016-07-20 16:42:28 +08:00
test_service.py Ensure connection is active in graceful shutdown tests 2018-08-31 17:08:14 +00: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 [ThreadGroup] Don't remove timer when stop timers 2018-05-09 00:54:54 +00:00
test_wsgi.py Remove moxstubout 2018-05-19 14:26:50 +00:00