Re: [RFC v1 00/10] roadtest: a driver testing framework

2022-04-18 Thread Jonathan Cameron
On Fri, 11 Mar 2022 17:24:35 +0100 Vincent Whitchurch wrote: > This patchset proposes roadtest, a device-driver testing framework. Drivers > are tested under User Mode Linux (UML) and interact with mocked/modelled > hardware. The tests and hardware models are written in Python, the former > usi

Re: [RFC v1 00/10] roadtest: a driver testing framework

2022-03-17 Thread Vincent Whitchurch
On Mon, Mar 14, 2022 at 11:24:59PM +0100, Brendan Higgins wrote: > +Kees Cook - I imagine you have already seen this, but I figured you > would be interested because of your recent work on the KUnit UAPI and > the mocking discussions. > +Dmitry Vyukov - This made me think of the syzkaller/KUnit exp

[RFC v1 00/10] roadtest: a driver testing framework

2022-03-11 Thread Vincent Whitchurch
This patchset proposes roadtest, a device-driver testing framework. Drivers are tested under User Mode Linux (UML) and interact with mocked/modelled hardware. The tests and hardware models are written in Python, the former using Python's built-in unittest framework. Drivers are tested via their