commit | 1644f9585296ed2797dc3ee796125dfaa4c38c14 | [log] [tgz] |
---|---|---|
author | Jimi Chen <jimictw@google.com> | Fri Sep 13 14:25:42 2024 +0000 |
committer | Jimi Chen <jimictw@google.com> | Mon Oct 07 13:33:57 2024 +0000 |
tree | faa27ceca30e2f293910cf2b8bf35104ef4fa55c | |
parent | 738bf999d5f254d8b4bb4fc17253d09391731c06 [diff] |
Add packet capture and match network_stack adb command to to `apf_utils` It wraps the following 3 commands for multi-devices tests - cmd network_stack capture start <interface> - cmd network_stack capture stop <interface> - cmd network_stack capture matched-packet-counts <interface> <pkt-in-hex> Add a helper function `is_packet_capture_supported` as APFv6 precondition check. Test: atest NetworkStaticLibHostPythonTests Change-Id: I526c678c6e753cee3969b04a56ab33e5e3d1600d