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:Virtualization XenDomU Test Cases|Guest install]]
[[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

  1. determine the ip address of guest: guest_ip
  2. dboot the guest
  3. suspend the guest into s3/s4
    echo mem|disk > /sys/power/state
  4. waken from s3/s4 and test the virtual nics through ping
    ping _guest_ip -c 10

Expected Results

  1. determine the packet loss ratio, if the ratio is not zero, fail the whole test