in gnmi_sub.py check for property "telemetry_db" in orca_nw_lib.yml,if found true then only add new monitoring gnmi paths to subscription,
There needs to be a new function written i.e. handle_telemetry_notif() function which will listen for incoming notification from monitoring gNMI paths subscription and send send them to telemetry db defined under property "telemetry_db" defined in orca_nw_lib.yml.
All the test cases of orca_backend and orca_nw_lib should be passing after the implementation.
in gnmi_sub.py check for property "telemetry_db" in orca_nw_lib.yml,if found true then only add new monitoring gnmi paths to subscription, There needs to be a new function written i.e. handle_telemetry_notif() function which will listen for incoming notification from monitoring gNMI paths subscription and send send them to telemetry db defined under property "telemetry_db" defined in orca_nw_lib.yml.
All the test cases of orca_backend and orca_nw_lib should be passing after the implementation.