[openstack-dev] Getting test failures in trunk around test_libvirt ... oslo problem?
Sandy Walsh
sandy.walsh at rackspace.com
Fri Feb 22 19:03:24 UTC 2013
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?
Methinks we've got something funky going on.
I wonder how this could have got past Jenkins?
Thoughts?
-S
More information about the OpenStack-dev
mailing list