Adding tests of TaskQueueCongestionControl field trial.
Adding TaskQueueCongestionControl field trial to parametrized end to end tests. This ensures that enabling the field trial will not break the functionality tested in the tests. Bug: webrtc:8415 Change-Id: Ieac75b840f18af2d9d5d35f976e119a8b3e7bfc0 Reviewed-on: https://webrtc-review.googlesource.com/61722 Commit-Queue: Sebastian Jansson <srte@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22498}
This commit is contained in:
parent
e62f600c42
commit
4a73cd436c
@ -32,10 +32,12 @@ class CallOperationEndToEndTest
|
||||
test::ScopedFieldTrials field_trial_;
|
||||
};
|
||||
|
||||
INSTANTIATE_TEST_CASE_P(RoundRobin,
|
||||
CallOperationEndToEndTest,
|
||||
::testing::Values("WebRTC-RoundRobinPacing/Disabled/",
|
||||
"WebRTC-RoundRobinPacing/Enabled/"));
|
||||
INSTANTIATE_TEST_CASE_P(
|
||||
FieldTrials,
|
||||
CallOperationEndToEndTest,
|
||||
::testing::Values("WebRTC-RoundRobinPacing/Disabled/",
|
||||
"WebRTC-RoundRobinPacing/Enabled/",
|
||||
"WebRTC-TaskQueueCongestionControl/Enabled/"));
|
||||
|
||||
TEST_P(CallOperationEndToEndTest, ReceiverCanBeStartedTwice) {
|
||||
CreateCalls(Call::Config(event_log_.get()), Call::Config(event_log_.get()));
|
||||
|
||||
@ -33,10 +33,12 @@ class TransportFeedbackEndToEndTest
|
||||
test::ScopedFieldTrials field_trial_;
|
||||
};
|
||||
|
||||
INSTANTIATE_TEST_CASE_P(RoundRobin,
|
||||
TransportFeedbackEndToEndTest,
|
||||
::testing::Values("WebRTC-RoundRobinPacing/Disabled/",
|
||||
"WebRTC-RoundRobinPacing/Enabled/"));
|
||||
INSTANTIATE_TEST_CASE_P(
|
||||
FieldTrials,
|
||||
TransportFeedbackEndToEndTest,
|
||||
::testing::Values("WebRTC-RoundRobinPacing/Disabled/",
|
||||
"WebRTC-RoundRobinPacing/Enabled/",
|
||||
"WebRTC-TaskQueueCongestionControl/Enabled/"));
|
||||
|
||||
TEST_P(TransportFeedbackEndToEndTest, AssignsTransportSequenceNumbers) {
|
||||
static const int kExtensionId = 5;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user