Replace use of ro.monkey with ro.test_harness.

Bug 3329873

Change-Id: Ia681803c3d0b0afeceb178b8314c9d7227d99355
This commit is contained in:
Brett Chabot
2011-01-09 13:44:25 -08:00
parent ddfb4b38f5
commit b45644eac0
3 changed files with 5 additions and 8 deletions

View File

@@ -465,7 +465,7 @@ class AdbInterface:
output = ""
error = None
if runtime_restart:
self.SendShellCommand("setprop ro.monkey 1", retry_count=retry_count)
self.SendShellCommand("setprop ro.test_harness 1", retry_count=retry_count)
# manual rest bootcomplete flag
self.SendShellCommand("setprop dev.bootcomplete 0",
retry_count=retry_count)