2021-06-15 20:37:11 +00:00
|
|
|
- hosts: localhost
|
2021-11-15 16:23:10 +00:00
|
|
|
pre_tasks:
|
2021-12-09 18:00:39 +00:00
|
|
|
- name: make sure that /tmp is sharing disk space with /
|
|
|
|
mount:
|
|
|
|
path: /tmp
|
|
|
|
state: unmounted
|
2021-11-15 16:23:10 +00:00
|
|
|
tags:
|
|
|
|
- classic
|
2021-06-15 20:37:11 +00:00
|
|
|
roles:
|
|
|
|
- role: standard-test-basic
|
|
|
|
tags:
|
|
|
|
- classic
|
|
|
|
required_packages:
|
|
|
|
- osbuild-composer-tests
|
|
|
|
tests:
|
|
|
|
- integration:
|
|
|
|
dir: scripts
|
|
|
|
run: ./run_tests.sh {{ tenv_workdir }}
|