search for: cd08cd0

Displaying 2 results from an estimated 2 matches for "cd08cd0".

Did you mean: cd00cd
2015 Mar 10
0
[PATCH] v2v: Add the test-harness used by external tests.
...$(SED) -e 's,$(abs_srcdir)/,$(builddir)/,g' | \ + sort > $@-t + mv $@-t $@ + +-include .depend + +endif +endif + +DISTCLEANFILES = .depend + +.PHONY: depend docs diff --git a/v2v/test-harness/v2v_test_harness.ml b/v2v/test-harness/v2v_test_harness.ml new file mode 100644 index 0000000..cd08cd0 --- /dev/null +++ b/v2v/test-harness/v2v_test_harness.ml @@ -0,0 +1,409 @@ +(* libguestfs v2v test harness + * Copyright (C) 2015 Red Hat Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as publishe...
2015 Mar 10
2
[PATCH 0/1] v2v: Add the test-harness used by external tests.
As I'm now working through the enormous virt-v2v/virt-p2v bug list, we need a high quality set of tests to ensure that we don't accidentally regress some old OS/hypervisor combination while making changes. The test cases are going to be huge, so we cannot possibly distribute them in libguestfs. Furthermore many of them have licensing problems which means we cannot redistribute them at