Index: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_arm64_rel.json |
diff --git a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_arm64_rel.json b/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_arm64_rel.json |
index ccc04c603c55331b68d39bf985dc84f9c5a20cf9..7838fa6b42ffb9a6cbb00bedf2d7c605bfb25f62 100644 |
--- a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_arm64_rel.json |
+++ b/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_arm64_rel.json |
@@ -617,35 +617,15 @@ |
}, |
{ |
"cmd": [ |
- "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
- "[SLAVE_BUILD]/src/out/Release/apks/AppRTCDemo.apk", |
- "-v", |
- "--blacklist-file", |
- "[SLAVE_BUILD]/src/out/bad_devices.json", |
- "--release" |
- ], |
- "cwd": "[SLAVE_BUILD]", |
- "env": { |
- "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s" |
- }, |
- "name": "install AppRTCDemo.apk" |
- }, |
- { |
- "cmd": [ |
"python", |
"-u", |
- "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", |
+ "[SLAVE_BUILD]/src/out/Release/bin/run_AppRTCDemoTest", |
"instrumentation", |
- "--test-apk", |
- "[SLAVE_BUILD]/src/out/Release/apks/AppRTCDemoTest.apk", |
"--blacklist-file", |
"[SLAVE_BUILD]/src/out/bad_devices.json", |
"--logcat-output-file", |
"/path/to/tmp/", |
- "--apk-under-test", |
- "[SLAVE_BUILD]/src/out/Release/apks/AppRTCDemo.apk", |
- "--verbose", |
- "--release" |
+ "--verbose" |
], |
"cwd": "[SLAVE_BUILD]", |
"name": "Instrumentation test AppRTCDemoTest" |
@@ -654,16 +634,13 @@ |
"cmd": [ |
"python", |
"-u", |
- "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", |
+ "[SLAVE_BUILD]/src/out/Release/bin/run_libjingle_peerconnection_android_unittest", |
"instrumentation", |
- "--test-apk", |
- "[SLAVE_BUILD]/src/out/Release/apks/libjingle_peerconnection_android_unittest.apk", |
"--blacklist-file", |
"[SLAVE_BUILD]/src/out/bad_devices.json", |
"--logcat-output-file", |
"/path/to/tmp/", |
- "--verbose", |
- "--release" |
+ "--verbose" |
], |
"cwd": "[SLAVE_BUILD]", |
"name": "Instrumentation test libjingle_peerconnection_android_unittest" |