From Fedora Project Wiki

(New page: {{QA/Test_Case |description=This test case helps you generate and upload results for power measurements for an idle machine running tuned. |actions= # Ensure powertop and tuned are install...)
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 9: Line 9:
## Add a '''1''' at the end of the line
## Add a '''1''' at the end of the line
## Continue booting
## Continue booting
# When the machine reached runlevel 1 start the following services
# When the machine reaches runlevel 1 start the following services
## service tuned start
## Start the ''tuned'' server: <pre>service tuned start</pre>
## ifup eth0
## Start your network: <pre>ifup eth0</pre>
# Run <pre>./genresult.sh 60</pre>
# Run the test twice, with a 5 minute pause in the middle.  This can be done by typing: <pre>./genresult.sh 60 /usr/local/testday-091022/tuned1 ; sleep 5m; ./genresult.sh 60 /usr/local/testday-091022/tuned2</pre>
# Wait about 5 minutes
# Run <pre>./genresult.sh 60</pre> once more
|results=
|results=
# The output of the genresult.sh runs the terminal. Copy & paste the results into wiki table together with a link to your smolt profile.
# The output of the genresult.sh can be found in /usr/local/testday-091022/tuned1/result.txt and /usr/local/testday-091022/tuned2/result.txt. Copy & paste the contents of those files into wiki table together with a link to your smolt profile.
}}
}}
[[Category:Power_Management_Test_Cases]]
[[Category:Power_Management_Test_Cases]]

Latest revision as of 16:34, 9 October 2009

Description

This test case helps you generate and upload results for power measurements for an idle machine running tuned.


How to test

  1. Ensure powertop and tuned are installed
  2. Download the simple result script from here: [1]
  3. Ensure you have reported your system information to Smolt according to these instructions
  4. Reboot the system in runlevel 1
    1. During startup press b to edit the kernel boot parameters
    2. Add a 1 at the end of the line
    3. Continue booting
  5. When the machine reaches runlevel 1 start the following services
    1. Start the tuned server:
      service tuned start
    2. Start your network:
      ifup eth0
  6. Run the test twice, with a 5 minute pause in the middle. This can be done by typing:
    ./genresult.sh 60 /usr/local/testday-091022/tuned1 ; sleep 5m; ./genresult.sh 60 /usr/local/testday-091022/tuned2

Expected Results

  1. The output of the genresult.sh can be found in /usr/local/testday-091022/tuned1/result.txt and /usr/local/testday-091022/tuned2/result.txt. Copy & paste the contents of those files into wiki table together with a link to your smolt profile.