Currently errors are propagated through to the entrypoint of iperf3 tests but they're not descriptive and won't handle cases where nics are present but not reachable. The solution should be to fail gracefully and report what nics are not reachable. There are other edge cases that should be handled in a graceful form, rather than ugly failing.
Impact
No new APIs or functionality, but enhanced logging and application execution.
Summary
entrypoint
of iperf3 tests but they're not descriptive and won't handle cases where nics are present but not reachable. The solution should be to fail gracefully and report what nics are not reachable. There are other edge cases that should be handled in a graceful form, rather than ugly failing.Impact
Proposed Solution