diff --git a/resources/google-wifi-3mbps.rx.sha1 b/resources/google-wifi-3mbps.rx.sha1 new file mode 100644 index 000000000..cdd48ea5c --- /dev/null +++ b/resources/google-wifi-3mbps.rx.sha1 @@ -0,0 +1 @@ +7d88683e3113fe8174a72800232023756eefce33 \ No newline at end of file diff --git a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc index 227ac4c6a..3b8138c97 100644 --- a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc +++ b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc @@ -319,7 +319,7 @@ TEST_P(BweFeedbackTest, Verizon4gDownlinkTest) { } // webrtc:3277 -TEST_P(BweFeedbackTest, DISABLED_GoogleWifiTrace3Mbps) { +TEST_P(BweFeedbackTest, GoogleWifiTrace3Mbps) { AdaptiveVideoSource source(0, 30, 300, 0, 0); VideoSender sender(&uplink_, &source, GetParam()); RateCounterFilter counter1(&uplink_, 0, "sender_output"); diff --git a/webrtc/webrtc_perf_tests.isolate b/webrtc/webrtc_perf_tests.isolate index 188f112ba..e356839d5 100644 --- a/webrtc/webrtc_perf_tests.isolate +++ b/webrtc/webrtc_perf_tests.isolate @@ -17,6 +17,8 @@ '<(DEPTH)/resources/photo_1850_1110.yuv', '<(DEPTH)/resources/presentation_1850_1110.yuv', '<(DEPTH)/resources/web_screenshot_1850_1110.yuv', + '<(DEPTH)/resources/google-wifi-3mbps.rx', + '<(DEPTH)/resources/verizon4g-downlink.rx', ], }, }],