Merge "Fix ansible-integration test after playbook.files tweak"

This commit is contained in:
Zuul 2018-12-21 15:23:41 +00:00 committed by Gerrit Code Review
commit 1952d041f7
1 changed files with 1 additions and 2 deletions

View File

@ -24,8 +24,7 @@ from ara.clients.offline import AraOfflineClient
def validate_playbook(playbook):
assert len(playbook['arguments']) == 40
assert 'hacking/test-playbook.yml' in playbook['file']['path']
assert len(playbook['files']) == 9
assert len(playbook['files']) == 5
assert playbook['status'] == 'completed'