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:
parent
77767f7d82
commit
b78097c2c8
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user