27 lines
540 B
YAML
27 lines
540 B
YAML
---
|
|
# No tests suitable for container environment
|
|
# No tests suitable for atomic environment
|
|
#
|
|
# Tests suitable for classic environment
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-source
|
|
tags:
|
|
- classic
|
|
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- upstream_test_suite:
|
|
dir: source
|
|
run: tests/libbytesize_unittest.sh
|
|
- sanity:
|
|
dir: sanity
|
|
run: ./main.sh
|
|
required_packages:
|
|
- glibc-all-langpacks
|
|
- python3-six
|
|
- libbytesize
|
|
- python3-bytesize
|