From Fedora Project Wiki
(Created page with '{{QA/Test_Case |description=This test is intended to test s4/s3 suspending for guest nics |actions= # determine the ip address of guest: guest_ip # dboot the guest # suspend the ...') |
No edit summary |
||
Line 9: | Line 9: | ||
# determine the packet loss ratio, if the ratio is not zero, fail the whole test | # determine the packet loss ratio, if the ratio is not zero, fail the whole test | ||
}} | }} | ||
[[Category: | [[Category:Virtualization_Networking_Test_Cases]] |
Latest revision as of 10:02, 8 April 2010
Description
This test is intended to test s4/s3 suspending for guest nics
How to test
- determine the ip address of guest: guest_ip
- dboot the guest
- suspend the guest into s3/s4
echo mem|disk > /sys/power/state
- waken from s3/s4 and test the virtual nics through ping
ping _guest_ip -c 10
Expected Results
- determine the packet loss ratio, if the ratio is not zero, fail the whole test