Home | History | Annotate | Download | only in doc
      1 Testcase 04
      2 -----------
      3 
      4 This test verifies that we can't offline ALL of the CPUs in the system.
      5 We do this by onlining all the cpus, then offlining all the cpus and
      6 verifying that an error is returned for the last one.
      7 
      8 Algorithm
      9 =========
     10 Loop until done:
     11   Take a snapshot of what CPUs are on and off initially
     12 
     13   Online all the CPUs
     14 
     15   Offline al the CPUs
     16 
     17   Restore system to initial state
     18 
     19