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.

Bug 1012200

Summary: [whql][netkvm]job "NDISTest 6.5 - [2 Machine] -PM_PowerState Transition" always failed on win8-32 and win8-64 guest.
Product: Red Hat Enterprise Linux 6 Reporter: lijin <lijin>
Component: virtio-winAssignee: Yvugenfi <yvugenfi>
Status: CLOSED CURRENTRELEASE QA Contact: Virtualization Bugs <virt-bugs>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 6.5CC: acathrow, bcao, bsarathy, chayang, dfleytma, rhod, tlavigne
Target Milestone: rcKeywords: Regression, TestBlocker
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-01 16:32:30 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description lijin 2013-09-26 02:06:08 UTC
Created attachment 803193 [details]
win8-32-netkvm-71 hck log file

Description of problem:
job "NDISTest 6.5 - [2 Machine] -PM_PowerState Transition" always failed on win8-32 and win8-64 guest.

Version-Release number of selected component (if applicable):
qemu-kvm-rhev-0.12.1.2-2.405.el6.x86_64
kernel-2.6.32-420.el6.x86_64
seabios-0.6.1.2-28.el6.x86_64
vgabios-0.6b-3.7.el6.noarch
spice-server-0.12.4-3.el6.x86_64

How reproducible:
100%

Steps to Reproduce:
1.boot win8-32 guest with:
nic1:
/usr/libexec/qemu-kvm -m 2G -smp 8,cores=8 -M rhel6.5.0 -cpu cpu64-rhel6,+x2apic,family=0xf -usb -device usb-tablet -netdev tap,sndbuf=0,id=hostnet0,script=/etc/qemu-ifup,downscript=no -device e1000,netdev=hostnet0,mac=00:52:e2:f6:06:26 -netdev tap,sndbuf=0,id=hostnet1,script=/etc/qemu-ifup-private,downscript=no,vhost=on -device virtio-net-pci,netdev=hostnet1,ctrl_guest_offloads=on,mac=00:52:36:77:99:06 -uuid 21f06669-d988-4a94-b5d5-32c5f239ec3e -vga qxl -global qxl-vga.revision=3 -spice disable-ticketing,port=5900 -no-kvm-pit-reinjection -chardev socket,id=111a,path=/tmp/monitor-win8-32-nic1-71,server,nowait -mon chardev=111a,mode=readline -rtc base=localtime,clock=host,driftfix=slew -drive file=win8-32-nic1.raw,if=none,media=disk,format=raw,rerror=stop,werror=stop,cache=none,aio=native,id=scsi-disk0 -device ide-drive,drive=scsi-disk0,id=disk,bootindex=1 -global PIIX4_PM.disable_s3=0 -global PIIX4_PM.disable_s4=0

nic2:
/usr/libexec/qemu-kvm -m 2G -smp 2,cores=2 -M rhel6.5.0 -cpu cpu64-rhel6,+x2apic,family=0xf -usb -device usb-tablet -netdev tap,sndbuf=0,id=hostnet0,script=/etc/qemu-ifup,downscript=no -device e1000,netdev=hostnet0,mac=00:52:e2:fe:06:26 -netdev tap,sndbuf=0,id=hostnet1,script=/etc/qemu-ifup-private,downscript=no,vhost=on -device virtio-net-pci,netdev=hostnet1,ctrl_guest_offloads=on,mac=00:52:36:77:f9:76 -uuid 2a503649-cb3c-4ff8-b1bd-28ab899d9b6f -vga qxl -global qxl-vga.revision=3 -spice disable-ticketing,port=5901 -no-kvm-pit-reinjection -chardev socket,id=111a,path=/tmp/monitor-win8-32-nic2-71,server,nowait -mon chardev=111a,mode=readline -rtc base=localtime,clock=host,driftfix=slew -drive file=win8-32-nic2.raw,if=none,media=disk,format=raw,rerror=stop,werror=stop,cache=none,aio=native,id=scsi-disk0 -device ide-drive,drive=scsi-disk0,id=disk,bootindex=1 -global PIIX4_PM.disable_s3=0 -global PIIX4_PM.disable_s4=0
2.submit this job in HCK2.0

Actual results:
after step2,this job failed

Expected results:
job can pass without any error

Additional info:

Comment 3 Dmitry Fleytman 2013-09-26 10:31:11 UTC
This bug is regression after fix for BZ#1003442.


WLK tests for Windows 2008 require media disconnect indication on power off. HCK tests for newer versions require media state unknown indication only and fail on disconnect indication.

Comment 4 lijin 2013-09-26 11:22:30 UTC
win8.1-32 guest still hit this issue in HCK2.1 with build71

Comment 5 Mike Cao 2013-10-14 03:10:11 UTC
Verified this issue on virtio-win-prwehql-72

Steps same as comment #0

Actual Results:
PM_powerstate transition job can pass over win8 32/64 platform guest 


Based on above ,this issue has been fixed ald .Move status to VERIFIED.