Remove tests for things that are now using the playbook based 'test_new' infra. Units will remain here

after refactoring, WIP, more to come.
This commit is contained in:
Michael DeHaan 2014-02-19 17:57:39 -05:00
parent 7e89a4cf72
commit 6fb02650ff
2 changed files with 1 additions and 111 deletions

View file

@ -392,23 +392,6 @@ class TestPlaybook(unittest.TestCase):
assert utils.jsonify(expected, format=True) == utils.jsonify(actual,format=True)
def test_recursive_copy(self):
pb = 'test/playbook-recursive-copy.yml'
actual = self._run(pb)
expected = {
"localhost": {
"changed": 65,
"failures": 0,
"ok": 73,
"skipped": 0,
"unreachable": 0
}
}
assert utils.jsonify(expected, format=True) == utils.jsonify(actual,format=True)
def test_playbook_logging_non_ascii(self):
pb = 'test/playbook-logging-non-ascii.yml'
actual = self._run(pb)
@ -457,4 +440,4 @@ class TestPlaybook(unittest.TestCase):
print "**EXPECTED**"
print expected_lines
assert actual_lines == expected_lines
assert actual_lines == expected_lines