update a lot of tests for new exec.local

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-11-01 15:20:10 +01:00
commit 528901bdee
7 changed files with 57 additions and 15 deletions

View file

@ -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()