OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_test_names
(Results
1 - 1
of
1
) sorted by null
/external/autotest/client/site_tests/graphics_dEQP/
graphics_dEQP.py
33
_test_names
= None
variable in class:graphics_dEQP
377
self.
_test_names
= options['test_names']
380
if not self.
_test_names
:
402
if self.
_test_names
:
403
test_prefix = self.
_test_names
.split('.')[0]
409
elif self.
_test_names
:
410
raise error.TestError('Invalid test names: %s' % self.
_test_names
)
422
if self.
_test_names
:
424
for name in self.
_test_names
.split(','):
Completed in 5659 milliseconds