Lines Matching refs:expect
35 self.expect = []
46 self.expect.append({'image': img, 'device': device,
53 for dev_expect in self.expect:
58 for dev_expect in self.expect:
89 for dev_expect in self.expect:
124 for dev_expect in self.expect:
174 'data': { 'device': self.expect[0]['device'],
192 'data': { 'device': self.expect[0]['device'],
193 'name': self.expect[0]['snapshots'][0] },
219 self.deleteSnapshot(self.expect[0]['device'],
220 id = self.expect[0]['snapshots'][0]['id'])
226 self.deleteSnapshot(self.expect[0]['device'],
227 name = self.expect[0]['snapshots'][1]['name'])
233 self.deleteSnapshot(self.expect[0]['device'],
234 id = self.expect[0]['snapshots'][2]['id'],
235 name = self.expect[0]['snapshots'][2]['name'])
247 device = self.expect[0]['device'])
254 device = self.expect[0]['device'],
255 id = self.expect[0]['snapshots'][0]['id'],
256 name = self.expect[0]['snapshots'][1]['name'])