DO NOT MERGE: don't test BPF tethering offload in CTS
testTetherUdpV4AfterR verifies BPF map content that is going to
break on Android 13 devices with newer mainline module versions
which are going to support CLAT tethering offload.
The CLAT tethering offload requires BPF map format modification
which will break CTS for T.
This is for Android 13 only because testTetherUdpV4AfterR is
added since T and the BPF offload test has been moved from CTS
to MTS.
Changes:
Before:
- testTetherUdpV4UpToR: test tethering basic function on R.
- testTetherUdpV4AfterR: test tethering basic function and BPF
tethering offload on S+.
After:
- testTetherUdpV4: test tethering basic function on R+.
(renamed from testTetherUdpV4UpToR)
- testTetherUdpV4AfterR: (suppressed)
Bug: 258637850
Test: atest EthernetTetheringTest
Change-Id: Ia75347094fd7819c5dc68e05fcaac5c698c7729e
1 file changed