Release 1.6.5 (#1503)

* bump version
* update release notes
* implement missing unit-tests and format code.
This commit is contained in:
Alexander Kukushkin
2020-04-23 16:02:01 +02:00
committed by GitHub
parent 8b860d7528
commit fe23d1f2d0
5 changed files with 125 additions and 7 deletions
+1
View File
@@ -33,6 +33,7 @@ def mock_config_map(*args, **kwargs):
mock.metadata.resource_version = '2'
return mock
@patch('socket.TCP_KEEPIDLE', 4, create=True)
@patch('socket.TCP_KEEPINTVL', 5, create=True)
@patch('socket.TCP_KEEPCNT', 6, create=True)