From 52723855144abc98ce8e010f9b20639122e95a5a Mon Sep 17 00:00:00 2001 From: Srikanth Muppandam Date: Thu, 26 Mar 2026 14:19:37 +0530 Subject: [PATCH] Add a README section highlighting the live GitHub Pages-based test inventory report for qcom-linux-testkit. Document the hosted report URL and note that it is automatically updated from the main branch via the test-inventory-pages workflow. Signed-off-by: Srikanth Muppandam --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a84fd828..a0fc8104 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,16 @@ cd /var/Runner && ./run-test.sh cpufreq --- +## Live Test Inventory Report + +A live inventory of the available test cases in this repository is published via GitHub Pages. + +📌 **Hosted here:** +👉 https://qualcomm-linux.github.io/qcom-linux-testkit/ + +This page is automatically updated from the contents of the `main` branch and helps track the currently available test coverage across the repository. + +--- ## Extending for CI/CD These tests can be used as CI jobs in: @@ -111,4 +121,5 @@ These tests can be used as CI jobs in: ``` Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. -SPDX-License-Identifier: BSD-3-Clause``` +SPDX-License-Identifier: BSD-3-Clause +```