|
@@ -1162,12 +1162,14 @@ class TestUnixSockServer(unittest.TestCase):
|
|
|
"""
|
|
|
try:
|
|
|
# These are just so the keyring can be started
|
|
|
- self.unix._cc.add_remote_config_by_name = lambda name, callback: None
|
|
|
- self.unix._cc.get_remote_config_value = lambda module, name: ([], True)
|
|
|
+ self.unix._cc.add_remote_config_by_name = \
|
|
|
+ lambda name, callback: None
|
|
|
+ self.unix._cc.get_remote_config_value = \
|
|
|
+ lambda module, name: ([], True)
|
|
|
self.unix._cc.remove_remote_config = lambda name: None
|
|
|
isc.server_common.tsig_keyring.init_keyring(self.unix._cc)
|
|
|
- # These are not really interesting for the test. These are just handled
|
|
|
- # over, so strings are OK.
|
|
|
+ # These are not really interesting for the test. These are just
|
|
|
+ # handled over, so strings are OK.
|
|
|
self.unix._guess_remote = lambda sock: "Address"
|
|
|
self.unix._zone_config = "Zone config"
|
|
|
self.unix._acl = "acl"
|