update a lot of tests for new exec.local
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
af24165367
commit
528901bdee
7 changed files with 57 additions and 15 deletions
|
|
@ -44,7 +44,7 @@ class CodeTestCase(test.CdistTestCase):
|
|||
self.local_base_path = local_base_path
|
||||
self.out_path = self.mkdtemp()
|
||||
self.local = local.Local(self.target_host, self.local_base_path, self.out_path)
|
||||
self.local.create_directories()
|
||||
self.local.create_files_dirs()
|
||||
|
||||
self.remote_base_path = self.mkdtemp()
|
||||
self.user = getpass.getuser()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue