featureprofiles icon indicating copy to clipboard operation
featureprofiles copied to clipboard

Updates to Transceiver1: zr_cd_test

Open hattikals opened this issue 1 year ago • 2 comments

  • Added the deviation transceiver_component_state_flap_unsupported .
  • Corrected the code to consider fifth sample for verification of values after interface flaps, allowing values to transition.
  • Corrected the logic to get the opticalComponentName, in accordance with the YANG documentation. In the previous logic the code was to get the optical component name by traversing through the parents of the PORT component, this was leading to no results. Hence changed it to find the OPTICAL_CHANNEL comp first and match its parent against HARDWARE_PORT of the interface. Current flow : PORT <-- TRANSCIEVER <-- OPTICAL_CHANNEL
  • Corrected the code to also use opticalComponentName wherever opticalComponent is being configured.

hattikals avatar May 16 '24 11:05 hattikals

Pull Request Test Coverage Report for Build 9112117749

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 55.859%

Totals Coverage Status
Change from base Build 9083415595: 0.0%
Covered Lines: 1983
Relevant Lines: 3550

💛 - Coveralls

coveralls avatar May 16 '24 11:05 coveralls

We're closing this PR for now due to inactivity. If you'd like to proceed with this change, please feel free to resubmit.

yiwenhu-g avatar Aug 15 '24 23:08 yiwenhu-g