cifs-utils/tests/tests.yml
Xiaoli Feng a42697c808 Add simple tests for gating tests
As before, cifs-utils gating tests don't do anything tests. Now
add some simple tests. Such as mount/umount cifs.

Signed-off-by: Xiaoli Feng <xifeng@redhat.com>
2024-05-21 13:59:25 +08:00

17 lines
277 B
YAML

- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: sanity
run: ./runtest.sh
required_packages:
- which
- samba
- samba-client
- coreutils
- policycoreutils
- systemd