Accepting request 632265 from home:michalsrb:branches:benchmark

- Update suse_qa.py and opensuse_qa.py to work with current piglit.

OBS-URL: https://build.opensuse.org/request/show/632265
OBS-URL: https://build.opensuse.org/package/show/benchmark/piglit?expand=0&rev=17
This commit is contained in:
Ondřej Súkup 2018-08-30 08:33:04 +00:00 committed by Git OBS Bridge
parent 3c13ef1d8f
commit 340fb6a911
3 changed files with 9 additions and 6 deletions

View File

@ -6,12 +6,11 @@ from __future__ import (
absolute_import, division, print_function, unicode_literals
)
from tests.quick import profile as _profile
from framework.test import GLSLParserTest
from framework.profile import load_test_profile
__all__ = ['profile']
profile = _profile.copy() # pylint: disable=invalid-name
profile = load_test_profile('quick')
with open("/usr/lib64/piglit/tests/opensuse_qa-skip-tests.txt") as f:
to_skip = frozenset(map(lambda line: line[:-1], f))

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 30 08:27:10 UTC 2018 - msrb@suse.com
- Update suse_qa.py and opensuse_qa.py to work with current piglit.
-------------------------------------------------------------------
Wed Aug 29 08:13:34 UTC 2018 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -6,12 +6,11 @@ from __future__ import (
absolute_import, division, print_function, unicode_literals
)
from tests.quick import profile as _profile
from framework.test import GLSLParserTest
from framework.profile import load_test_profile
__all__ = ['profile']
profile = _profile.copy() # pylint: disable=invalid-name
profile = load_test_profile('quick')
with open("/usr/lib64/piglit/tests/suse_qa-skip-tests.txt") as f:
to_skip = frozenset(map(lambda line: line[:-1], f))