-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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: multiple OSPF routers connected to a single switch #14775
tests: multiple OSPF routers connected to a single switch #14775
Conversation
4931b54
to
f69d3a4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pytestmark
is missing also.
e1777ba
to
6511d20
Compare
ci:rerun |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
Can we get this looked at--
Looks like a change is needed in the new test? |
@adrianomarto still working on this? |
The JSONDecodeError is expected to happen on older operating systems, such as Ubuntu 18.04. That is because they don't support the "-j" option in the "ip -j route". @ton31337 agreed this would not be a problem as those operating systems would be deprecated soon. @riw777, which platform has produced this result? |
3b12cf8
to
d9785fd
Compare
A large set of routers are connected to the same switch. Each router shares a single network. All shared networks must be reachable from all routers. Signed-off-by: "Adriano Marto Reis" <[email protected]>
d9785fd
to
f3de123
Compare
I modified the test so it is only executed if the target platform supports the command "ip -j route get". |
Waiting on @donaldsharp for a bit before pushing this ... |
A large set of routers are connected to the same switch. Each router shares a single network. All shared networks must be reachable from all routers.