Re: [openstack-dev] disable/enable services and agent tests

2013-11-13 Thread Sean Dague
On 11/13/2013 02:06 PM, Joe Gordon wrote: On Wed, Nov 13, 2013 at 8:18 PM, Sean Dague s...@dague.net mailto:s...@dague.net wrote: On 11/12/2013 10:25 PM, Robert Collins wrote: We shouldn't really be changing the config of the cloud we're testing - that stops us being run

Re: [openstack-dev] disable/enable services and agent tests

2013-11-13 Thread Joe Gordon
On Wed, Nov 13, 2013 at 11:11 AM, Sean Dague s...@dague.net wrote: On 11/13/2013 02:06 PM, Joe Gordon wrote: On Wed, Nov 13, 2013 at 8:18 PM, Sean Dague s...@dague.net mailto:s...@dague.net wrote: On 11/12/2013 10:25 PM, Robert Collins wrote: We shouldn't really be

[openstack-dev] disable/enable services and agent tests

2013-11-12 Thread Zhi Kun Liu
Hi all, In Tempest, we have some testcases that disable/enable services or agents. e.g. https://review.openstack.org/#/c/55271/1/tempest/api/compute/admin/test_services.py test_service_enable_disable test_disable_service_with_disable_reason Since Tempest run in parallel for now, I'm afraid of

Re: [openstack-dev] disable/enable services and agent tests

2013-11-12 Thread Zhu Bo
I think we should remove these tests, even though tempest run in serial. Because we can't assume the enable service action will be successful. (But on the other hand, one test is failed, the tempest gate will be failed. We need find it out and fix it. :-) ) On 2013?11?13? 10:23, Zhi Kun