libblockdev/tests/tests.yml
Vojtech Trefny 67f76c07af Copy the 'tests' directory from RHEL 8 dist git
The tests were no migrated.

Related: rhbz#2138698
2023-04-03 15:41:21 +02:00

41 lines
898 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
- check_pkg:
dir: check_pkg
run: ./main.sh
required_packages:
- libblockdev
- libblockdev-plugins-all
- python3-blockdev
- libblockdev-lvm-devel
- libblockdev-lvm-dbus
- libblockdev-lvm-dbus-devel
- volume_key
- nss-tools
- targetcli
- xfsprogs
- dosfstools
- e2fsprogs
- cryptsetup
- glibc-all-langpacks
- python3-six
- python3-dbus
- python3-yaml
- python3-bytesize