webrtc/test/scenario
Jonas Oreland 71fda3613c Extend NetworkRoute with more info about local/remote endpoints
This patch extends the NetworkRoute struct with more information
about local/remote endpoints. It adds
- adapter type
- adapter id
- relay

(previously it was "only" network_id)

The patch leaves the {local/remote}_network_id fields
around and populated since downstream projects depend
on them. They will be removed once they have migrated.

OWNER: srte@ call/ test/
OWNER: asapersson@ video/
OWNER: hta@ p2p/ pc/ rtc_base/

BUG: webrtc:11434
Change-Id: I9bcec385b40d707db385fef40b2c7a315dd35dd0
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/170628
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Åsa Persson <asapersson@webrtc.org>
Commit-Queue: Jonas Oreland <jonaso@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30848}
2020-03-20 16:55:38 +00:00
..
scenario_tests Replace DataSize and DataRate factories with newer versions 2020-02-18 16:09:50 +00:00
audio_stream.cc Thread affinity fix for scenario test SetMuted. 2020-02-28 15:20:39 +00:00
audio_stream.h Adds GetStats to scenario receive streams. 2019-04-09 11:44:20 +00:00
BUILD.gn Reformat GN files. 2020-01-21 12:13:11 +00:00
call_client.cc Using EmulatedEndpoint in Scenario tests. 2020-01-17 12:50:20 +00:00
call_client.h Replace DataSize and DataRate factories with newer versions 2020-02-18 16:09:50 +00:00
column_printer.cc Format almost everything. 2019-07-08 13:45:15 +00:00
column_printer.h Adds functionality to write logs to memory. 2019-01-16 17:36:31 +00:00
hardware_codecs.cc Format almost everything. 2019-07-08 13:45:15 +00:00
hardware_codecs.h Adds scenario test framework. 2018-09-27 12:31:33 +00:00
network_node.cc Extend NetworkRoute with more info about local/remote endpoints 2020-03-20 16:55:38 +00:00
network_node.h Using EmulatedEndpoint in Scenario tests. 2020-01-17 12:50:20 +00:00
OWNERS Adds scenario test framework. 2018-09-27 12:31:33 +00:00
performance_stats.cc Moves SampleStats and EventRateCounter to rtc_base/numerics 2019-12-02 07:46:48 +00:00
performance_stats.h Moves SampleStats and EventRateCounter to rtc_base/numerics 2019-12-02 07:46:48 +00:00
performance_stats_unittest.cc Use newer version of TimeDelta and TimeStamp factories in webrtc 2020-02-10 12:21:17 +00:00
scenario.cc Replace DataSize and DataRate factories with newer versions 2020-02-18 16:09:50 +00:00
scenario.h Moves ownership of time controller into NetworkEmulationManager. 2020-01-22 11:12:27 +00:00
scenario_config.cc Using NetworkEmulationManager in Scenario tests. 2019-04-16 06:24:26 +00:00
scenario_config.h Adds binary proto ANA support in scenario tests. 2020-02-27 14:53:59 +00:00
scenario_unittest.cc Make scenario tests more tolerant on iOS. 2020-03-02 14:21:08 +00:00
stats_collection.cc Replace DataSize and DataRate factories with newer versions 2020-02-18 16:09:50 +00:00
stats_collection.h Delete media transport integration. 2019-11-26 19:19:36 +00:00
stats_collection_unittest.cc Replace DataSize and DataRate factories with newer versions 2020-02-18 16:09:50 +00:00
video_frame_matcher.cc Use newer version of TimeDelta and TimeStamp factories in webrtc 2020-02-10 12:21:17 +00:00
video_frame_matcher.h Fix for tsan failue in real time scenario tests. 2019-08-29 09:35:46 +00:00
video_stream.cc Fix FakeVp8Encoder name. 2020-03-06 11:12:21 +00:00
video_stream.h Adds scenario test for transport wide feedback based retransmission. 2020-01-14 16:00:14 +00:00
video_stream_unittest.cc Use newer version of TimeDelta and TimeStamp factories in webrtc 2020-02-10 12:21:17 +00:00