14 lines
225 B
YAML
14 lines
225 B
YAML
- hosts: localhost
|
|
tags:
|
|
- classic
|
|
roles:
|
|
- role: standard-test-basic
|
|
#- role: standard-test-beakerlib
|
|
required_packages:
|
|
- python3-pycotap
|
|
tests:
|
|
- smoke1:
|
|
dir: .
|
|
run: ./tests.py
|
|
|