b0650321b1
Signed-off-by: Steve Dickson <steved@redhat.com> Resolves: bz1996211
22 lines
604 B
YAML
22 lines
604 B
YAML
---
|
|
# Tests that run in classic context
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
use_beakerlib_libraries: yes
|
|
tags:
|
|
- classic
|
|
repositories:
|
|
- repo: "git://pkgs.devel.redhat.com/tests/nfs-utils"
|
|
dest: "tests"
|
|
version: "6f3c1af32931edef9c0a2829a570156ec3ba94d6"
|
|
tests:
|
|
- tests/commands/utils/umount
|
|
- tests/commands/utils/exportfs
|
|
- tests/commands/utils/mount
|
|
- tests/services/systemd/nfs
|
|
- tests/function/nfs-mount-options-all
|
|
required_packages:
|
|
- nfs-utils
|
|
- redhat-lsb-core # lsb_release is needed by tests
|