Perfect. That is what I was looking for. Thanks... :)
*Will STEVENS*
Lead Developer
*CloudOps* *| *Cloud Solutions Experts
420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6
w cloudops.com *|* tw @CloudOps_
On Wed, Apr 27, 2016 at 11:07 AM, Prashanth Manthena <
prashanth.manth...@nuagenetworks.n
Hi Will,
1) will run a, b, c
2) will run only b
3) will run only c
Nosetests will run all the testcases that match attribute (tags)
combination you specify in the command.
Default (no tag(s) specified): It will run all the testcases.
With regards,
Prashanth
On Wed, Apr 27, 2016 at 4:30 PM, W
So I see a few different ways in which tests are defined.
For example, here are a few different attribute configurations:
a) @attr(tags=["advanced", "intervlan"])
b) @attr(tags=["advanced", "intervlan"], required_hardware="true")
c) @attr(tags=["advanced", "intervlan"], required_hardware="false")