-
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
Add some test cases, and some ability to see what is going on in zebra #16878
Conversation
I changed all_protocol_startup locally and it runs fine. I'll need to investigate when I get a chance |
af1d337
to
7c6ee1b
Compare
print("\n\n** Verifying some interface code") | ||
print("************************************\n") |
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.
can you use step()
instead?
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.
I’m not interested in switching the test over to step.
7c6ee1b
to
59a8a5f
Compare
59a8a5f
to
33d1999
Compare
1b01aed
to
b8494d5
Compare
For interface config: shutdown mpls multicast These states were never being shown in output, let's show it. Signed-off-by: Donald Sharp <[email protected]>
I noticed that there was some missed code coverage in zebra. multicast [enable|disable] and show interface description vrf all Add a bit to get it covered. Signed-off-by: Donald Sharp <[email protected]>
The functions: if_get_flags if_flags_update if_flags_mangle are never invoked from a linux netlink build. Put a #ifdef around those functions so that they are not included on the linux build as that they are not needed there. Signed-off-by: Donald Sharp <[email protected]>
Noticed that we were not really attempting to even test large swaths of our snmp infrastructure. Let's load up some very simple configs for those daemons that FRR supports and ensure that SNMP is working to some extent. Signed-off-by: Donald Sharp <[email protected]>
Signed-off-by: Donald Sharp <[email protected]>
These functions are not being used. Let's just remove them from our code base. Signed-off-by: Donald Sharp <[email protected]>
b8494d5
to
67526c4
Compare
No description provided.