~fginther/ubuntu-test-cases/document-rtm-mp-testing

« back to all changes in this revision

Viewing changes to jenkins/testconfig.py

  • Committer: Andy Doan
  • Date: 2014-04-23 19:21:18 UTC
  • mto: This revision was merged to the branch mainline in revision 221.
  • Revision ID: andy.doan@canonical.com-20140423192118-pc37rpziylei3nni
add bootchart test

In order to comply with the qa-dashboard expectations, this test
produces a "boot.json" file that re-labels steps to things it
expects like xorg

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
    Test('smem', IDLE_FMT),
85
85
    Test('memevent',
86
86
         '{prefix}{testname}-{series}-{imagetype}-armhf-default-{type}'),
 
87
    Test('bootspeed',
 
88
         '{prefix}{testname}-{series}-{imagetype}-{type}-{type}'),
87
89
]
88
90
 
89
91