search for: b165c81

Displaying 3 results from an estimated 3 matches for "b165c81".

Did you mean: 516581
2015 Feb 10
1
[PATCH] php: add a simple bindtests test
...optional arguments in PHP (or maybe they way we implement them). --- .gitignore | 1 + generator/bindtests.ml | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++ generator/main.ml | 1 + 3 files changed, 65 insertions(+) diff --git a/.gitignore b/.gitignore index 1b02af0..b165c81 100644 --- a/.gitignore +++ b/.gitignore @@ -387,6 +387,7 @@ Makefile.in /php/extension/php-for-tests.sh /php/extension/php_guestfs_php.h /php/extension/run-tests.php +/php/extension/tests/guestfs_php_bindtests.phpt /php/extension/tmp-php.ini /pick-guests.pl /po-docs/*/*.1 diff --git a/genera...
2015 Mar 10
0
[PATCH] v2v: Add the test-harness used by external tests.
...644 v2v/test-harness/META.in create mode 100644 v2v/test-harness/Makefile.am create mode 100644 v2v/test-harness/v2v_test_harness.ml create mode 100644 v2v/test-harness/v2v_test_harness.mli create mode 100644 v2v/test-harness/virt-v2v-test-harness.pod diff --git a/.gitignore b/.gitignore index b165c81..810ed20 100644 --- a/.gitignore +++ b/.gitignore @@ -265,6 +265,7 @@ Makefile.in /html/virt-tar-in.1.html /html/virt-tar-out.1.html /html/virt-v2v.1.html +/html/virt-v2v-test-harness.1.html /html/virt-win-reg.1.html /inspector/actual-*.xml /inspector/stamp-virt-inspector.pod @@ -567,6 +568,1...
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