tests: Add storagevol tests for format=iso

Demonstrates the bug fix in commit 0e5db76262
This commit is contained in:
Cole Robinson
2017-03-08 13:22:33 -05:00
parent d7dcea6f60
commit 0de1066fb9
6 changed files with 32 additions and 0 deletions
+7
View File
@@ -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;
}