Urs Baumann

Results 24 issues of Urs Baumann

Thank you very much for all your work It would be nice to have an option to support custom tags in yaml. Tags in yaml can have one of 3...

Is it possible to get the `telemetry.proto` for XR 7.6 and 7.7, or can I get this information from the device or somewhere else?

Add IPv6 use case I didn't had time to fix the traffic-filter replacement issue. running config ``` ! interface GigabitEthernet0/2 no ip address ipv6 traffic-filter CISCO out ! ``` candidate...

enhancement

It should be possible to add additional information to the text log export (JUnit XML) https://docs.pytest.org/en/7.1.x/how-to/output.html#record-property-example

Migrate to Pydantic v2 Dependencies: - Pydantic - https://github.com/koxudaxi/datamodel-code-generator/issues/1255

At the moment, only JSON payloads can be generated and loaded. It would be nice to be able to work with XML as well to support netconf payload. It might...

enhancement

I am not convinced enums work like expected, and I need to test it against a device.

Allowing to customize reports like junit xml without hard code it in Nuts

- Change softprops/action-gh-release@v3 to softprops/action-gh-release@v2 - Add workflow_dispatch to workflows

**Describe the bug** When I use `--use-annotated`, the default value for a RootModel field is a string. I would expect it to be the RootModel("value") **To Reproduce** Example schema: ```json...