Re: [Xen-devel] [OSSTEST PATCH v12 18/21] TestSupport: Implement target_cmd_subunit a subunit stream parser into substeps

2017-07-17 Thread Ian Jackson
Anthony PERARD writes ("Re: [OSSTEST PATCH v12 18/21] TestSupport: Implement target_cmd_subunit a subunit stream parser into substeps"): > On Thu, Jul 13, 2017 at 03:43:55PM +0100, Anthony PERARD wrote: > > Will do. And yes, this will duplicate most of the output. But it can > > help debug osstest

Re: [Xen-devel] [OSSTEST PATCH v12 18/21] TestSupport: Implement target_cmd_subunit a subunit stream parser into substeps

2017-07-17 Thread Ian Jackson
Anthony PERARD writes ("Re: [OSSTEST PATCH v12 18/21] TestSupport: Implement target_cmd_subunit a subunit stream parser into substeps"): > On Thu, Jul 13, 2017 at 02:28:11PM +0100, Ian Jackson wrote: > > I think this is not a critical problem, but fixing it would be nice at > > some point. > > Th

Re: [Xen-devel] [OSSTEST PATCH v12 18/21] TestSupport: Implement target_cmd_subunit a subunit stream parser into substeps

2017-07-13 Thread Anthony PERARD
On Thu, Jul 13, 2017 at 03:43:55PM +0100, Anthony PERARD wrote: > On Thu, Jul 13, 2017 at 02:28:11PM +0100, Ian Jackson wrote: > > Anthony PERARD writes ("[OSSTEST PATCH v12 18/21] TestSupport: Implement > > target_cmd_subunit a subunit stream parser into substeps"): > > > +sub target_cmd_subunit

Re: [Xen-devel] [OSSTEST PATCH v12 18/21] TestSupport: Implement target_cmd_subunit a subunit stream parser into substeps

2017-07-13 Thread Anthony PERARD
On Thu, Jul 13, 2017 at 02:28:11PM +0100, Ian Jackson wrote: > Anthony PERARD writes ("[OSSTEST PATCH v12 18/21] TestSupport: Implement > target_cmd_subunit a subunit stream parser into substeps"): > > Currently, time is not taken into account, and all substeps will have > > bogus timestamp as the

Re: [Xen-devel] [OSSTEST PATCH v12 18/21] TestSupport: Implement target_cmd_subunit a subunit stream parser into substeps

2017-07-13 Thread Ian Jackson
Anthony PERARD writes ("[OSSTEST PATCH v12 18/21] TestSupport: Implement target_cmd_subunit a subunit stream parser into substeps"): > target_cmd_subunit can be used like target_cmd, but the command would > needs to output a subunit v1 stream, which will be parsed and turned > into osstest substep

[Xen-devel] [OSSTEST PATCH v12 18/21] TestSupport: Implement target_cmd_subunit a subunit stream parser into substeps

2017-07-12 Thread Anthony PERARD
target_cmd_subunit can be used like target_cmd, but the command would needs to output a subunit v1 stream, which will be parsed and turned into osstest substeps. The command can be `| subunit-2to1` in order to turn a subunit v2 stream into v1. Currently, time is not taken into account, and all sub