f41e428fda
Signed-off-by: Yi Zhang <yi.zhang@redhat.com>
12 lines
189 B
YAML
12 lines
189 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- simple:
|
|
dir: sanity
|
|
run: ./runtest.sh
|
|
required_packages:
|
|
- which
|