Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: fix zebra_rib range #16904

Merged
merged 1 commit into from
Sep 24, 2024
Merged

Conversation

louis-6wind
Copy link
Contributor

Range is wrong. We want values 1 and 2 but we only test 1.

for i in range(1, 2):
... print(i)
...
1

Fixes: abd2a1f ("tests: Test some basic kernel <-> zebra interactions")

Range is wrong. We want values 1 and 2 but we only test 1.

> >>> for i in range(1, 2):
> ...     print(i)
> ...
> 1

Fixes: abd2a1f ("tests: Test some basic kernel <-> zebra interactions")
Signed-off-by: Louis Scalbert <[email protected]>
@frrbot frrbot bot added bugfix tests Topotests, make check, etc labels Sep 24, 2024
@louis-6wind
Copy link
Contributor Author

ci:rerun

Copy link
Member

@riw777 riw777 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@riw777 riw777 merged commit d865249 into FRRouting:master Sep 24, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix master size/XS tests Topotests, make check, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants