...
Code Block | ||
---|---|---|
| ||
def test_evict(self): """ :avocado: tags=all,pr,daily_regression # when to run - see frequency tags below :avocado: tags=vm # where to run - see stage/environment tags below :avocado: tags=pool,pool_evict # features - see feature tags below :avocado: tags=pool_evict_basic # specific test tag(s) for this test or tests in the same file """ |
How Does Avocado Handle Sets of Tags?
...