9a038ef348
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/libblockdev#5e985ab28c5d4b9ba6e67c31d9a5bf58f684e7c6
32 lines
658 B
YAML
32 lines
658 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:
|
|
- volume_key
|
|
- nss-tools
|
|
- targetcli
|
|
- xfsprogs
|
|
- dosfstools
|
|
- e2fsprogs
|
|
- cryptsetup
|
|
- glibc-all-langpacks
|
|
- python3-six
|
|
- python3-dbus
|
|
- python3-yaml
|
|
- python3-bytesize
|