[openstack-dev] Getting test failures in trunk around test_libvirt ... oslo problem?

Sandy Walsh sandy.walsh at rackspace.com
Fri Feb 22 19:16:18 UTC 2013



On 02/22/2013 03:03 PM, Sandy Walsh wrote:
> All the test_libvirt.LibvirtConnTestCase.test_xml_and_uri_rescue* test
> are failing.
> 
> http://paste.openstack.org/show/32353/
> 
> s1rp identified the problem in test_libvirt
> 
> 1911
> 1912                 check = (lambda t: t.findall(xpath)[2].get("name"),
> 1913                          "version")
> 1914                 check_list.append(check)
> 1915                 check = (lambda t: t.findall(xpath)[2].text,
> 
> 1916                          version.version_string_with_package())
> 
> 1917                 check_list.append(check)
> 1918
> 
> ... looking at nova/openstack/common/version.py there is no
> version_string_with_package method at all?

Whoops! johannes corrected me and it's in nova.version. Sorry Oslo.

But, we've still got a problem.

> 
> Methinks we've got something funky going on.
> 
> I wonder how this could have got past Jenkins?
> 
> Thoughts?
> 
> -S
> 
> 
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> 



More information about the OpenStack-dev mailing list