1020
1019
# Create a smart server that publishes whatever the backing VFS server
1022
1021
self.smart_server = server.SmartTCPServer_for_testing()
1025
1023
# Log all HPSS calls into self.hpss_calls.
1026
1024
client._SmartClient.hooks.install_named_hook(
1027
1025
'call', self.capture_hpss_call, None)