Skip to content

Commit

Permalink
sync otg and ate readmes
Browse files Browse the repository at this point in the history
---
<sub>This code is a Contribution to the OpenConfig Feature Profiles project ("Work") made under the Google Software Grant and Corporate Contributor License Agreement ("CLA") and governed by the Apache License 2.0. No other rights or licenses in or to any of Nokia’s intellectual property are granted for any other purpose. This code is provided on an "as is" basis without any warranties of any kind.</sub>
  • Loading branch information
MarcCharlebois committed Aug 7, 2024
1 parent b3d95ad commit 14aee12
Showing 1 changed file with 27 additions and 23 deletions.
50 changes: 27 additions & 23 deletions feature/lldp/otg_tests/core_lldp_tlv_population_test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,29 +17,33 @@ Determine LLDP advertisement and reception operates correctly.
configuration of lldp/interfaces/interface/config/enabled (TRUE or
FALSE) on any interface.

## Config Parameter coverage

* /lldp/config/enabled
* /lldp/interfaces/interface/config/enabled

## Telemetry Parameter coverage

* /lldp/interfaces/interface/neighbors/neighbor/state/chassis-id
* /lldp/interfaces/interface/neighbors/neighbor/state/chassis-id-subtype
* /lldp/interfaces/interface/neighbors/neighbor/state/port-id
* /lldp/interfaces/interface/neighbors/neighbor/state/port-id-subtype
* /lldp/interfaces/interface/neighbors/neighbor/state/system-name
* /lldp/interfaces/interface/state/name
* /lldp/state/chassis-id
* /lldp/state/chassis-id-type
* /lldp/state/system-name

## Protocol/RPC Parameter coverage

LLDP:

* /lldp/config/enabled = true
* /lldp/interfaces/interface/config/enabled = true
## 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.

```yaml
paths:
## Config Paths ##
/lldp/config/enabled:
/lldp/interfaces/interface/config/enabled:

## State Paths ##
/lldp/interfaces/interface/neighbors/neighbor/state/chassis-id:
/lldp/interfaces/interface/neighbors/neighbor/state/chassis-id-subtype:
/lldp/interfaces/interface/neighbors/neighbor/state/port-id:
/lldp/interfaces/interface/neighbors/neighbor/state/port-id-subtype:
/lldp/interfaces/interface/neighbors/neighbor/state/system-name:
/lldp/interfaces/interface/state/name:
/lldp/state/chassis-id:
/lldp/state/chassis-id-type:
/lldp/state/system-name:

rpcs:
gnmi:
gNMI.Get:
gNMI.Set:

```

## Minimum DUT platform requirement

Expand Down

0 comments on commit 14aee12

Please sign in to comment.