tests: Setup defaults for subjects and artifacts

While hacking on tests, folks are going to be relying on the
default behavior of standard-test-roles which fills in these
Ansible variables from environment variables.

This is not necessary for execution in the pipeline, but just
for ease of use for folks looking at this first test in dist-git.
This commit is contained in:
Stef Walter 2017-08-22 21:20:00 +02:00
parent 77767f7d82
commit b78097c2c8

View File

@ -1,5 +1,8 @@
--- ---
- hosts: localhost - hosts: localhost
vars:
artifacts: "{{ lookup('env', 'TEST_ARTIFACTS')|default('./artifacts', true) }}"
subjects: "{{ lookup('env', 'TEST_SUBJECTS')}}"
tags: tags:
- atomic - atomic
tasks: tasks: