a42697c808
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>
17 lines
277 B
YAML
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
|