commit | d92b389c63246193ade415131a76156c9e02cf2f | [log] [tgz] |
---|---|---|
author | Handa Wang <handaw@google.com> | Wed Sep 04 12:55:38 2024 +0000 |
committer | Handa Wang <handaw@google.com> | Thu Sep 05 05:59:51 2024 +0000 |
tree | 81da8cd4e4783aca9cc1740a9d20406f0ee88947 | |
parent | 26b68536bf05f435ec23cec0c396038712aee7bb [diff] |
[Thread] move infra network utilities to IntegrationTestUtils.kt This CL moves setUpInfraNetwork(), tearDownInfraNetwork() and startInfraDeviceAndWaitForOnLinkAddr() into IntegrationTestUtils.kt because they'll also be used by Internet Access test cases which will be in a new file. The methods are refactored in Kotlin to be easier used in new test cases. The new test cases will also be written in Kotlin. Bug: 356770473 Change-Id: I2e5788ba87f9f86dd14d382db0b0de791bcbce6a