commit | ffffa35ee8510dee3fc44e58b834986bf82bf302 | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Tue May 17 15:53:01 2022 -0700 |
committer | Maciej Żenczykowski <maze@google.com> | Mon Jun 13 19:39:06 2022 -0700 |
tree | 24f0febfa57280806b401c8461efaf75fa4e5735 | |
parent | 01319d931aa73910abeca1a35795e7ed16a81201 [diff] |
BpfNetworkStatsTest - cleanup We note that: 0 <= BpfMap<K,V>.getMap() is equivalent to BpfMap<K,V>.isValid() but the latter is far more kosher. Unfortunately there is more non-kosher stuff happening in this file, so we still need to define BPF_MAP_MAKE_VISIBLE_FOR_TESTING anyway. Test: TreeHugger Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: I138709c6a298a2d8511b525a8349e01ab87d9455