Actually use fetch-stestr-output in unittests base job

We need to fetch stestr output if it's there at the end of the unittests
base job.

Change-Id: I1cd47056ed6b2b1e5fee0b54a8ea1494d86ddb13
This commit is contained in:
Monty Taylor 2017-09-06 16:02:41 -05:00
parent ac0e58dcca
commit 19f5dd08b1
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
- hosts: all
roles:
- fetch-testr-output
- fetch-stestr-output