Later once the upstream no longer uses phantomjs, we should be able to execute the entire integration test suite. This includes the standard-test-overlay role, and the standard-test-scripts role. These will be suggested to the standard-test-roles repo.
13 lines
448 B
Markdown
13 lines
448 B
Markdown
# Ansible role for Upstream source tarball tests
|
|
|
|
Put this role in your tests.yml playbook. The playbook
|
|
will extract the upstream source tarball as described in
|
|
the package spec file into a test/source/ directory. You
|
|
can then use or execute files (usually tests) from the
|
|
upstream sources in your playbook.
|
|
|
|
You can redefine the following variables:
|
|
|
|
* srcdir: A directory to extract sources into. This defaults
|
|
to {{ playbook_dir }}/source/
|