forked from ungleich-public/cdist
bugfix test case
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
e2e2ddb33b
commit
7abb338381
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ class CodeTestCase(unittest.TestCase):
|
||||||
|
|
||||||
def test_run_code_remote_environment(self):
|
def test_run_code_remote_environment(self):
|
||||||
self.cdist_object.code_remote = self.code.run_gencode_remote(self.cdist_object)
|
self.cdist_object.code_remote = self.code.run_gencode_remote(self.cdist_object)
|
||||||
|
self.code.transfer_code_remote(self.cdist_object)
|
||||||
output_string = self.code.run_code_remote(self.cdist_object)
|
output_string = self.code.run_code_remote(self.cdist_object)
|
||||||
output_dict = {}
|
output_dict = {}
|
||||||
for line in output_string.split('\n'):
|
for line in output_string.split('\n'):
|
||||||
|
|
Loading…
Reference in a new issue