diff options
author | Tibor Frank <tifrank@cisco.com> | 2023-11-02 12:09:45 +0000 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2023-11-02 12:09:45 +0000 |
commit | 169161c4d3540334b19afbf4de646a58071cee33 (patch) | |
tree | cc17643393ea312298c74547be0160e2997bc149 | |
parent | fc22db5d53503ca589883bc4296ee8ebc9ae8e70 (diff) |
C-Dash: Improve Latency HDRH graphs
Change-Id: Id7c290b9aa708eb0bed2d6bfd94ad1393bec21c3
Signed-off-by: Tibor Frank <tifrank@cisco.com>
-rw-r--r-- | csit.infra.dash/app/cdash/report/layout.yaml | 3 | ||||
-rw-r--r-- | csit.infra.dash/app/cdash/trending/layout.yaml | 3 | ||||
-rw-r--r-- | docs/content/release_notes/current/vpp_device.md | 2 |
3 files changed, 3 insertions, 5 deletions
diff --git a/csit.infra.dash/app/cdash/report/layout.yaml b/csit.infra.dash/app/cdash/report/layout.yaml index 636b901474..0be2898dea 100644 --- a/csit.infra.dash/app/cdash/report/layout.yaml +++ b/csit.infra.dash/app/cdash/report/layout.yaml @@ -94,8 +94,7 @@ plot-hdrh-latency: xaxis: type: "log" title: "Percentile [%]" - autorange: False - fixedrange: True + autorange: True gridcolor: "rgb(230, 230, 230)" linecolor: "rgb(220, 220, 220)" linewidth: 1 diff --git a/csit.infra.dash/app/cdash/trending/layout.yaml b/csit.infra.dash/app/cdash/trending/layout.yaml index 2fcb206153..e4fcd29260 100644 --- a/csit.infra.dash/app/cdash/trending/layout.yaml +++ b/csit.infra.dash/app/cdash/trending/layout.yaml @@ -132,8 +132,7 @@ plot-hdrh-latency: xaxis: type: "log" title: "Percentile [%]" - autorange: False - fixedrange: True + autorange: True gridcolor: "rgb(230, 230, 230)" linecolor: "rgb(220, 220, 220)" linewidth: 1 diff --git a/docs/content/release_notes/current/vpp_device.md b/docs/content/release_notes/current/vpp_device.md index f5b3ae112f..2a2a6ff98e 100644 --- a/docs/content/release_notes/current/vpp_device.md +++ b/docs/content/release_notes/current/vpp_device.md @@ -3,7 +3,7 @@ title: "VPP Device" weight: 4 --- -# CSIT 23.06 - VPP Device +# CSIT 23.10 - VPP Device 1. TEST FRAMEWORK - **CSIT test environment** version has been updated to ver. 13, see |