~linaro-graphics-wg/linaro-graphics-tests/trunk

« back to all changes in this revision

Viewing changes to linaro_graphics_tests/glcompbench.py

  • Committer: Alexandros Frantzis
  • Date: 2011-11-03 20:09:01 UTC
  • Revision ID: alexandros.frantzis@linaro.org-20111103200901-23fnzn4hhmiqijrk
Add "linaro.gfx" namespace to out-of-tree tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
inst = TestInstaller(deps=["glcompbench-egl-es2"])
69
69
run = TestRunner(RUNSTEPS)
70
70
parse = GlcompbenchParser(appendall = {'result':'pass'})
71
 
testobj = Test(test_id="glcompbench", installer=inst,
 
71
testobj = Test(test_id="linaro.gfx.glcompbench", installer=inst,
72
72
               runner=run, parser=parse)