Skip to content

Commit

Permalink
Merge branch 'main' into vishnureddybadveli-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnureddybadveli authored Feb 14, 2025
2 parents e42178d + 9b77da1 commit 6092b2f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ specified operating temperature and voltage.
the ZR optics

* /components/component/optical-channel/state/laser-bias-current/instant
* /components/component/optical-channel/state/laser-bias-current/avg
* /components/component/optical-channel/state/laser-bias-current/min
* /components/component/optical-channel/state/laser-bias-current/max


## TRANSCEIVER-9.2
Expand All @@ -46,11 +43,6 @@ specified operating temperature and voltage.
* Laser bias current values must always be of type decimal64.
When laser is in off state 0 must be reported as a valid value.

**Note:** For min, max, and avg values, 10 second sampling is preferred. If the
min, max average values or the 10 seconds sampling is not supported,
the sampling interval used must be specified and this must be
captured by adding a deviation to the test.

## TRANSCEIVER-9.3

* Verify that the TX laser bias current is updated after an interface
Expand Down Expand Up @@ -99,12 +91,6 @@ paths:
## State Paths ##
/components/component/optical-channel/state/laser-bias-current/instant:
platform_type: [ "OPTICAL_CHANNEL" ]
/components/component/optical-channel/state/laser-bias-current/avg:
platform_type: [ "OPTICAL_CHANNEL" ]
/components/component/optical-channel/state/laser-bias-current/min:
platform_type: [ "OPTICAL_CHANNEL" ]
/components/component/optical-channel/state/laser-bias-current/max:
platform_type: [ "OPTICAL_CHANNEL" ]

rpcs:
gnmi:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ specified operating temperature and voltage.
the ZR_PLUS optics

* /components/component/optical-channel/state/laser-bias-current/instant
* /components/component/optical-channel/state/laser-bias-current/avg
* /components/component/optical-channel/state/laser-bias-current/min
* /components/component/optical-channel/state/laser-bias-current/max


## TRANSCEIVER-9.2
Expand All @@ -46,11 +43,6 @@ specified operating temperature and voltage.
* Laser bias current values must always be of type decimal64.
When laser is in off state 0 must be reported as a valid value.

**Note:** For min, max, and avg values, 10 second sampling is preferred. If the
min, max average values or the 10 seconds sampling is not supported,
the sampling interval used must be specified and this must be
captured by adding a deviation to the test.

## TRANSCEIVER-9.3

* Verify that the TX laser bias current is updated after an interface
Expand Down Expand Up @@ -99,12 +91,6 @@ paths:
## State Paths ##
/components/component/optical-channel/state/laser-bias-current/instant:
platform_type: [ "OPTICAL_CHANNEL" ]
/components/component/optical-channel/state/laser-bias-current/avg:
platform_type: [ "OPTICAL_CHANNEL" ]
/components/component/optical-channel/state/laser-bias-current/min:
platform_type: [ "OPTICAL_CHANNEL" ]
/components/component/optical-channel/state/laser-bias-current/max:
platform_type: [ "OPTICAL_CHANNEL" ]

rpcs:
gnmi:
Expand Down

0 comments on commit 6092b2f

Please sign in to comment.