Fix ansible-integration test after playbook.files tweak

Now that the change in the callback landed, we can address this.
We'll improve these tests soon.

Change-Id: I47c354771723ae85df4e61529e7d832c2585e245
This commit is contained in:
David Moreau Simard 2018-12-21 09:54:54 -05:00
parent 2bd8c3f654
commit d37baf3765
No known key found for this signature in database
GPG Key ID: CBEB466764A9E621
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'