Skip to content

Commit d5d69e4

Browse files
scojac01marcbonnici
authored andcommitted
Adding removal of the supporting APK
1 parent 836c743 commit d5d69e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

wa/workloads/antutu/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,3 +252,6 @@ def teardown(self, context):
252252
super(AntutuBDP, self).teardown(context)
253253
#Remove the test results file
254254
self.target.execute('rm {}'.format(self.result_file))
255+
#Remove the supporting APK
256+
if self.target.is_installed(self.supporting_apk):
257+
self.target.uninstall(self.supporting_apk)

0 commit comments

Comments
 (0)