6c9bd9cf13
Resolves: rhbz#2011877
19 lines
393 B
YAML
19 lines
393 B
YAML
- hosts: localhost
|
|
pre_tasks:
|
|
- name: make sure that /tmp is sharing disk space with /
|
|
mount:
|
|
path: /tmp
|
|
state: unmounted
|
|
tags:
|
|
- classic
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
required_packages:
|
|
- osbuild-composer-tests
|
|
tests:
|
|
- integration:
|
|
dir: scripts
|
|
run: ./run_tests.sh {{ tenv_workdir }}
|