libblockdev/tests/tests.yml
2023-06-29 15:36:26 +02:00

45 lines
913 B
YAML

---
# No tests suitable for atomic environment
# No tests suitable for container environment
# Tests suitable for classic environment
- hosts: localhost
roles:
- role: standard-test-source
tags:
- always
- role: standard-test-basic
tags:
- classic
tests:
- upstream_test_suite:
dir: source
run: python3 tests/run_tests.py --installed
required_packages:
- btrfs-progs
- cryptsetup
- device-mapper-multipath
- dosfstools
- e2fsprogs
- exfatprogs
- f2fs-tools
- glibc-all-langpacks
- lvm2-dbusd
- mdadm
- ndctl
- nilfs-utils
- nss-tools
- ntfsprogs
- nvme-cli
- nvmetcli
- python3-bytesize
- python3-dbus
- python3-packaging
- python3-pylint
- python3-yaml
- targetcli
- udftools
- volume_key
- xfsprogs