Enable CI
This commit is contained in:
parent
a4e422a519
commit
b7722a81bc
3 changed files with 70 additions and 1 deletions
13
tests/tests.yml
Normal file
13
tests/tests.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
- hosts: localhost
|
||||
tags:
|
||||
- classic
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
#- role: standard-test-beakerlib
|
||||
required_packages:
|
||||
- python3-pycotap
|
||||
tests:
|
||||
- smoke1:
|
||||
dir: .
|
||||
run: ./tests.py
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue