From Fedora Project Wiki

(new version)
 
m (link update)
 
(3 intermediate revisions by the same user not shown)
Line 11: Line 11:
|actions=
|actions=


# Reboot into single mode:
# Switch into single mode. There are two possibilities:
#* Reboot and when ''GRUB'' menu appears select your system and press '''[E]''' to edit it.
#* Run: <code>su -c "init 1"</code>
#* Select line starting with <code>kernel</code> and press '''[E]'''.
#* Or reboot your machine and change kernel parameters:
#* Add parameter <code>single</code> at the end of this line and pres '''[Enter]''' to confirm.
#** Reboot and when ''GRUB'' menu appears select your system and press '''[E]''' to edit it.
#* Press '''[B]''' to boot.
#** Select line starting with <code>kernel</code> and press '''[E]'''.
# Run: <code>testday-run-tuned</code>
#** Add parameter <code>single</code> at the end of this line and pres '''[Enter]''' to confirm.
#** Press '''[B]''' to boot.
# Start 'tuned': <code>service tuned start</code>
# Start networking: <code>ifconfig eth0 up</code>
# Run the test: <code>testday-run-tuned</code>
# Read the instructions provided and start the test by pressing any key.
# Read the instructions provided and start the test by pressing any key.


{{admon/tip|Go on with the next test|Immediately after this test you can run the following [[Test_Day:2009-10-22/Testcase:basic|basic test]]. It has to be run in single mode as well, therefore you will refrain another reboot.}}
{{admon/tip|Go on with the next test|Immediately after this test you can run the following [[QA:Testcase_Power_Management_basic|basic test]]. It has to be run in single mode as well, therefore you will refrain another reboot.}}


After the test you can switch to X11 either by rebooting (<code>reboot</code>) or changing runlevel to 5 (<code>init 5</code>).
After the test you can switch to X11 either by rebooting (<code>reboot</code>) or changing runlevel to 5 (<code>init 5</code>).
Line 28: Line 32:


}}
}}
[[Category:Power_Management_Test_Cases]]

Latest revision as of 10:46, 22 October 2009

Description

This test will measure the same data as personal test (time your CPU spent in different C states and frequencies) but when your computer is idle and tuned daemon is enabled.

Privileges: superuser
Runlevel: single
ETA: 7 minutes


How to test

  1. Switch into single mode. There are two possibilities:
    • Run: su -c "init 1"
    • Or reboot your machine and change kernel parameters:
      • Reboot and when GRUB menu appears select your system and press [E] to edit it.
      • Select line starting with kernel and press [E].
      • Add parameter single at the end of this line and pres [Enter] to confirm.
      • Press [B] to boot.
  2. Start 'tuned': service tuned start
  3. Start networking: ifconfig eth0 up
  4. Run the test: testday-run-tuned
  5. Read the instructions provided and start the test by pressing any key.
Idea.png
Go on with the next test
Immediately after this test you can run the following basic test. It has to be run in single mode as well, therefore you will refrain another reboot.

After the test you can switch to X11 either by rebooting (reboot) or changing runlevel to 5 (init 5).

Expected Results

The results will be stored in /usr/share/testday-091022/results directory with timestamp. Do not modify anything in this directory.