[Libguestfs] [PATCH v2 6/9] tests: Add tests using a captive daemon process.

2015-06-25 Thread Richard W.M. Jones
This allows us to test the daemon running as a host process, allowing us to meaningfully test it using valgrind. This commit only adds a single test that check that the daemon starts up, can be pinged, and exits. --- .gitignore| 1 + Makefile.am |

Re: [Libguestfs] [PATCH v2 6/9] tests: Add tests using a captive daemon process.

2015-06-29 Thread Pino Toscano
In data giovedì 25 giugno 2015 15:56:58, Richard W.M. Jones ha scritto: > This allows us to test the daemon running as a host process, allowing > us to meaningfully test it using valgrind. > > This commit only adds a single test that check that the daemon starts > up, can be pinged, and exits. > -

Re: [Libguestfs] [PATCH v2 6/9] tests: Add tests using a captive daemon process.

2015-06-29 Thread Richard W.M. Jones
On Mon, Jun 29, 2015 at 07:11:56PM +0200, Pino Toscano wrote: > In data giovedì 25 giugno 2015 15:56:58, Richard W.M. Jones ha scritto: > > This allows us to test the daemon running as a host process, allowing > > us to meaningfully test it using valgrind. > > > > This commit only adds a single te