EthernetTetheringTest: test testTetherClatTcp on S+ device
Only test testTetherClatTcp on S+ device because R device test is blocked on b/234727688. Bug: 234727688 Test: atest EthernetTetheringTest Change-Id: I65a4a8c4fe13b8320b036380b9038af094ac95a5
This commit is contained in:
committed by
Nucca Chen
parent
b4f8a08825
commit
c79efc8e8e
@@ -1943,7 +1943,9 @@ public class EthernetTetheringTest {
|
|||||||
tester, false /* isClat */);
|
tester, false /* isClat */);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: support R device. See b/234727688.
|
||||||
@Test
|
@Test
|
||||||
|
@IgnoreUpTo(Build.VERSION_CODES.R)
|
||||||
public void testTetherClatTcp() throws Exception {
|
public void testTetherClatTcp() throws Exception {
|
||||||
// CLAT only starts on IPv6 only network.
|
// CLAT only starts on IPv6 only network.
|
||||||
final TetheringTester tester = initTetheringTester(toList(TEST_IP6_ADDR),
|
final TetheringTester tester = initTetheringTester(toList(TEST_IP6_ADDR),
|
||||||
|
|||||||
Reference in New Issue
Block a user