9ec1bf0701
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/sqlite#f098d15dcf04f6ef5c6e5fa63db6368d51fb2c0f
17 lines
287 B
YAML
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
|
|
|