History log of /external/autotest/server/cros/cfm_jmidata_log_collector_unittest.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b93d2ec066e8086d3f98ea9ebf4405587ccce3bc 18-Dec-2017 Kristoffer Erlandsson <kerl@google.com> Remove logic for parsing webrtc_media_stats log.

Not used anymore since we use the ExportMediaInfo mod for Meet media
stats.

Also, fixed framerate_received metric which was incorrectly named.

BUG=chromium:788703
TEST=Unit tests and enterprise_CFM_Perf.meet_app locally

Change-Id: I8ab5552ae5bd51c0a6797d10385b05f1a4c970ab
Reviewed-on: https://chromium-review.googlesource.com/831512
Commit-Ready: Kristoffer Erlandsson <kerl@google.com>
Tested-by: Kristoffer Erlandsson <kerl@google.com>
Reviewed-by: Denis Tosic <dtosic@chromium.org>
/external/autotest/server/cros/cfm_jmidata_log_collector_unittest.py
af9dfb8030fcb3efb92a9daf1082c7c3b7e6a27e 19-Oct-2017 Kristoffer Erlandsson <kerl@google.com> Fix number of cpus return value for webrtc stats.

We can still not parse the new flashlight stats. It seems it is due to
the test expecting the number of CPUs to be a scalar value, not a list
as the other metrics.

Also added logging of exceptions that cause test failures for easier
troubleshooting.

BUG=chromium:774414
TESTED=Local DUT
pre-cq-configs: bluestreak-pre-cq

Change-Id: Ie01eb6028f81d14e208379bc09b3d915b2237811
Reviewed-on: https://chromium-review.googlesource.com/728740
Commit-Ready: Kristoffer Erlandsson <kerl@google.com>
Tested-by: Kristoffer Erlandsson <kerl@google.com>
Reviewed-by: Denis Tosic <dtosic@chromium.org>
/external/autotest/server/cros/cfm_jmidata_log_collector_unittest.py
5f98b77c36f3f3872c2c2bac5fd2a7968058debc 17-Oct-2017 Kristoffer Erlandsson <kerl@google.com> Add support for collecting webrtc media stats.

With the flashlight rollout call stats are in a new format. The old
jmidata parsing does not work for Thor meetings anymore.

The old jmidata parsing is kept since that data format is still used for
gcomm meetings.

The cfm_webrtc_data_helper.py is stolen from Google3.

Webrtc stats does not contain everything the older JMI stats contained
so we pull what we can. More data will be added with http://b/67705703.

TEST=Unit tests and ran both meet and gcomm flavors against local setup.
BUG=chromium:774414

pre-cq-configs: bluestreak-pre-cq
Change-Id: Iae07638c3b5c706257dd98ddfb4e6d201ad38edd
Reviewed-on: https://chromium-review.googlesource.com/721641
Commit-Ready: Kristoffer Erlandsson <kerl@google.com>
Tested-by: Kristoffer Erlandsson <kerl@google.com>
Reviewed-by: Harpreet Grewal <harpreet@chromium.org>
/external/autotest/server/cros/cfm_jmidata_log_collector_unittest.py