remove legacy tests
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
1fb96c0fc2
commit
eb5b80d132
2 changed files with 0 additions and 10 deletions
|
@ -116,8 +116,3 @@ class CodeTestCase(unittest.TestCase):
|
|||
self.cdist_object.code_remote = self.code.run_gencode_remote(self.cdist_object)
|
||||
self.code.transfer_code_remote(self.cdist_object)
|
||||
self.code.run_code_remote(self.cdist_object)
|
||||
|
||||
def test_debug_env_setup(self):
|
||||
self.log.setLevel(logging.DEBUG)
|
||||
code = cdist.core.code.Code(self.target_host, self.local, self.remote)
|
||||
self.assertTrue("__cdist_debug" in code.env)
|
||||
|
|
|
@ -126,8 +126,3 @@ class ExplorerClassTestCase(unittest.TestCase):
|
|||
self.explorer.transfer_type_explorers(cdist_type)
|
||||
output = self.explorer.run_type_explorer('world', cdist_object)
|
||||
self.assertEqual(output, 'hello\n')
|
||||
|
||||
def test_debug_env_setup(self):
|
||||
self.log.setLevel(logging.DEBUG)
|
||||
explorer = cdist.core.explorer.Explorer(self.target_host, self.local, self.remote)
|
||||
self.assertTrue("__cdist_debug" in explorer.env)
|
||||
|
|
Loading…
Reference in a new issue