Heiko Thiery

Results 86 comments of Heiko Thiery

We have to support user keyword files for different type of devices. As long you write a test only for one device the problem does not occure, because you only...

``` sysrepocfg -f json -d operational -m ietf-system -X {} ``` ``` sysrepocfg -f json -d running -m ietf-system -X { "ietf-system:system": { "contact": "itsme", "hostname": "empty", "location": "" }...

I've done a reduced version of the code: https://pastebin.com/raw/v7zJZqU4

I think I found the issue. When changing the xpath in the subscription I will get the values. ``` rc = sr_oper_get_subscribe(session, - BASE_SYSTEM_YANG_MODEL, "/ietf-system:*", + BASE_SYSTEM_YANG_MODEL, "/ietf-system:system/*", system_state_data_cb, *private_ctx,...

Unfortunatly my issue is not solved. I now can see the data when using `sysrepocfg -f json -d operational -X -x /ietf-system:*`. I see that the plugin callback is called...

I think my issue is the same as in https://github.com/CESNET/netopeer2/issues/938. I used the `get` instead of `get-data` to retrieve the operational data in the cli.

It would be great if you could meld this 2 commits into 1 commit. https://stackoverflow.com/questions/2563632/how-can-i-merge-two-commits-into-one-if-i-already-started-rebase#:~:text=If%20you%20want%20to%20merge,commit%20name%20HEAD~2).&text=That%20will%20bring%20in%20the,them%20and%20you're%20done. Then do a force push to your branch that will automatically update this PR. So...

this PR misses also the Signed-off-by .. could you please add this?

I do not get your question about the threshold. What do you expect? About the other question: what command do you try to send? did you establish the session?

the reading of the thresholds is returned as raw reading .. you have to convert to a human readable value. https://github.com/kontron/python-ipmi/blob/master/pyipmi/ipmitool.py#L104 What command is that what you try to send?...