forked from ungleich-public/cdist
back to 100% tests working
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
fb4f8784b6
commit
91ecfa7d3f
5 changed files with 12 additions and 10 deletions
|
|
@ -48,8 +48,8 @@ class CodeTestCase(test.CdistTestCase):
|
|||
|
||||
self.remote_base_path = self.mkdtemp()
|
||||
self.user = getpass.getuser()
|
||||
remote_exec = "ssh -o User=%s -q" % "root" # self.user
|
||||
remote_copy = "scp -o User=%s -q" % "root" # self.user
|
||||
remote_exec = "ssh -o User=%s -q" % self.user
|
||||
remote_copy = "scp -o User=%s -q" % self.user
|
||||
self.remote = remote.Remote(self.target_host, self.remote_base_path, remote_exec, remote_copy)
|
||||
|
||||
self.code = code.Code(self.target_host, self.local, self.remote)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue