DO NOT MERGE test cleanup phase playbook

This tests our cleanup phase playbook when jobs fail. Depends because
I am testing more things now.

Change-Id: I0c24c46b6b265b06e9043c28ce6c419e5ab622b5
This commit is contained in:
Clark Boylan 2019-09-04 13:45:47 -07:00 committed by Clark Boylan
parent c19a6a2cf5
commit f7ecb5a0f8
2 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,7 @@ class SymlinkFixture(fixtures.Fixture):
class TestFileList(testtools.TestCase):
def assert_files(self, result, files):
assert False
self.assertEqual(len(result), len(files))
for expected, received in zip(files, result):
self.assertEqual(expected[0], received.relative_path)

View File

@ -10,6 +10,7 @@
- job:
name: unittests
parent: base-test
abstract: true
description: |
Perform setup common to all unit test jobs.