We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 080502d + e827a27 commit 7ba98e5Copy full SHA for 7ba98e5
1 file changed
labgrid/driver/fastbootdriver.py
@@ -109,6 +109,11 @@ def flash_all(self):
109
for partition in self.flash_images.keys():
110
self.flash(partition)
111
112
+ @Driver.check_active
113
+ @step(args=['partition'])
114
+ def erase(self, partition):
115
+ self('erase', partition)
116
+
117
@Driver.check_active
118
@step(args=['cmd'])
119
def run(self, cmd):
0 commit comments