[openstack-dev] [QA] Service dependency decorators in tests

2014-02-18 Thread Frittoli, Andrea (Cloud Services)
Hi all, Scenario tests feature service dependency decorators in tests – so that a test will run only if all required components are available. I think we should extend them to all tests, including the API ones. For instance Nova image tests depend on Glance, cinder attach/detach tests

Re: [openstack-dev] [QA] Service dependency decorators in tests

2014-02-18 Thread Sean Dague
I'm +1 on that. Mostly it's just a lot of time, so hasn't been dealt with yet. Unless there is a completely pressing need, I'd rather see that happen right after icehouse release, because I'm concerned it will be a lot of changes coming in when people are trying to get other more critical things

Re: [openstack-dev] [QA] Service dependency decorators in tests

2014-02-18 Thread Jay Pipes
On Tue, 2014-02-18 at 14:33 +, Frittoli, Andrea (Cloud Services) wrote: Hi all, Scenario tests feature service dependency decorators in tests – so that a test will run only if all required components are available. I think we should extend them to all tests, including the API ones.