2021-06-11 13:52:39 +00:00
|
|
|
#!/bin/bash -
|
|
|
|
set -e
|
|
|
|
set -x
|
|
|
|
|
|
|
|
# This only makes sure that virt-v2v isn't totally broken.
|
|
|
|
# virt-v2v is extensively tested on real guests by the QE
|
|
|
|
# team using a mix of automated and manual testing.
|
|
|
|
|
2021-06-11 17:43:04 +00:00
|
|
|
# Fix libvirt.
|
|
|
|
systemctl restart libvirtd
|
|
|
|
|
2021-06-11 13:52:39 +00:00
|
|
|
virt-builder fedora-30
|
|
|
|
virt-v2v -i disk fedora-30.img -o null
|