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 <srte@webrtc.org> Reviewed-by: Stefan Holmer <stefan@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22780}
This commit is contained in:

committed by
Commit Bot

parent
4da18e89bd
commit
b549bdc845
@ -26,11 +26,12 @@ class ProbingEndToEndTest : public test::CallTest,
|
||||
private:
|
||||
test::ScopedFieldTrials field_trial_;
|
||||
};
|
||||
|
||||
INSTANTIATE_TEST_CASE_P(RoundRobin,
|
||||
INSTANTIATE_TEST_CASE_P(
|
||||
FieldTrials,
|
||||
ProbingEndToEndTest,
|
||||
::testing::Values("WebRTC-RoundRobinPacing/Disabled/",
|
||||
"WebRTC-RoundRobinPacing/Enabled/"));
|
||||
"WebRTC-RoundRobinPacing/Enabled/",
|
||||
"WebRTC-TaskQueueCongestionControl/Enabled/"));
|
||||
|
||||
class ProbingTest : public test::EndToEndTest {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user