X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=test%2Fresources%2Flinux%2Fnode.py;h=8849a4cb305041318e26ed82d707e0b32e776a67;hb=7a9e71714aa04620778742135637c9f1ed8c499b;hp=cd56757d4171118e005888c51a9a48b50ebefdcd;hpb=6337302c0db631641b3e6a47c6e57c4864711acc;p=nepi.git diff --git a/test/resources/linux/node.py b/test/resources/linux/node.py index cd56757d..8849a4cb 100644 --- a/test/resources/linux/node.py +++ b/test/resources/linux/node.py @@ -49,7 +49,7 @@ class LinuxNodeTestCase(unittest.TestCase): def t_run(self, host, user): node, ec = create_node(host, user) - app_home = os.path.join(node.exp_dir, "my-app") + app_home = os.path.join(node.exp_home, "my-app") node.mkdir(app_home, clean = True) command = "ping %s" % self.target @@ -87,7 +87,7 @@ class LinuxNodeTestCase(unittest.TestCase): def t_compile(self, host, user): node, ec = create_node(host, user) - app_home = os.path.join(node.exp_dir, "my-app") + app_home = os.path.join(node.exp_home, "my-app") node.mkdir(app_home, clean = True) prog = """#include