00d876a814
https://bugzilla.redhat.com/show_bug.cgi?id=1950611 Thanks: Xiaodai Wang
11 lines
261 B
Bash
Executable File
11 lines
261 B
Bash
Executable File
#!/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.
|
|
|
|
virt-builder fedora-30
|
|
virt-v2v -i disk fedora-30.img -o null
|