akarneliuk/nornir_pygnmi

'set' fails silently when using UPPER case encoding parameter

Closed this issue · 0 comments

This works:

result3 = nrn.run(task=gnmi_set, update=CONFIG_MSG, encoding="json_ietf")

This does not (though no error is reported, the config is not updated)

result3 = nrn.run(task=gnmi_set, update=CONFIG_MSG, encoding="JSON_IETF")