From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
# Switch to root using <pre>su -</pre> | # Switch to root using <pre>su -</pre> | ||
# Make the script executable <pre>chmod +x genresult.sh</pre> | # Make the script executable <pre>chmod +x genresult.sh</pre> | ||
# Run <pre>./genresult.sh 600</pre> | # Run <pre>./genresult.sh 600 /usr/local/testday-091022/personal</pre> | ||
# Work normally with your machine for the next 10 minutes | # Work normally with your machine for the next 10 minutes | ||
|results= | |results= | ||
# The output of the genresult.sh | # The output of the genresult.sh is in the file /usr/local/testday-091022/personal/result.txt. Copy the content into the results wiki table together with a link to your smolt profile. | ||
}} | }} | ||
[[Category:Power_Management_Test_Cases]] | [[Category:Power_Management_Test_Cases]] |
Revision as of 16:32, 9 October 2009
Description
This test case helps you generate and upload workload results for power measurements.
How to test
- Ensure powertop is installed
# yum install powertop
- Download the simple result script from here: [1]
- Ensure you have reported your system information to Smolt according to these instructions
- Reboot the system
- Login in with your normal user
- Open a terminal window
- Switch to root using
su -
- Make the script executable
chmod +x genresult.sh
- Run
./genresult.sh 600 /usr/local/testday-091022/personal
- Work normally with your machine for the next 10 minutes
Expected Results
- The output of the genresult.sh is in the file /usr/local/testday-091022/personal/result.txt. Copy the content into the results wiki table together with a link to your smolt profile.