Skip to content
Open
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
40 changes: 40 additions & 0 deletions feature/isis/otg_tests/base_adjacencies_test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,43 @@ Base IS-IS functionality and adjacency establishment.
* Verify that the updated Hello-Multiplier is reflected in isis adjacency output in the ATE.
* Verify that the correct streaming telemetry values are reported correctly by the DUT.

## Canonical OC

```json
{
"openconfig-network-instance:network-instances": {
"network-instance": [
{
"name": "DEFAULT",
"protocols": {
"protocol": [
{
"identifier": "openconfig-policy-types:ISIS",
"name": "ISIS",
"config": {
"identifier": "openconfig-policy-types:ISIS",
"name": "ISIS",
"enabled": true
},
"isis": {
"global": {
"config": {
"level-capability": "LEVEL_2",
"net": [
"49.0001.1920.0000.2001.00"
]
}
}
}
Comment thread
devansh-lodha marked this conversation as resolved.
}
]
}
}
]
}
}
```

## OpenConfig Path and RPC Coverage

The below yaml defines the OC paths intended to be covered by this test.
Expand Down Expand Up @@ -122,7 +159,10 @@ paths:


## State paths
/network-instances/network-instance/protocols/protocol/isis/global/afi-safi/af/state/enabled:
/network-instances/network-instance/protocols/protocol/isis/interfaces/interface/state/circuit-type:
/network-instances/network-instance/protocols/protocol/isis/interfaces/interface/state/enabled:
/network-instances/network-instance/protocols/protocol/isis/interfaces/interface/afi-safi/af/state/enabled:
/network-instances/network-instance/protocols/protocol/isis/interfaces/interface/levels/level/adjacencies/adjacency/state/system-id:
/network-instances/network-instance/protocols/protocol/isis/interfaces/interface/levels/level/afi-safi/af/state/afi-name:
/network-instances/network-instance/protocols/protocol/isis/interfaces/interface/levels/level/afi-safi/af/state/metric:
Expand Down
Loading