Re: [PATCH 0/3 RFC v2] selftests: Basic framework for tests

2013-04-25 Thread Alexandru Copot
On Thu, Apr 25, 2013 at 2:27 PM, Daniel Borkmann wrote: >> Signed-of-by Alexandru Copot > > > It's: Signed-off-by: Alexandru Copot > > You have this wrong in all your patches. I know, it was copy-pasted and I saw it just after sending. But for now it's fine, these are just RFCs. > Also, in

Re: [PATCH 0/3 RFC v2] selftests: Basic framework for tests

2013-04-25 Thread Daniel Borkmann
On 04/25/2013 01:04 PM, Alexandru Copot wrote: This series adds a generic test abstraction that can make writing testcases easier. A generic_test structure is used to define a test and its methods: prepare, run, cleanup. This is a generic implementation so it was placed in selftests/lib. The

[PATCH 0/3 RFC v2] selftests: Basic framework for tests

2013-04-25 Thread Alexandru Copot
This series adds a generic test abstraction that can make writing testcases easier. A generic_test structure is used to define a test and its methods: prepare, run, cleanup. This is a generic implementation so it was placed in selftests/lib. The second patch updates the socket tests to use the

[PATCH 0/3 RFC v2] selftests: Basic framework for tests

2013-04-25 Thread Alexandru Copot
This series adds a generic test abstraction that can make writing testcases easier. A generic_test structure is used to define a test and its methods: prepare, run, cleanup. This is a generic implementation so it was placed in selftests/lib. The second patch updates the socket tests to use the

Re: [PATCH 0/3 RFC v2] selftests: Basic framework for tests

2013-04-25 Thread Daniel Borkmann
On 04/25/2013 01:04 PM, Alexandru Copot wrote: This series adds a generic test abstraction that can make writing testcases easier. A generic_test structure is used to define a test and its methods: prepare, run, cleanup. This is a generic implementation so it was placed in selftests/lib. The

Re: [PATCH 0/3 RFC v2] selftests: Basic framework for tests

2013-04-25 Thread Alexandru Copot
On Thu, Apr 25, 2013 at 2:27 PM, Daniel Borkmann dbork...@redhat.com wrote: Signed-of-by Alexandru Copot alex.miha...@gmail.com It's: Signed-off-by: Alexandru Copot alex.miha...@gmail.com You have this wrong in all your patches. I know, it was copy-pasted and I saw it just after sending.