| Index: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_tests__l_nexus5__dbg_.json
|
| diff --git a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_tests__l_nexus5__dbg_.json b/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_tests__l_nexus5__dbg_.json
|
| index 486925847a064139c4ea8f724270676af207953f..f476180a12f318dff02d51362ee1c680c8aec6d6 100644
|
| --- a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_tests__l_nexus5__dbg_.json
|
| +++ b/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_tests__l_nexus5__dbg_.json
|
| @@ -602,32 +602,14 @@
|
| },
|
| {
|
| "cmd": [
|
| - "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
|
| - "[SLAVE_BUILD]/src/out/Debug/apks/AppRTCDemo.apk",
|
| - "-v",
|
| - "--blacklist-file",
|
| - "[SLAVE_BUILD]/src/out/bad_devices.json"
|
| - ],
|
| - "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",
|
| + "out/Debug/bin/run_AppRTCDemoTest",
|
| "instrumentation",
|
| - "--test-apk",
|
| - "[SLAVE_BUILD]/src/out/Debug/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/Debug/apks/AppRTCDemo.apk",
|
| "--verbose"
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| @@ -637,10 +619,8 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
|
| + "out/Debug/bin/run_libjingle_peerconnection_android_unittest",
|
| "instrumentation",
|
| - "--test-apk",
|
| - "[SLAVE_BUILD]/src/out/Debug/apks/libjingle_peerconnection_android_unittest.apk",
|
| "--blacklist-file",
|
| "[SLAVE_BUILD]/src/out/bad_devices.json",
|
| "--logcat-output-file",
|
|
|