~benjamin-gaignard/lava-test/e2eaudiotest

« back to all changes in this revision

Viewing changes to lava_test/test_definitions/bootchart.py

  • Committer: Paul Larson
  • Date: 2011-09-23 08:10:25 UTC
  • Revision ID: paul.larson@canonical.com-20110923081025-6et75bixqvzptn6a
fix missing tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
bootchartrun = TestRunner(RUNSTEPS)
28
28
bootchartparser = TestParser(PATTERN,
29
29
                   appendall={'units':'sec', 'result':'pass'})
30
 
testobj = Test(testname="bootchart", installer=bootchartinst,
 
30
testobj = Test(test_id="bootchart", installer=bootchartinst,
31
31
                                  runner=bootchartrun, parser=bootchartparser)