From b549bdc845c6f91f0928639d64d1eefbd12f16f1 Mon Sep 17 00:00:00 2001 From: Sebastian Jansson Date: Fri, 6 Apr 2018 17:18:38 +0200 Subject: [PATCH] Probe test using task queue based congestion controller. Bug: webrtc:8415 Change-Id: I230a055348f7342cca3eb8cf59a5735bf2e3b940 Reviewed-on: https://webrtc-review.googlesource.com/67343 Commit-Queue: Sebastian Jansson Reviewed-by: Stefan Holmer Cr-Commit-Position: refs/heads/master@{#22780} --- video/end_to_end_tests/probing_tests.cc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/video/end_to_end_tests/probing_tests.cc b/video/end_to_end_tests/probing_tests.cc index 4069a68223..db66f6215d 100644 --- a/video/end_to_end_tests/probing_tests.cc +++ b/video/end_to_end_tests/probing_tests.cc @@ -26,11 +26,12 @@ class ProbingEndToEndTest : public test::CallTest, private: test::ScopedFieldTrials field_trial_; }; - -INSTANTIATE_TEST_CASE_P(RoundRobin, - ProbingEndToEndTest, - ::testing::Values("WebRTC-RoundRobinPacing/Disabled/", - "WebRTC-RoundRobinPacing/Enabled/")); +INSTANTIATE_TEST_CASE_P( + FieldTrials, + ProbingEndToEndTest, + ::testing::Values("WebRTC-RoundRobinPacing/Disabled/", + "WebRTC-RoundRobinPacing/Enabled/", + "WebRTC-TaskQueueCongestionControl/Enabled/")); class ProbingTest : public test::EndToEndTest { public: