Loading tests/integration/harness/gkfs.py +11 −0 Original line number Diff line number Diff line Loading @@ -1532,6 +1532,17 @@ class FwdDaemon: def hostfile(self): return self._hostfile @property def address(self): return self._address @property def hostname(self): """The network address this daemon registered with (e.g. 'lo:54321'). Useful for filtering hosts-file lines that belong to this daemon. """ return self._address class FwdClient: """ A class to represent a GekkoFS client process with a patched LD_PRELOAD. Loading Loading
tests/integration/harness/gkfs.py +11 −0 Original line number Diff line number Diff line Loading @@ -1532,6 +1532,17 @@ class FwdDaemon: def hostfile(self): return self._hostfile @property def address(self): return self._address @property def hostname(self): """The network address this daemon registered with (e.g. 'lo:54321'). Useful for filtering hosts-file lines that belong to this daemon. """ return self._address class FwdClient: """ A class to represent a GekkoFS client process with a patched LD_PRELOAD. Loading