24 lines
422 B
YAML
24 lines
422 B
YAML
|
---
|
||
|
# - hosts: localhost
|
||
|
- hosts: all
|
||
|
roles:
|
||
|
- role: standard-test-source
|
||
|
tags:
|
||
|
- always
|
||
|
|
||
|
- role: standard-test-basic
|
||
|
tags:
|
||
|
- atomic
|
||
|
- classic
|
||
|
required_packages:
|
||
|
- python3
|
||
|
- python3-dbus
|
||
|
- libblockdev-plugins-all
|
||
|
- python3-yaml
|
||
|
- targetcli
|
||
|
tests:
|
||
|
- unit-tests:
|
||
|
dir: .
|
||
|
run: ./unit_testing.sh
|
||
|
|