1999110bbc
* Install galaxy roles before running ansible tests * Use package module in kolla-ceph to support Debian-based systems This is required for running tests in TravisCI. * Fix kolla-ceph unit test * Add more tests for kolla-ceph Journal tests are currently failing on my laptop due to partition labels being truncated. * Add .gitignore for stackhpc.parted-1-1 galaxy role * Run all test cases Run all test cases, collecting failures, then report at the end.
15 lines
332 B
YAML
15 lines
332 B
YAML
---
|
|
- include: test-no-journal.yml
|
|
- include: test-journal.yml
|
|
- include: test-bootstrapped-journal.yml
|
|
- include: test-data-journal.yml
|
|
|
|
- hosts: localhost
|
|
connection: local
|
|
tasks:
|
|
- name: Fail if any tests failed
|
|
fail:
|
|
msg: >
|
|
Test failures: {{ test_failures }}
|
|
when: test_failures is defined
|