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: -```