Re: [PATCH v3 3/3] tools: hv: add vmbus testing tool

2019-08-21 Thread Branden Bonaby
On Thu, Aug 22, 2019 at 01:36:09AM +, Harry Zhang wrote: > Tool function issues: Please validate args errors for '-p' and '--path', > in or following validate_args_path(). > > Comments of functionality: > - it's confusing when fuzz_testing are all OFF, then user run ' python3 >

RE: [PATCH v3 3/3] tools: hv: add vmbus testing tool

2019-08-21 Thread Harry Zhang
40 PM To: KY Srinivasan ; Haiyang Zhang ; Stephen Hemminger ; sas...@kernel.org Cc: brandonbonaby94 ; linux-hyp...@vger.kernel.org; linux-kernel@vger.kernel.org Subject: [PATCH v3 3/3] tools: hv: add vmbus testing tool This is a userspace tool to drive the testing. Currently it supports introdu

[PATCH v3 3/3] tools: hv: add vmbus testing tool

2019-08-20 Thread Branden Bonaby
This is a userspace tool to drive the testing. Currently it supports introducing user specified delay in the host to guest communication path on a per-channel basis. Signed-off-by: Branden Bonaby --- Changes in v3: - Align python tool to match Linux coding style. Changes in v2: - Move testing