Displaying 1 result from an estimated 1 matches for "9c685f9".
Did you mean:
3c685f4
2017 Mar 06
2
[PATCH] v2v: Add extra tests for malformed OVA files.
...7b..7dd49e2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -635,6 +635,7 @@ Makefile.in
/v2v/virt-v2v.1
/v2v/virt-v2v-copy-to-local
/v2v/virt-v2v-copy-to-local.1
+/v2v/windows.vmdk
/website/*.html
/website/README.txt
/website/TODO.txt
diff --git a/v2v/Makefile.am b/v2v/Makefile.am
index 55f7e70..9c685f9 100644
--- a/v2v/Makefile.am
+++ b/v2v/Makefile.am
@@ -256,10 +256,15 @@ TESTS_ENVIRONMENT = $(top_builddir)/run --test
TESTS = \
test-v2v-docs.sh \
- test-v2v-i-ova-tar.sh \
+ test-v2v-i-ova-bad-sha1.sh \
+ test-v2v-i-ova-bad-sha256.sh \
test-v2v-i-ova-formats.sh \
+ test-v2v-i-ova-good-che...