I think the answer to this is no, because if I'm understanding how it works, specifying a hypervisor attr would filter out most of the tests, since most only use tags. The main issue I'm running into is that the marvin api client seems to return 'xenserver', so I can't just wrap parts of the test in an 'if' statement. I'll see if I can figure out why it's doing that.
On Tue, Mar 11, 2014 at 1:03 AM, Marcus <shadow...@gmail.com> wrote: > I'm adding extra tests to the integration suite, and I'm testing for > unsupported hypervisor. I'm wondering if the automated integration > testing we use passes the '-a hypervisor=' filter that is appropriate > for the test environment, such that I can appropriately mark tests to > be run or not run as the wiki indicates.