Re: [Avocado-devel] RFC: Guidelines for categorizing tests

2017-08-03 Thread Satheesh Rajendran
On Fri, 2017-05-19 at 10:28 -0400, Cleber Rosa wrote: > > On 05/18/2017 01:07 AM, Satheesh Rajendran wrote: > > > > On Wed, 2017-05-17 at 17:49 -0400, Cleber Rosa wrote: > > > > > > Introduction > > > > > > > > > Avocado allows users to select tests to run based on free form > > >

Re: [Avocado-devel] RFC: Guidelines for categorizing tests

2017-05-18 Thread Balamuruhan S
This feature looks to be great and I acknowledge this RFC, we have to consider two things, 1. with respect to avocado-vt, whether tags mentioned should filter the tests based on host or guest. 2. Negative test scenarios should not be filtered based on this tags. by considering these in design

Re: [Avocado-devel] RFC: Guidelines for categorizing tests

2017-05-17 Thread Narasimhan V
Hi Cleber, I agree the proposal. Please find some of my comments in-line. On 2017-05-18 03:19, Cleber Rosa wrote: Introduction Avocado allows users to select tests to run based on free form "tags". These tags are given as "docstring directives", that is, special entries on a

[Avocado-devel] RFC: Guidelines for categorizing tests

2017-05-17 Thread Cleber Rosa
Introduction Avocado allows users to select tests to run based on free form "tags". These tags are given as "docstring directives", that is, special entries on a class or function docstring. As a user of an Avocado based test suite, I'd see value in not **having** to look at all the