• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Testcase 04
2-----------
3
4This test verifies that we can't offline ALL of the CPUs in the system.
5We do this by onlining all the cpus, then offlining all the cpus and
6verifying that an error is returned for the last one.
7
8Algorithm
9=========
10Loop 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