sqlite/tests/tests.yml
Troy Dawson 9ec1bf0701 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/sqlite#f098d15dcf04f6ef5c6e5fa63db6368d51fb2c0f
2020-10-15 09:56:24 -07:00

17 lines
287 B
YAML

---
# Tests to run in a classic environment
- hosts: localhost
roles:
- role: standard-test-beakerlib
tags:
- classic
- container
tests:
- basic
required_packages:
- findutils # beakerlib needs find command
- which
- python2
- sqlite