0a1b414f3a
Add tests that use a simple socket server instance that opens the port and ignores all data in order to support testing when the socket timeout is set and catching the exception triggered. Also test that when not set that the request will continue to remain connected for a period of time longer than the other test using a wrapper time limit process. Includes some helper classes to black hole all requests by simply listening using a socketserver but never accepting connections, and a time limit function to allow wrapping actions with a time limit when checking for blocking behaviour where the call should not return and will need to be focibly terminated. Change-Id: Idab98b0121adb26aed6320ddcf2afbdf2c4428e0
3 lines
27 B
Plaintext
3 lines
27 B
Plaintext
six>=1.3.0
|
|
pbr>=0.8.2,<2.0
|