Fix disk names for gating tests

Disks we create for our gating tests are now 'vdb' and 'vdc'
instead of 'vda' and 'vdb'.
This commit is contained in:
Vojtech Trefny 2020-08-21 07:31:14 +02:00
parent 84bdf1c9f5
commit d3cbb91713
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
run: python3 /usr/share/doc/python3-blivet/examples/list_devices.py
- lvm-factory:
dir: .
run: python3 ./lvm_factory.py --disks=vda,vdb
run: python3 ./lvm_factory.py --disks=vdb,vdc
- list-devices-2:
dir: .
run: python3 /usr/share/doc/python3-blivet/examples/list_devices.py