mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-11 13:34:45 -05:00
tests: Add storagevol tests for format=iso
Demonstrates the bug fix in commit 0e5db76262
This commit is contained in:
@@ -272,6 +272,13 @@ mymain(void)
|
||||
"pool-dir", "vol-qcow2-nocapacity-backing", NULL, NULL,
|
||||
"qcow2-nocapacity", 0, FMT_OPTIONS);
|
||||
|
||||
DO_TEST("pool-dir", "vol-file-iso",
|
||||
NULL, NULL,
|
||||
"iso", 0, FMT_OPTIONS);
|
||||
DO_TEST("pool-dir", "vol-file",
|
||||
"pool-dir", "vol-file-iso",
|
||||
"iso-input", 0, FMT_OPTIONS);
|
||||
|
||||
return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user