amargherio / aks-egress-checker

A container image used to validate required egress connectivity in AKS!
MIT License
0 stars 0 forks source link

Improve test coverage #5

Open amargherio opened 1 year ago

amargherio commented 1 year ago

There's no test coverage and that needs to change. Tests are needed for at least the egress data parsing and the FQDN parsing/building logic to make sure that's all solid.

There's some tricky bits here around mocking IMDS responses and calls for region and VM data that's used for building some connection strings.