Lines Matching full:report
27 Verify Basic Telemetry Report Creation
28 [Documentation] Verify basic telemetry report creations for different metrics.
30 [Template] Create Basic Telemetry Report
32 …# Metric definition Metric ReportDefinition Type Report Actions Append Limit Expected…
42 Verify Error After Exceeding Maximum Report Creation
43 [Documentation] Verify error while creating telemetry report more than max report limit.
51 Create Basic Telemetry Report total power Periodic LogToMetricReportsCollection
54 # Attempt another report creation and it should fail.
55 Create Basic Telemetry Report
62 Verify Basic Telemetry Report Creation For PCIE
63 [Documentation] Verify basic telemetry report creations for PCIE.
66 Create Basic Telemetry Report
123 Create Basic Telemetry Report
124 [Documentation] Create a basic telemetry report with single metric.
130 # metric_definition_type Name of telemetry report which needs to be created.
131 # report_action Telemetry report action.
132 # append_limit Append limit of the metric data in the report.
133 # expected_result Expected result of report creation - success or fail.
160 # Report name is from random generated string with length 16 which
161 # is enough to maintain uniqueness in report name.
165 ... "Name": "Report",
184 # Verify definition of report has attributes provided at the time of creation.
199 FOR ${report} IN @{report_list}
200 Redfish.Delete ${report} valid_status_codes=[${HTTP_OK}, ${HTTP_NO_CONTENT}]