Home
last modified time | relevance | path

Searched refs:QueriableList (Results 1 – 1 of 1) sorted by relevance

/external/autotest/site_utils/
Dserver_manager_unittest.py19 class QueriableList(list): class
65 'roles': QueriableList([self.DRONE_ROLE]),
66 'attributes': QueriableList([self.DRONE_ATTRIBUTE])})
71 'roles': QueriableList([self.DRONE_ROLE]),
72 'attributes': QueriableList([self.DRONE_ATTRIBUTE])})
77 'roles': QueriableList([self.SCHEDULER_ROLE]),
78 'attributes': QueriableList([])})
83 'roles': QueriableList([self.SCHEDULER_ROLE]),
84 'attributes': QueriableList([])})
274 ).AndReturn(QueriableList([self.SCHEDULER_ROLE]))
[all …]