diff options
author | Tibor Frank <tifrank@cisco.com> | 2024-05-30 06:52:32 +0000 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2024-06-04 09:26:37 +0000 |
commit | 9fa71f1b020b2eef8b1cf07a769351bfd5224b11 (patch) | |
tree | 37cd4b5dd57c9015cf3515d731367f905fa42238 /docs/content | |
parent | 2e10b184d7470307069e5977677759c6e737c01d (diff) |
C-Docs: Add links to C-Dash apps
Change-Id: I1bb9b3af12737203d45f981b80be88290d2c7be4
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit a250e3195d6a4789828795d083f6661343de0f0a)
Diffstat (limited to 'docs/content')
-rw-r--r-- | docs/content/_index.md | 10 | ||||
-rw-r--r-- | docs/content/dashboard/_index.md | 15 |
2 files changed, 24 insertions, 1 deletions
diff --git a/docs/content/_index.md b/docs/content/_index.md index f2736d5a57..1caa6b2932 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -46,4 +46,12 @@ type: "docs" packet path thru server SUTs, three distinct logical topology types are used for VPP DUT data plane testing. - **[VPP Startup Settings]({{< relref "/infrastructure/vpp_startup_settings" >}})**: - List of common settings applied to all tests and test dependent settings.
\ No newline at end of file + List of common settings applied to all tests and test dependent settings. +5. [PERFORMANCE DASHBOARD]({{< dashboard_url >}}) + - **[Performance Trending]({{< dashboard_url >}}trending)** + - **[Per Release Performance]({{< dashboard_url >}}report)** + - **[Per Release Performance Comparisons]({{< dashboard_url >}}comparisons)** + - **[Per Release Coverage Data]({{< dashboard_url >}}coverage)** + - **[Test Jobs Statistics]({{< dashboard_url >}}stats)** + - **[Failures and Anomalies]({{< dashboard_url >}}news)** + - **[Search Tests]({{< dashboard_url >}}search)**
\ No newline at end of file diff --git a/docs/content/dashboard/_index.md b/docs/content/dashboard/_index.md new file mode 100644 index 0000000000..fac194db60 --- /dev/null +++ b/docs/content/dashboard/_index.md @@ -0,0 +1,15 @@ +--- +bookCollapseSection: false +bookFlatSection: true +title: "Performance Dashboard" +weight: 5 +--- + +# [Performance Dashboard]({{< dashboard_url >}}) +- **[Performance Trending]({{< dashboard_url >}}trending)** +- **[Per Release Performance]({{< dashboard_url >}}report)** +- **[Per Release Performance Comparisons]({{< dashboard_url >}}comparisons)** +- **[Per Release Coverage Data]({{< dashboard_url >}}coverage)** +- **[Test Jobs Statistics]({{< dashboard_url >}}stats)** +- **[Failures and Anomalies]({{< dashboard_url >}}news)** +- **[Search Tests]({{< dashboard_url >}}search)** |