Searched refs:OtaRunner (Results 1 – 3 of 3) sorted by relevance
/tools/test/connectivity/acts/framework/tests/libs/ota/ota_runners/ |
D | ota_runner_test.py | 47 class OtaRunnerImpl(ota_runner.OtaRunner): 101 runner = ota_runner.OtaRunner(tool, device) 138 with mock.patch.object(ota_runner.OtaRunner, '_update'): 146 with mock.patch.object(ota_runner.OtaRunner, '_update'): 161 with mock.patch.object(ota_runner.OtaRunner, '_update'): 187 with mock.patch.object(ota_runner.OtaRunner, '_update'): 197 with mock.patch.object(ota_runner.OtaRunner, '_update'): 209 with mock.patch.object(ota_runner.OtaRunner, '_update'): 229 with mock.patch.object(ota_runner.OtaRunner, '_update'): 237 with mock.patch.object(ota_runner.OtaRunner, '_update'):
|
/tools/test/connectivity/acts/framework/acts/libs/ota/ota_runners/ |
D | ota_runner.py | 36 class OtaRunner(object): class 151 class SingleUseOtaRunner(OtaRunner): 183 class MultiUseOtaRunner(OtaRunner):
|
/tools/test/connectivity/acts/framework/tests/libs/ota/ |
D | ota_updater_test.py | 68 device: ota_runner.OtaRunner('tool', device)
|