commit | cf7e5cbf93decb115b67ae5626ad0e1429b35111 | [log] [tgz] |
---|---|---|
author | KH Shi <kenghua@google.com> | Thu Sep 05 06:50:19 2024 +0000 |
committer | KH Shi <kenghua@google.com> | Thu Sep 05 07:08:16 2024 +0000 |
tree | 4e623cec0b41934ce56855f8f724fd58c2b0168c | |
parent | dbdd90fb313678c5277075d414cedb9b01f995de [diff] |
Fix testTetherClatBpfOffloadUdp test failure In some cases, the test device may already have an existing CLAT interface, causing the test to fail because it assumes no CLAT interface exists before running the test. This change fixes the issue by retrieving the correct test CLAT interface by its name. Bug: 361219545 Test: atest EthernetTetheringTest#testTetherClatBpfOffloadUdp Change-Id: Ie2cdd9c9a6fd143c8419636a448297b36f3c1c40