diff --git a/tools_webrtc/ios/internal.client.webrtc/iOS64_Debug.json b/tools_webrtc/ios/internal.client.webrtc/iOS64_Debug.json index d157a2e459..1214f6e9fe 100644 --- a/tools_webrtc/ios/internal.client.webrtc/iOS64_Debug.json +++ b/tools_webrtc/ios/internal.client.webrtc/iOS64_Debug.json @@ -20,7 +20,7 @@ "bucket": "chromium-webrtc", "tests": [ { - "app": "modules_unittests", + "include": "real_device_tests.json", "device type": "iPhone 6s", "os": "10.0.1" } diff --git a/tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64.json b/tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64.json index d157a2e459..1214f6e9fe 100644 --- a/tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64.json +++ b/tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64.json @@ -20,7 +20,7 @@ "bucket": "chromium-webrtc", "tests": [ { - "app": "modules_unittests", + "include": "real_device_tests.json", "device type": "iPhone 6s", "os": "10.0.1" } diff --git a/tools_webrtc/ios/tests/real_device_tests.json b/tools_webrtc/ios/tests/real_device_tests.json new file mode 100644 index 0000000000..11341f8506 --- /dev/null +++ b/tools_webrtc/ios/tests/real_device_tests.json @@ -0,0 +1,43 @@ +{ + "tests": [ + { + "app": "common_audio_unittests" + }, + { + "app": "common_video_unittests" + }, + { + "app": "modules_tests" + }, + { + "app": "modules_unittests" + }, + { + "app": "ortc_unittests" + }, + { + "app": "rtc_pc_unittests" + }, + { + "app": "rtc_stats_unittests" + }, + { + "app": "system_wrappers_unittests" + }, + { + "app": "test_support_unittests" + }, + { + "app": "tools_unittests" + }, + { + "app": "video_capture_tests" + }, + { + "app": "video_engine_tests" + }, + { + "app": "voice_engine_unittests" + } + ] +}