Address Valgrind issues in CIFixes "uninitialized values" errors reported by Valgrind. Problemoccurred from lack of specializations of googletest's PrintTo functionsfor several custom types.Tes
Address Valgrind issues in CIFixes "uninitialized values" errors reported by Valgrind. Problemoccurred from lack of specializations of googletest's PrintTo functionsfor several custom types.Tested:On local CI container. After applying this patch issues stoppedappearing.Change-Id: I98d9fd19724bee15add7b19422a9ddc2e4cbef09Signed-off-by: Michal Orzel <michalx.orzel@intel.com>
show more ...
Use proper dbus path when possible.Following methods and properties were updated to use full dbus path,instead of internal telemetry id:- TriggerManager.AddTrigger() - 'reportIds' arg- Trigger.R
Use proper dbus path when possible.Following methods and properties were updated to use full dbus path,instead of internal telemetry id:- TriggerManager.AddTrigger() - 'reportIds' arg- Trigger.ReportIds - renamed to 'Reports'- Report.TriggerIds - renamed to 'Triggers'Testing done:- UTs were updated and are passing.Signed-off-by: Szymon Dompke <szymon.dompke@intel.com>Change-Id: I78d812d38289fac575d25b48503cc8b9c6f736fe
Fixed issue with wrong timestampTelemetry service used steady_clock for generating timestamps, but itproduced incorrect time. This change makes telemetry service usesteady_clock for intervals and
Fixed issue with wrong timestampTelemetry service used steady_clock for generating timestamps, but itproduced incorrect time. This change makes telemetry service usesteady_clock for intervals and system_clock for timestamps.Changed readings timestamp to display current timestamp instead of atime when reading was received.Tested:- correct timestamp is visible on dbus- other telemetry service features are still workingChange-Id: Ic49f45640532cfffaeff5e0bd5591e6d99e5def5Signed-off-by: Krzysztof Grobelny <krzysztof.grobelny@intel.com>