-
Notifications
You must be signed in to change notification settings - Fork 258
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
system-tests: Make sure that IPv6 address is available right away
Instead of waiting for the address duplication check to finish request that the check is not performed at all. With that we don't have to wait for the "tentative" state to go away and the address is usable right away. Remove check for the link-local address where it is not needed as the wait was taking ~2 second. As a bonus it speeds up the system-tests execution by ~2 minutes. Signed-off-by: Ales Musil <[email protected]> Signed-off-by: Dumitru Ceara <[email protected]> (cherry picked from commit b7d5dd2)
- Loading branch information
Showing
2 changed files
with
32 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters