2022-01-13 15:42:19 +00:00
|
|
|
---
|
|
|
|
# Tests that run in classic context
|
|
|
|
- hosts: localhost
|
|
|
|
roles:
|
|
|
|
- role: standard-test-beakerlib
|
|
|
|
use_beakerlib_libraries: yes
|
|
|
|
tags:
|
|
|
|
- classic
|
|
|
|
repositories:
|
2024-02-16 14:22:50 +00:00
|
|
|
- repo: "https://pkgs.devel.redhat.com/git/tests/nfs-utils"
|
2022-01-13 15:42:19 +00:00
|
|
|
dest: "tests"
|
|
|
|
tests:
|
2024-02-16 14:22:50 +00:00
|
|
|
- tests/commands/utils/umount/main.sh
|
|
|
|
- tests/commands/utils/exportfs/main.sh
|
|
|
|
- tests/commands/utils/mount/main.sh
|
|
|
|
- tests/services/systemd/nfs/main.sh
|
|
|
|
- tests/function/nfs-mount-options-all/main.sh
|
2022-01-13 15:42:19 +00:00
|
|
|
required_packages:
|
|
|
|
- nfs-utils
|
|
|
|
- redhat-lsb-core # lsb_release is needed by tests
|