From 08027f2282773e027de83d59b5e781c3163e13ec Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Tue, 29 Aug 2023 17:56:53 +0000 Subject: [PATCH] metrics: Add test setup details to metrics report This PR adds test setup details to metrics report. Signed-off-by: Gabriela Cervantes (cherry picked from commit 7e364716dd658ef77f2df2944ad84b0d34e856a9) --- .../metrics/report/report_dockerfile/metrics_report.Rmd | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/metrics/report/report_dockerfile/metrics_report.Rmd b/tests/metrics/report/report_dockerfile/metrics_report.Rmd index dc4dd7b0a3..9dca2b49f6 100644 --- a/tests/metrics/report/report_dockerfile/metrics_report.Rmd +++ b/tests/metrics/report/report_dockerfile/metrics_report.Rmd @@ -52,3 +52,12 @@ To decode the stats table, the prefixes are 'to(`2`)' and '`i`n'. The suffixes a source('lifecycle-time.R') ``` \pagebreak + +# Test setup details + +This table describes the test system details, as derived from the information contained +in the test results files. + + +```{r dut, echo=FALSE, fig.cap="System configuration details"} +source('dut-details.R')