From Fedora Project Wiki

No edit summary
No edit summary
Line 5: Line 5:
# Log into system
# Log into system
# Ensure to bltk is installed <pre># yum install bltk</pre>
# Ensure to bltk is installed <pre># yum install bltk</pre>
# now run these two test, and wait (do nothing) untill end <pre># bltk -R </pre> <pre># bltk -O </pre>
# now run idle test for two minutes <pre># bltk -I -T 120  </pre>
# There should be two files with results
# now run reader test 1 round <pre># bltk -R -n 1 </pre>
# now run office test 1 round - '' sometimes malfunction (do not report bugs about Office workload)'' <pre># bltk -O -n 1 </pre>
# There should be files in .bltk directory. Pack directory <pre> tar czvf bltk.tar.gz .bltk</pre>
|results=  
|results=  
# The test should end up without error and provide output results in fotmat <pre> <workaround>.results</pre>, there should exist two files, pack file into archive and upload into wiki.
# The test should end up without error and provide output results in .bltk directory. Last command pack the directory into gzipped tar, send please this file into wiki ''' bltk.tar.gz .bltk '''
}}
}}
[[Category:Power_Management_Test_Cases]]
[[Category:Power_Management_Test_Cases]]

Revision as of 13:19, 1 April 2009

Description

This test case is intend for notebooks to measure battery life and powerconsumption via battery life.


How to test

  1. Unplug notebook from power. Set display shining to minimum
  2. Log into system
  3. Ensure to bltk is installed
    # yum install bltk
  4. now run idle test for two minutes
    # bltk -I -T 120  
  5. now run reader test 1 round
    # bltk -R -n 1 
  6. now run office test 1 round - sometimes malfunction (do not report bugs about Office workload)
    # bltk -O -n 1 
  7. There should be files in .bltk directory. Pack directory
     tar czvf bltk.tar.gz .bltk

Expected Results

  1. The test should end up without error and provide output results in .bltk directory. Last command pack the directory into gzipped tar, send please this file into wiki bltk.tar.gz .bltk