STORDIS / orca_nw_lib

gNMI python package for SONiC switch discovery and management.
Apache License 2.0
2 stars 3 forks source link

Need to wait for 1 sec before discovering portchannel after adding port channel member. #45

Closed kamalkrbh closed 2 months ago

kamalkrbh commented 7 months ago

In port_chnl.py after adding port channel member there is sleep(1) kept, otherwise discovery process doesn't pick the right portchannel members configured. This might be due to different openconfig paths being used for creating members and for discovery.