Re: [Openstack] Errors running individual tests that call into the database

2012-06-12 Thread Monty Taylor
On 06/11/2012 12:04 PM, John Garbutt wrote: > Hi, > > I am trying to run tests like "test_xenapi" and "test_libvirt" by themselves > do things like: >nosetests test_xenapi > But it does work, I get DB errors relating to missing tables. However, I can > successfully run all the tests. > >

Re: [Openstack] Errors running individual tests that call into the database

2012-06-12 Thread John Garbutt
Garbutt > Cc: openstack@lists.launchpad.net; Monty Taylor > Subject: Re: [Openstack] Errors running individual tests that call into the > database > > On Mon, Jun 11, 2012 at 05:51:44PM +0100, Daniel P. Berrange wrote: > > On Mon, Jun 11, 2012 at 05:04:51PM +0100, John Garbutt

Re: [Openstack] Errors running individual tests that call into the database

2012-06-11 Thread Daniel P. Berrange
On Mon, Jun 11, 2012 at 05:51:44PM +0100, Daniel P. Berrange wrote: > On Mon, Jun 11, 2012 at 05:04:51PM +0100, John Garbutt wrote: > > Hi, > > > > I am trying to run tests like "test_xenapi" and "test_libvirt" by > > themselves do things like: > >nosetests test_xenapi > > But it does work, I

Re: [Openstack] Errors running individual tests that call into the database

2012-06-11 Thread Daniel P. Berrange
On Mon, Jun 11, 2012 at 05:04:51PM +0100, John Garbutt wrote: > Hi, > > I am trying to run tests like "test_xenapi" and "test_libvirt" by > themselves do things like: >nosetests test_xenapi > But it does work, I get DB errors relating to missing tables. > However, I can successfully run all th

[Openstack] Errors running individual tests that call into the database

2012-06-11 Thread John Garbutt
Hi, I am trying to run tests like "test_xenapi" and "test_libvirt" by themselves do things like: nosetests test_xenapi But it does work, I get DB errors relating to missing tables. However, I can successfully run all the tests. The way I understand it: - nova.tests.__init__.py setup() does