create remote base in test - needed?
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
184e2bd9c5
commit
90fad0fe83
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ class ExplorerClassTestCase(test.CdistTestCase):
|
|||
self.temp_dir = self.mkdtemp()
|
||||
self.out_path = os.path.join(self.temp_dir, "out")
|
||||
self.remote_base_path = os.path.join(self.temp_dir, "remote")
|
||||
os.makedirs(self.remote_base_path)
|
||||
|
||||
self.local = local.Local(
|
||||
target_host=self.target_host,
|
||||
|
|
Loading…
Reference in a new issue