This commit is contained in:
Tomáš Hrčka 2023-10-17 08:57:11 +02:00
commit d36352d2a1
6 changed files with 185 additions and 1 deletions

11
tests/tests.yml Normal file
View file

@ -0,0 +1,11 @@
---
- hosts: localhost
roles:
- role: standard-test-beakerlib
tags:
- classic
- atomic
tests:
- simple-test
required_packages:
- python3-APScheduler