13 lines
210 B
YAML
13 lines
210 B
YAML
|
---
|
||
|
# Run a simple parted test
|
||
|
- hosts: localhost
|
||
|
roles:
|
||
|
- role: standard-test-basic
|
||
|
tags:
|
||
|
- classic
|
||
|
|
||
|
tests:
|
||
|
- simple:
|
||
|
dir: scripts
|
||
|
run: ./run_tests.sh
|