ListeningPortsTest: fix retry logic
In the rewrite of ListeningPortsTest (commit 8ed56018), we stopped using ListeningPortsAssertionError for our assertion failures. This prevented the UDP retry logic in assertNoRemotelyAccessibleListeningUdpPorts from being effective. Throw a ListeningPortsAssertionError instead of calling fail to allow the retry logic to work again. Bug: 11236346 Change-Id: I4912343a77a44e2cb1dea7961bf3d5f48cf6541a
Loading
Please sign in to comment