8c46d66c97
Also add gating tests copied over from RHEL Resolves: rhbz#bz2031865
21 lines
473 B
YAML
21 lines
473 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-source # Fetch source tarball and unpack it into the test environment
|
|
tags:
|
|
- always
|
|
|
|
- role: standard-test-basic
|
|
tags:
|
|
- atomic
|
|
- classic
|
|
required_packages:
|
|
- bash
|
|
- libqb-tests
|
|
- check
|
|
- words
|
|
|
|
tests:
|
|
- check: # Run tests
|
|
dir: .
|
|
run: ./run-tests.sh
|