Gating tests now enforce `osci.brew-build.tier0.functional` for c8s. Backport the gating test definition from c9s to c8s. Resolves: rhbz#2172416
24 lines
464 B
YAML
24 lines
464 B
YAML
---
|
|
|
|
# 1minutetip --buildroot
|
|
|
|
- hosts: localhost
|
|
tags:
|
|
- classic
|
|
roles:
|
|
- role: standard-test-source
|
|
|
|
- role: standard-test-basic
|
|
required_packages:
|
|
- python3-cffi
|
|
- python3-pytest
|
|
- python3-devel
|
|
- gcc
|
|
tests:
|
|
- unittests:
|
|
dir: "source"
|
|
# cffi1 and test_version depend on files that are not packaged
|
|
run: >-
|
|
rm -rf cffi* testing/cffi0/test_version.py &&
|
|
pytest-3 testing/cffi0
|