2d2193615f
- add required tests subdirectory in addition to gating.yaml that had already been brought over before Related: rhbz#2168567
17 lines
255 B
YAML
17 lines
255 B
YAML
---
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
- container
|
|
tests:
|
|
- smoke:
|
|
dir: .
|
|
run: /usr/share/sbd/regressions.sh
|
|
required_packages:
|
|
- sbd
|
|
- sbd-tests
|
|
- device-mapper
|
|
|