libblockdev/tests/tests.yml
Vojtech Trefny 4ae4e270be gating: Remove some unneeded/unavailable test dependencies
For some filesystems like Btrfs or NILFS2 we don't have the kernel
modules in C10S so we don't want to install the userspace tools
either.
2024-05-09 12:49:08 +02:00

40 lines
817 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:
- cryptsetup
- device-mapper-multipath
- dosfstools
- e2fsprogs
- glibc-all-langpacks
- lvm2-dbusd
- mdadm
- ndctl
- nss-tools
- nvme-cli
- nvmetcli
- python3-bytesize
- python3-dbus
- python3-packaging
- python3-pylint
- python3-yaml
- targetcli
- udftools
- volume_key
- xfsprogs