Comment 6 for bug 1052545

Revision history for this message
Andy Doan (doanac) wrote : Re: [Bug 1052545] Re: Missing XML-RPC to get list of test names

On 09/19/2012 08:58 PM, Michael Hudson-Doyle wrote:
> models.Test.objects.filter(
> test_runs__attributes__name='target.device_type',
> test_runs__attributes__value='panda').distinct()
>
> returns all the tests that have evey been run on panda and seems to be
> reasonably efficient (0.1s or so). Is that what you meant?

Yeah, something like that helps.

Too bad we can filter android/ubuntu.