- nfsdcld: prevent from accessing /var/lib/nfs/nfsdcld in read-only file system during boot Resolves: RHEL-78177 - Replace the functional gating tests with the ones from RHEL10 Resolves: RHEL-78110 - Add explicit version requirement for libnfsidmap Resolves: RHEL-78107 - Add --disable-sbin-override for when /sbin is a symlink Resolves: RHEL-69771 - Move remaining binaries from /sbin to /usr/sbin Resolves: RHEL-69771 Signed-off-by: Scott Mayhew <smayhew@redhat.com>
12 lines
193 B
YAML
12 lines
193 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- simple:
|
|
dir: scripts
|
|
run: ./runtest.sh
|
|
required_packages:
|
|
- nfs-utils
|