Regression fixes#340
Merged
yuriilisovskyi merged 18 commits intodentproject:mainfrom Jun 11, 2023
Merged
Conversation
broadcast is not always present in ip addr output Signed-off-by: Serhiy Boiko <serhiy.boiko@plvision.eu>
Devlink tests may fail from time to time with 15 task executed in parallel by asyncio, reduce amount of executed tasks to increase test stability Signed-off-by: Andriy Lozovyy <andriy.lozovyy@plvision.eu>
Signed-off-by: Kostiantyn Stavruk <kostiantyn.stavruk@plvision.eu>
Add missing xt action in linux_tc_filter_impl.py and refactor Devlink tests Signed-off-by: Andriy Lozovyy <andriy.lozovyy@plvision.eu>
Signed-off-by: Kostiantyn Stavruk <kostiantyn.stavruk@plvision.eu>
Signed-off-by: Serhiy Boiko <serhiy.boiko@plvision.eu>
Restore previous port speed after L1 tests. Signed-off-by: Serhiy Boiko <serhiy.boiko@plvision.eu>
Signed-off-by: Kostiantyn Stavruk <kostiantyn.stavruk@plvision.eu>
Increase tcpdump timeout in bridge tests Add sleep before acl tgen stats Signed-off-by: Serhiy Boiko <serhiy.boiko@plvision.eu>
To properly remove arp entries from the arp table we have to flush them twice: after first flush they become invalid, after the second flush they are deleted. Signed-off-by: Serhiy Boiko <serhiy.boiko@plvision.eu>
Signed-off-by: Serhiy Boiko <serhiy.boiko@plvision.eu>
Signed-off-by: Stepan Vovk <stepan.vovk@plvision.eu>
Signed-off-by: Serhiy Boiko <serhiy.boiko@plvision.eu>
Neighbor behavior is dependent on linux and is somewhat random. Because of the complexity of the test it is simplified to be more consistent. Signed-off-by: Serhiy Boiko <serhiy.boiko@plvision.eu>
Signed-off-by: Serhiy Boiko <serhiy.boiko@plvision.eu>
abs_tol allows for traffic rate deviation of +-5% regardless of the actual traffic loss. On the other hand when using rel_tol the allowed deviation depends on the current traffic loss (+-5% if loss is 100%, +-2.5% if loss is 50%, 0% if loss is 0%) Signed-off-by: Serhiy Boiko <serhiy.boiko@plvision.eu>
Signed-off-by: Andriy Lozovyy <andriy.lozovyy@plvision.eu>
mgheorghe
requested changes
Jun 2, 2023
Signed-off-by: yuriilisovskyi <yurii.lisovskyi@plvision.eu>
mgheorghe
approved these changes
Jun 7, 2023
yuriilisovskyi
approved these changes
Jun 11, 2023
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #343