Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-11 | Move multicounter testutil functions out of network/ip | Arthur Sfez | |
This is in preparation of having aggregated NIC stats at the stack level. These validation functions will be needed outside of the network layer packages to test aggregated NIC stats. PiperOrigin-RevId: 373180565 | |||
2021-04-15 | Use nicer formatting for IP addresses in tests | Kevin Krakauer | |
This was semi-automated -- there are many addresses that were not replaced. Future commits should clean those up. Parse4 and Parse6 were given their own package because //pkg/test can introduce dependency cycles, as it depends transitively on //pkg/tcpip and some other netstack packages. PiperOrigin-RevId: 368726528 |