Searched refs:dictpath (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 055 | 95 offset = self.dictpath(result, 'return[0]/offset') 337 offset = self.dictpath(result, 'return[0]/offset') 562 offset = self.dictpath(result, 'return[0]/offset')
|
H A D | 030 | 102 offset = self.dictpath(result, 'return[0]/offset') 269 job_id = self.dictpath(event, 'data/device') 449 node_name = self.dictpath(event, 'data/device') 482 node_name = self.dictpath(event, 'data/device')
|
H A D | 056 | 171 failure = self.dictpath(event, 'data/error')
|
H A D | iotests.py | 1183 def dictpath(self, d, path): member in QMPTestCase 1208 result = self.dictpath(d, path) 1218 result = self.dictpath(d, path)
|
H A D | 041 | 110 offset = self.dictpath(result, 'return[0]/offset') 980 offset = self.dictpath(result, 'return[0]/offset')
|
H A D | 124 | 162 failure = self.dictpath(event, 'data/error')
|