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

« back to all changes in this revision

Viewing changes to linaro_graphics_tests/glmark2_es2_validate.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:
28
28
inst = TestInstaller(deps=["glmark2-es2"])
29
29
run = TestRunner(RUNSTEPS)
30
30
 
31
 
testobj = Test(test_id="glmark2_es2_validate", installer=inst,
 
31
testobj = Test(test_id="linaro.gfx.glmark2_es2_validate", installer=inst,
32
32
               runner=run, parser=parse)