Re: [PATCH v1 11/17] kunit: test: add test managed resource tests

2019-04-25 Thread Brendan Higgins
On Wed, Apr 24, 2019 at 12:00 PM Masayoshi Mizuma wrote: > > On Thu, Apr 04, 2019 at 03:06:46PM -0700, Brendan Higgins wrote: > > From: Avinash Kondareddy > > > > Tests how tests interact with test managed resources in their lifetime. > > > > Signed-off-by: Avinash Kondareddy > > Signed-off-by:

Re: [PATCH v1 11/17] kunit: test: add test managed resource tests

2019-04-24 Thread Masayoshi Mizuma
On Thu, Apr 04, 2019 at 03:06:46PM -0700, Brendan Higgins wrote: > From: Avinash Kondareddy > > Tests how tests interact with test managed resources in their lifetime. > > Signed-off-by: Avinash Kondareddy > Signed-off-by: Brendan Higgins > --- > kunit/test-test.c | 122 ++

[PATCH v1 11/17] kunit: test: add test managed resource tests

2019-04-04 Thread Brendan Higgins
From: Avinash Kondareddy Tests how tests interact with test managed resources in their lifetime. Signed-off-by: Avinash Kondareddy Signed-off-by: Brendan Higgins --- kunit/test-test.c | 122 ++ 1 file changed, 122 insertions(+) diff --git a/kunit/t