[Piglit] [Bug 101850] New: [PIGLIT] Piglit does not recognize some tests

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jul 19 21:03:09 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=101850

            Bug ID: 101850
           Summary: [PIGLIT] Piglit does not recognize some tests
           Product: piglit
           Version: unspecified
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: tests
          Assignee: piglit at lists.freedesktop.org
          Reporter: hector.edmundox.ramirez.gomez at intel.com
        QA Contact: piglit at lists.freedesktop.org

Description
=======================================
Piglit does not recognize these two tests:
igt at drm_mm
igt at drv_selftest


Versions
======================================
Component: intel-gpu-tools
tag: intel-gpu-tools-1.19-96-gfb1ddc4
commit: fb1ddc47003ad6a683db79beeb81b6cbab1feb7c

Component: piglit
tag: piglit-v1
commit: 56e7e5583cd4a3ca15a8cda154d46d168959dd25


How to reproduce
=====================================
Run an IGT execution on a platform. Testslit in use must contain the two
problematic tests mentioned in description. After initiating the execution,
piglit will fail

1) Run as this command:
$ : /home/gfx/intel-graphics/intel-gpu-tools/piglit/piglit run igt -o
/home/gfx/iterationT --test-list /home/gfx/dead.testlist -l verbose --sync
Traceback (most recent call last):
  File "/home/gfx/intel-graphics/intel-gpu-tools/piglit/piglit", line 174, in
<module>
    main()
  File "/home/gfx/intel-graphics/intel-gpu-tools/piglit/piglit", line 170, in
main
    sys.exit(runner(args))
  File
"/home/gfx/intel-graphics/intel-gpu-tools/piglit/framework/exceptions.py", line
51, in _inner
    func(*args, **kwargs)
  File
"/home/gfx/intel-graphics/intel-gpu-tools/piglit/framework/programs/run.py",
line 357, in run
    profile.run(profiles, args.log_level, backend, args.concurrency)
  File "/home/gfx/intel-graphics/intel-gpu-tools/piglit/framework/profile.py",
line 387, in run
    profiles = [(p, list(p.itertests())) for p in profiles]
  File "/home/gfx/intel-graphics/intel-gpu-tools/piglit/framework/profile.py",
line 387, in <listcomp>
    profiles = [(p, list(p.itertests())) for p in profiles]
  File "/home/gfx/intel-graphics/intel-gpu-tools/piglit/framework/profile.py",
line 317, in itertests
    opts[n] = self.test_list[n]
  File "/home/gfx/intel-graphics/intel-gpu-tools/piglit/framework/profile.py",
line 161, in __getitem__
    return self.__container[key.lower()]
KeyError: 'igt at drm_mm'



Expected  behavior
=====================================
Execution should begin normally


Current Behavior
=====================================
Execution does not begin due to unrecognized tests

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/piglit/attachments/20170719/131489ca/attachment.html>


More information about the Piglit mailing list