Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test/system: Use port_is_free() from wait_for_port()
Currently, wait_for_port() duplicates the check logic implemented by port_is_free(). Add an optional argument to port_is_free(), representing the bound address to check, and call it, dropping the direct check in wait_for_port(). Signed-off-by: Stefano Brivio <[email protected]>
- Loading branch information