2018-12-07 17:22:53 +00:00
|
|
|
---
|
|
|
|
- hosts: all
|
|
|
|
roles:
|
|
|
|
- role: standard-test-basic
|
|
|
|
tags:
|
|
|
|
- classic
|
|
|
|
tests:
|
2018-12-10 18:23:04 +00:00
|
|
|
- list-devices-1:
|
|
|
|
dir: .
|
|
|
|
run: python3 /usr/share/doc/python3-blivet/examples/list_devices.py
|
|
|
|
- lvm-factory:
|
|
|
|
dir: .
|
2020-08-21 05:31:14 +00:00
|
|
|
run: python3 ./lvm_factory.py --disks=vdb,vdc
|
2018-12-10 18:23:04 +00:00
|
|
|
- list-devices-2:
|
2018-12-07 19:07:06 +00:00
|
|
|
dir: .
|
|
|
|
run: python3 /usr/share/doc/python3-blivet/examples/list_devices.py
|