050f11c6be
- Rebase to upstream v1.4.1 - Make coverity happy with parameter passing in regressions.sh - Add auto generated environment section to man-page - Overhaul setting scheduler policy/priority - Enable Fedora CI Gating
17 lines
254 B
YAML
17 lines
254 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
|
|
|