Fix testRequestDownstreamAddressWithoutUsingLastAddress flaky
The problem is that the test releases mHotspotIpServer’s prefix before testing mUsbIpServer, which means that mUsbIpServer might choose the same address as mHotspotIpServer’s. To fix this, we need to test that mUsbIpServer and mHotspotIpServer have different addresses before calling releaseDownstream(mHotspotIpServer). Change-Id: Id7f7bbfeda841ec9b97e24c0f11893fa37b9ef54 Test: TH Bug: 300127195
Loading
Please register or sign in to comment