c33075f3e1
There is no significant benefit in keeping this configuration separated.
Now the to-be installed packages are tracked in a single place and the
test playbooks only call the relevant tests.
This was pointed out by in 6063eb27b9
https://github.com/containers/toolbox/pull/898
10 lines
249 B
YAML
10 lines
249 B
YAML
---
|
|
- hosts: all
|
|
tasks:
|
|
- name: Run system tests
|
|
command: bats --timing ./test/system
|
|
environment:
|
|
PODMAN: '/usr/bin/podman'
|
|
TOOLBOX: '/usr/local/bin/toolbox'
|
|
args:
|
|
chdir: '{{ zuul.project.src_dir }}'
|