
19 Mar
2014
19 Mar
'14
10:08 a.m.
On 03/18/2014 04:00 PM, Daniel P. Berrange wrote:
To allow for fault injection of the virCommand dry run, add the ability to register a callback. The callback will be passed the argv, env and stdin buffer and is expected to return the exit status and optionally fill stdout and stderr buffers.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com> --- src/util/vircommand.c | 52 ++++++++++++++++++++++++++++++++---------- src/util/vircommand.h | 1 + src/util/vircommandpriv.h | 13 ++++++++++- tests/virkmodtest.c | 8 +++---- tests/virnetdevbandwidthtest.c | 3 ++- 5 files changed, 59 insertions(+), 18 deletions(-)
ACK Jan