android_packages_modules_Co.../tests/native
Maciej Żenczykowski a33e060003 wire bpf_base_test into netd_updatable_unit_test
The 3 pre-existing //system/netd tests are:
  TEST_F(BpfBasicTest, TestCgroupMounted)
  TEST_F(BpfBasicTest, TestTagSocket)
  TEST_F(BpfBasicTest, TestCloseSocketWithoutUntag)
which are directly related to BpfHandler.cpp implementation,
as it implements:
  Status BpfHandler::init(const char* cg2_path)
  BpfHandler::tagSocket()
  BpfHandler::untagSocket()

Test: TreeHugger
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: I1c01ae90904faaea54b427495c7a5deab8b1b900

Former-commit-id: 70d30ec49d
2022-12-20 00:41:05 +00:00
..
connectivity_native_test wire bpf_base_test into netd_updatable_unit_test 2022-12-20 00:41:05 +00:00
utilities rename bpf_shared.h to netd.h 2022-12-18 20:02:52 +00:00