[Piglit] [PATCH] Updated sanity.py to reflect new Piglit version of the read pixels sanity test.

Laura Ekstrand laura at jlekstrand.net
Tue Oct 21 14:19:33 PDT 2014


---
 tests/sanity.py | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/tests/sanity.py b/tests/sanity.py
index db07447..4d21880 100644
--- a/tests/sanity.py
+++ b/tests/sanity.py
@@ -3,10 +3,11 @@
 #
 
 from framework.profile import TestProfile
-from framework.test import GleanTest
+from framework.test import PiglitGLTest
 
 __all__ = ['profile']
 
 profile = TestProfile()
-profile.tests['glean/basic'] = GleanTest('basic')
-profile.tests['glean/readPixSanity'] = GleanTest('readPixSanity')
+
+profile.tests['spec/!OpenGL 1.0/gl-1.0-readpixsanity'] = \
+	PiglitGLTest('gl-1.0-readpixsanity', run_concurrent=True)
-- 
2.1.0



More information about the Piglit mailing list