tynany / frr_exporter

Prometheus exporter for Free Range Routing
MIT License
100 stars 34 forks source link

Refactor executeCmd func and add unit tests / mock #81

Closed dswarbrick closed 2 years ago

dswarbrick commented 2 years ago

This is a pretty aggressive cleanup of the executeCmd Unix socket read/write function to be a bit more compact and cause fewer allocations.

Also add simple mock / test for this function.

tynany commented 2 years ago

Thank you