avocado-framework / avocado

Avocado is a set of tools and libraries to help with automated testing. One can call it a test framework with benefits. Native tests are written in Python and they follow the unittest pattern, but any executable can serve as a test.
https://avocado-framework.github.io/
Other
345 stars 343 forks source link

Utils / network: improvements to ping_flood() #6063

Open clebergnu opened 2 weeks ago

clebergnu commented 2 weeks ago

This contains a number of improvements to the ping_flood() utility.

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 80.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 54.52%. Comparing base (6b55d5a) to head (e69d607). Report is 4 commits behind head on master.

Files with missing lines Patch % Lines
avocado/utils/network/interfaces.py 80.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6063 +/- ## ========================================== + Coverage 54.46% 54.52% +0.06% ========================================== Files 202 202 Lines 21883 21884 +1 ========================================== + Hits 11919 11933 +14 + Misses 9964 9951 -13 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.