yang icon indicating copy to clipboard operation
yang copied to clipboard

Add timeout parameter

Open GerriorL opened this issue 3 years ago • 4 comments

Allow timeout to be user configurable as netconf connections hits ncclient default timeout.

Updated ncclient to allow a custom parameter to be passed https://github.com/ncclient/ncclient/pull/543

GerriorL avatar Aug 11 '22 19:08 GerriorL

Is this draft pull request still valid? I thought timeout was already configurable in testbed file.

miott avatar Oct 06 '22 22:10 miott

@miott This PR is still valid, but it's waiting on https://github.com/ncclient/ncclient/pull/550/

Although you can pass a timeout through the testbed it wasn't processed in yang in certain cases, and even once it is processed it's not being passed through properly in ncclient. So it would always use the default timeout.

GerriorL avatar Oct 06 '22 22:10 GerriorL

@GerriorL can we merge this?

dwapstra avatar Nov 03 '22 22:11 dwapstra

@GerriorL, does timeout work now or not?

miott avatar Apr 05 '23 14:04 miott