Re: [PATCH i-g-t v2 3/4] lib/igt_kmod: add compatibility for KUnit

2022-09-19 Thread Daniel Latypov
On Mon, Sep 19, 2022 at 1:43 PM Isabella Basso wrote: > >> +* "(K)TAP version XX" should be the first line on all (sub)tests > >> as per > >> +* > >> https://www.kernel.org/doc/html/latest/dev-tools/ktap.html#version-lines > >> +* but actually isn't, as it currently depen

Re: [PATCH i-g-t v2 3/4] lib/igt_kmod: add compatibility for KUnit

2022-09-19 Thread Isabella Basso
Hi, David > Am 01/09/2022 um 3:37 AM schrieb 'David Gow' via KUnit Development > : > > On Mon, Aug 29, 2022 at 8:10 AM Isabella Basso wrote: >> >> This adds functions for both executing the tests as well as parsing (K)TAP >> kmsg output, as per the KTAP spec [1]. >> >> [1] https://www.kernel.