X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Fintegration%2Ftestlib%2Fproc.py;fp=test%2Fintegration%2Ftestlib%2Fproc.py;h=ffa0a5f50c536d41478e7f537082a42af4dedc94;hb=b4280adda649c177ad27349fad4d51c2ebd9d35d;hp=d5cbee484c200e461437ac4ed8d2357645629151;hpb=67e09d80143c4dcad182730a7b73a3d1183e67da;p=tinc diff --git a/test/integration/testlib/proc.py b/test/integration/testlib/proc.py index d5cbee48..ffa0a5f5 100755 --- a/test/integration/testlib/proc.py +++ b/test/integration/testlib/proc.py @@ -149,6 +149,11 @@ class Tinc: """Return path to a subdirectory within the working dir for this node.""" return os.path.join(self._work_dir, *paths) + @property + def work_dir(self): + """Node's working directory.""" + return self._work_dir + @property def script_up(self) -> str: """Name of the hosts/XXX-up script for this node."""