Public bug reported: Jenkins fails on gate-nova-python26 and gate-nova-python27 due to tests in the Hyper-V module.
2014-08-14 14:18:22.785 | 2014-08-14 14:18:22.785 | Traceback (most recent call last): 2014-08-14 14:18:22.785 | File "nova/tests/virt/hyperv/test_vmops.py", line 32, in setUp 2014-08-14 14:18:22.785 | self._vmops = vmops.VMOps() 2014-08-14 14:18:22.785 | File "nova/virt/hyperv/vmops.py", line 100, in __init__ 2014-08-14 14:18:22.785 | self._vmutils = utilsfactory.get_vmutils() 2014-08-14 14:18:22.785 | File "nova/virt/hyperv/utilsfactory.py", line 65, in get_vmutils 2014-08-14 14:18:22.785 | if not get_hostutils().check_min_windows_version(6, 2): 2014-08-14 14:18:22.785 | File "nova/virt/hyperv/hostutils.py", line 67, in check_min_windows_version 2014-08-14 14:18:22.786 | version_str = self.get_windows_version() 2014-08-14 14:18:22.786 | File "nova/virt/hyperv/hostutils.py", line 71, in get_windows_version 2014-08-14 14:18:22.786 | return self._conn_cimv2.Win32_OperatingSystem()[0].Version 2014-08-14 14:18:22.786 | AttributeError: 'HostUtils' object has no attribute '_conn_cimv2' 2014-08-14 14:18:22.786 | ====================================================================== 2014-08-14 14:18:22.786 | FAIL: nova.tests.virt.hyperv.test_vmutils.WMIObjectWrapperTestCase.test_setattr_wmi_exception 2014-08-14 14:18:22.786 | tags: worker-6 Full log: http://logs.openstack.org/51/114251/2/check/gate-nova-python26/b22d740/console.html ** Affects: nova Importance: Undecided Assignee: Claudiu Belu (cbelu) Status: In Progress ** Changed in: nova Assignee: (unassigned) => Claudiu Belu (cbelu) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1356971 Title: Unit tests fail on Jenkins on Hyper-V module Status in OpenStack Compute (Nova): In Progress Bug description: Jenkins fails on gate-nova-python26 and gate-nova-python27 due to tests in the Hyper-V module. 2014-08-14 14:18:22.785 | 2014-08-14 14:18:22.785 | Traceback (most recent call last): 2014-08-14 14:18:22.785 | File "nova/tests/virt/hyperv/test_vmops.py", line 32, in setUp 2014-08-14 14:18:22.785 | self._vmops = vmops.VMOps() 2014-08-14 14:18:22.785 | File "nova/virt/hyperv/vmops.py", line 100, in __init__ 2014-08-14 14:18:22.785 | self._vmutils = utilsfactory.get_vmutils() 2014-08-14 14:18:22.785 | File "nova/virt/hyperv/utilsfactory.py", line 65, in get_vmutils 2014-08-14 14:18:22.785 | if not get_hostutils().check_min_windows_version(6, 2): 2014-08-14 14:18:22.785 | File "nova/virt/hyperv/hostutils.py", line 67, in check_min_windows_version 2014-08-14 14:18:22.786 | version_str = self.get_windows_version() 2014-08-14 14:18:22.786 | File "nova/virt/hyperv/hostutils.py", line 71, in get_windows_version 2014-08-14 14:18:22.786 | return self._conn_cimv2.Win32_OperatingSystem()[0].Version 2014-08-14 14:18:22.786 | AttributeError: 'HostUtils' object has no attribute '_conn_cimv2' 2014-08-14 14:18:22.786 | ====================================================================== 2014-08-14 14:18:22.786 | FAIL: nova.tests.virt.hyperv.test_vmutils.WMIObjectWrapperTestCase.test_setattr_wmi_exception 2014-08-14 14:18:22.786 | tags: worker-6 Full log: http://logs.openstack.org/51/114251/2/check/gate-nova-python26/b22d740/console.html To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1356971/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

