Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validation Script for OC Path and RPC Coverage in READMEs #2865

Merged
merged 19 commits into from
Apr 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
revise yaml
  • Loading branch information
dplore committed Mar 28, 2024
commit 7329e95c98d8af97a2fbb0790bd9d317c27c42b7
17 changes: 9 additions & 8 deletions doc/test-requirements-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,16 @@ Write a few sentences or paragraphs describing the purpose and scope of the test
This example yaml defines the OC paths intended to be covered by this test. OC paths used for test environment setup are not required to be listed here.

```yaml
- OCPaths
OCPaths:
# Configuration of policy
ocpath: [ name: /routing-policy/policy-definitions/policy-definition/config/name ]
ocpath: [ name: /routing-policy/policy-definitions/policy-definition/statements/statement/config/name ]

- OCRPCs
- gnmi
method_name: gnmi.gNMI.Set.SetRequest.Update.union_replace
method_name: gnmi.gNMI.Subscribe
- name: /interfaces/interface/config/description
- name: /components/component/state/name
constraint: CHASSIS

OCRPCs:
- gnmi
method_name: gnmi.gNMI.Set.SetRequest.Update.union_replace
method_name: gnmi.gNMI.Subscribe
```

## Required DUT platform
Expand Down