29a9406e1b
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/python-blivet#eaa02fcd8d2f8cfe6784072049eee49855230f1a
17 lines
451 B
YAML
17 lines
451 B
YAML
---
|
|
- hosts: all
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- list-devices-1:
|
|
dir: .
|
|
run: python3 /usr/share/doc/python3-blivet/examples/list_devices.py
|
|
- lvm-factory:
|
|
dir: .
|
|
run: python3 ./lvm_factory.py --disks=vdb,vdc
|
|
- list-devices-2:
|
|
dir: .
|
|
run: python3 /usr/share/doc/python3-blivet/examples/list_devices.py
|