46b837709b
Git protocol in now unsupported on distgit; hence, switching to https. Gating test relies on STI, which is currently discouraged and losing support in favor of TMT. Strangely, this necessitates providing the complete path to the executed script instead of utilizing the default run.sh. Resolves: RHEL-25837 Signed-off-by: Pavel Reichl <preichl@redhat.com>
21 lines
592 B
YAML
21 lines
592 B
YAML
---
|
|
# Tests that run in classic context
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
use_beakerlib_libraries: yes
|
|
tags:
|
|
- classic
|
|
repositories:
|
|
- repo: "https://pkgs.devel.redhat.com/git/tests/nfs-utils"
|
|
dest: "tests"
|
|
tests:
|
|
- 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
|
|
required_packages:
|
|
- nfs-utils
|
|
- redhat-lsb-core # lsb_release is needed by tests
|