← Back to team overview

openstack team mailing list archive

Re: help me with the xenapi test

 

On Mon, Jul 02, 2012, Salvatore Orlando <sorlando@xxxxxxxxxx> wrote:
> I do not see any obvious reason for these failures, especially as they
> appear to occur when the vdi is created. If I recall it correctly, that
> code is stubbed out for unit tests, and it does not seem your patch
> un-stubs it.

It's not when the VDI is created, but when nova does injection of
configuration information to the instance. This should normally only
occur when flat_injected is True. The default is False.

This code path shouldn't happen in this test. The only place that sets
it to True is for the test_spawn_netinject_file test.

I can't reproduce the failure with the same branch on my development
system, so it appears to be a Jenkins problem.

JE



References