The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/bc#460fca117385bfc02a3e554ff984638d286151f7
16 lines
327 B
YAML
16 lines
327 B
YAML
---
|
|
# This first play always runs on the local staging system
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
- container
|
|
- atomic
|
|
tests:
|
|
- sanity.test:
|
|
dir: sanity
|
|
run: python3 runtests.py -v
|
|
required_packages:
|
|
- bc # Required to run initscript
|