From 6d55107b539cfabdf6a5e4a995834097d9b6de72 Mon Sep 17 00:00:00 2001 From: Wen Bo Li <50884368+wenovus@users.noreply.github.com> Date: Wed, 3 Jul 2024 16:10:30 -0700 Subject: [PATCH] Fix exempt list for README validation (#3161) Also remove irrelevant coverage in one of the files that was added. --- .github/workflows/readme_oc_path_and_rpc.yml | 4 ++-- feature/security/gnsi/certz/test_data/README.md | 12 ------------ 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/.github/workflows/readme_oc_path_and_rpc.yml b/.github/workflows/readme_oc_path_and_rpc.yml index 1721090ed53..b757f475a66 100644 --- a/.github/workflows/readme_oc_path_and_rpc.yml +++ b/.github/workflows/readme_oc_path_and_rpc.yml @@ -36,8 +36,8 @@ jobs: go install ./tools/validate_readme_spec exemption_flags=( - --non-test-readme security/gnsi/certz/test_data/README.md - --non-test-readme experimental/p4rt/README.md + --non-test-readme feature/security/gnsi/certz/test_data/README.md + --non-test-readme feature/experimental/p4rt/README.md --non-test-readme feature/security/gnsi/acctz/README.md ) diff --git a/feature/security/gnsi/certz/test_data/README.md b/feature/security/gnsi/certz/test_data/README.md index 2d1badf3128..736b7cd9486 100644 --- a/feature/security/gnsi/certz/test_data/README.md +++ b/feature/security/gnsi/certz/test_data/README.md @@ -21,15 +21,3 @@ Each CA set includes, for both RSA and ECDSA signature types: * CA trust bundle NOTE: Creation of bad data has not been completed yet. - -## OpenConfig Path and RPC Coverage - -The below yaml defines the OC paths intended to be covered by this test. OC paths used for test setup are not listed here. - -TODO(OCRPC): Record may not be correct or complete - -```yaml -rpcs: - gnsi: - certz.v1.Certz.GetProfileList: -```