Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Please ensure for 2008 you use HCK 1.6 and install latest _HCK_ filters as described in
https://msdn.microsoft.com/library/windows/hardware/hh998024(v=vs.85).aspx
Looking at filter content (UpdateFilters.sql), we can see this failure is described exactly as happens:
SELECT @FilterId = Id FROM Filter WHERE FilterNumber = 4975 AND Version = 1
VALUES(4975, 1, 1, 1, 1, 1, 0, 0, @TestCommandLineId, 'NDISTest 6.0 - [1 Machine] - 1c_WMICoverage due to: Unable to query error = 0x80041008', 'The 1c_wmicoverage test is too strict on private WMI providers and provides little value. ', 'This is an acceptable failure. ', '2020-12-30T16:00:00')
VALUES(@FilterId, 'Error', '', 'Unable to query error = 0x80041008', 'UserText', 0, 0, @ParentLogNodeId)
VALUES(@FilterId, 'Error', '', 'Unable to obtain class name from guid', 'UserText', 0, 0, @ParentLogNodeId)
If _everything_ seems correct, please attach submission file
Please confirm the test 1c_wmicoverage passes with build 136.
Please confirm the BSOD is not related to test 1c_wmicoverage.
If both are correct, please close the bug.
(In reply to ybendito from comment #8)
> Please confirm the test 1c_wmicoverage passes with build 136.
> Please confirm the BSOD is not related to test 1c_wmicoverage.
> If both are correct, please close the bug.
Yes, the test 1c_wmicoverage can be passed with build 136. Thanks a lot~
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2017:2341
Description of problem: Guest win2008-32 failed in job Ethernet - NDISTest 6.0 with 1c_wmicoverage failure Version-Release number of selected component (if applicable): kernel-3.10.0-634.el7.x86_64 qemu-kvm-rhev-2.8.0-6.el7.x86_64 seabios-bin-1.10.1-2.el7.noarch How reproducible: 3/3 Steps to Reproduce: 1.boot guest /usr/libexec/qemu-kvm -name 135NIC200832C3Y -enable-kvm -m 4G -smp 4 -uuid 1e0cf3ab-1281-4f5b-9f50-6ff1a846916e -nodefconfig -nodefaults -chardev socket,id=charmonitor,path=/tmp/135NIC200832C3Y,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=localtime,driftfix=slew -boot order=cd,menu=on -device piix3-usb-uhci,id=usb -drive file=135NIC200832C3Y,if=none,id=drive-ide0-0-0,format=raw,serial=mike_cao,cache=none -device ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0 -drive file=en_windows_server_2008_datacenter_enterprise_standard_sp2_x86_dvd_342333.iso,if=none,media=cdrom,id=drive-ide0-1-0,readonly=on,format=raw -device ide-drive,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0 -drive file=135NIC200832C3Y.vfd,if=floppy,id=drive-fdc0-0-0,format=raw,cache=none -netdev tap,script=/etc/qemu-ifup,downscript=no,id=hostnet0 -device e1000,netdev=hostnet0,id=net0,mac=00:52:3a:5c:d8:4b -chardev pty,id=charserial0 -device isa-serial,chardev=charserial0,id=isa_serial0 -device usb-tablet,id=input0 -vnc 0.0.0.0:1 -vga std -M pc -netdev tap,script=/etc/qemu-ifup-private,downscript=no,id=hostnet1,vhost=on,queues=4 -device virtio-net-pci,netdev=hostnet1,id=net1,mac=00:52:2d:48:fd:65,bus=pci.0,mq=on,vectors=10 -netdev tap,script=/etc/qemu-ifup-private,downscript=no,id=hostnet2,vhost=on,queues=4 -device virtio-net-pci,netdev=hostnet2,id=net2,mac=00:52:0f:0b:1e:53,bus=pci.0,mq=on,vectors=10 -monitor stdio 2.Run the job "Ethernet - NDISTest 6.0". 3.Check the guest status Actual results: Fail. report error message: "1c_wmicoverage failed; Unable to query error = 0x80041008; Unable to obtain class name from guid {234E1FBF-37DC-4882-B01E-18F47CC0A40E}" But that 1c_wmicoverage failure is NOT filtered out with the latest filter package for wlk. Expected results: Additional info: