~checkbox-dev/checkbox/trunk

« back to all changes in this revision

Viewing changes to jobs/stress.txt.in

  • Committer: Brendan Donegan
  • Date: 2011-10-18 09:47:45 UTC
  • mfrom: (1018.2.26 checkbox_ui_rewrite)
  • Revision ID: brendan.donegan@canonical.com-20111018094745-wuj9vs836pxvfht0
Merged job description changes from checkbox_ui_rewrite.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
user: root
7
7
command: stress --cpu `cpuinfo_resource | awk '/count:/ {print $2}'` --vm `awk '/MemTotal/ {num_vm = $2/262144; if (num_vm != int(num_vm)) num_vm = int(num_vm) + 1; print num_vm}' /proc/meminfo` --timeout 7200
8
8
_description:
9
 
 Hammer the CPU as hard as possible for two hours. Intention is to knock it dead.
 
9
 PURPOSE:
 
10
     Create jobs that use the CPU as much as possible for two hours. The test is considered passed if the system does not freeze.
10
11
 
11
12
plugin: manual
12
13
name: power-management/hibernate_30_cycles
15
16
user: root
16
17
command: sleep_test -i 30 -s disk -w 120 --debug
17
18
_description:
18
 
 Enter and resume from hibernate for 30 iterations. Please note that this is a very lengthy test. Also, if your system does not wake itself after 2 minutes, you will need to press the power button to wake the system up. If the system fails to resume from hibernation and must be rebooted, please restart System Testing and mark this test as Failed.
19
 
 .
20
 
 Also, you will need to ensure your system has no power-on or HDD passwords set, and that grub is set to boot Ubuntu by default if you have a multi-boot set-up.
21
 
 .
22
 
 Did the system successfully hibernate and wake 30 times?
 
19
 PURPOSE:
 
20
     This test will enter and resume from hibernate for 30 iterations
 
21
 STEPS:
 
22
     1. Ensure your system has no power-on or HDD passwords set, and that grub is set to boot Ubuntu by default if you have a multi-boot set-up
 
23
     2. Click "Test" to start the test (very lengthy)
 
24
     3. If your system does not wake itself after 2 minutes, you will need to press the power button
 
25
     4. If the system fails to resume from hibernation and must be rebooted, please restart System Testing and mark this test as Failed
 
26
 VERIFICATION:
 
27
     Did the system successfully hibernate and wake 30 times?
23
28
 
24
29
plugin: manual
25
30
name: power-management/suspend_30_cycles
28
33
user: root
29
34
command: sleep_test -i 30 -s mem --debug
30
35
_description:
31
 
 Enter and resume from suspend state for 30 iterations. Please note that this is a lengthy test. Select Test to begin. If your system fails to wake and must be rebooted, please restart System Testing and mark this test as Failed.
32
 
 .
33
 
 Did the system successfully suspend and resume for 30 iterations?
34
 
 
 
36
 PURPOSE:
 
37
     This test will enter and resume from suspend for 30 iterations
 
38
 STEPS:
 
39
     1. Click "Test" to start the test (very lengthy)
 
40
     2. If the system fails to resume from suspend and must be rebooted, please restart System Testing and mark this test as Failed
 
41
 VERIFICATION:
 
42
     Did the system successfully suspend and resume 30 times?