5ff54342fc
Resolves: RHEL-7883 Signed-off-by: Pavel Reichl <preichl@redhat.com>
18 lines
474 B
YAML
18 lines
474 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/rpcbind/services/systemd/rpcbind/main.sh
|
|
- tests/function/nfs-mount-options-all/main.sh
|
|
required_packages:
|
|
- nfs-utils
|
|
- redhat-lsb-core # lsb_release is needed by tests
|