← Back to team overview

nova team mailing list archive

Re: test_allocate_deallocate_fixed_ip failing

 

Yep, that's exactly what happened.  I'm amazed that so many other tests
passed!

Thanks,

Ewan.

On Wed, Aug 18, 2010 at 01:07:24AM +0100, vishvananda wrote:

> is it possible that your python path doesn't include nova or has an older
> version of nova? The network tests run nova-dhcbridge separately and if
> finds nova in a different directory it will often fail because it is
> loading an older version of the code.
> 
> On Aug 17, 2010 3:02 PM, "Ewan Mellor" <ewan.mellor@xxxxxxxxxxxxx> wrote:
> > One of the unit tests is failing for me on trunk now. Is anyone else
> seeing
> > this?
> >
> > Thanks,
> >
> > Ewan.
> >
> > [FAIL]:
> nova.tests.network_unittest.NetworkTestCase.test_allocate_deallocate_fixed_ip
> >
> > Traceback (most recent call last):
> > File "/home/ewan/openstack/nova/trunk/nova/tests/network_unittest.py",
> line 89, in test_allocate_deallocate_fixed_ip
> > self.assertEqual(True, is_in_project(address, self.projects[0].id))
> > twisted.trial.unittest.FailTest: not equal:
> > a = True
> > b = False
> >
> >
> >
> > _______________________________________________
> > Mailing list: https://launchpad.net/~nova
> > Post to : nova@xxxxxxxxxxxxxxxxxxx
> > Unsubscribe : https://launchpad.net/~nova
> > More help : https://help.launchpad.net/ListHelp



References