Skip to content

Commit

Permalink
Fix exempt list for README validation (openconfig#3161)
Browse files Browse the repository at this point in the history
Also remove irrelevant coverage in one of the files that was added.
  • Loading branch information
wenovus authored Jul 3, 2024
1 parent 1dd3330 commit 6d55107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/readme_oc_path_and_rpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down
12 changes: 0 additions & 12 deletions feature/security/gnsi/certz/test_data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```

0 comments on commit 6d55107

Please sign in to comment.