26 lines
470 B
YAML
26 lines
470 B
YAML
---
|
|
#
|
|
# 1minutetip --buildroot rhel10
|
|
#
|
|
|
|
- hosts: localhost
|
|
tags:
|
|
- classic
|
|
roles:
|
|
- role: standard-test-source
|
|
|
|
- role: standard-test-basic
|
|
required_packages:
|
|
- python-semantic_version
|
|
- pytest
|
|
tests:
|
|
- test-base:
|
|
dir: "source/tests"
|
|
run: pytest test_base.py
|
|
- test-match:
|
|
dir: "source/tests"
|
|
run: pytest test_match.py
|
|
- test-parsing:
|
|
dir: "source/tests"
|
|
run: pytest test_parsing.py
|