Add basic functional test
This commit is contained in:
parent
6f415c9bdf
commit
8e71265667
11
tests/tests.yml
Normal file
11
tests/tests.yml
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
tags:
|
||||
- classic
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
become: True
|
||||
tests:
|
||||
- simple:
|
||||
dir: .
|
||||
run: authselect list
|
||||
Loading…
Reference in New Issue
Block a user