Remove testApfFilterPcapFile() for code simplification
This commit removes the testApfFilterPcapFile() test case to simplify
the codebase. This test performed black-box testing to verify that APF
dropped all packets in a pcap file. However, existing tests now provide
comprehensive coverage for individual packet types and their associated
counters. Therefore, testApfFilterPcapFile() no longer offers
significant additional testing value and requires maintaining a separate
Java/JNI call path. Removing it simplifies the JNI API.
Test: TH
Flag: EXEMPT test only
Change-Id: I58bd4ebcb80072b94c479f5674aa1275e1995e70
5 files changed