-
Notifications
You must be signed in to change notification settings - Fork 1.4k
tests: Notice that the support_bundle is not properly setup #19045
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
Conversation
If the support_bundle is not properly setup, let's fail the test running so that the operator can fix this up. Signed-off-by: Donald Sharp <[email protected]>
This is now needed for proper test running. Signed-off-by: Donald Sharp <[email protected]>
Signed-off-by: Donald Sharp <[email protected]>
d6d28ec to
0b4e957
Compare
ton31337
left a comment
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.
Overall LGTM
| sudo install -m 775 -o frr -g frrvty -d /etc/frr | ||
| sudo install -m 640 -o frr -g frrvty tools/etc/frr/vtysh.conf /etc/frr/vtysh.conf | ||
| sudo install -m 640 -o frr -g frr tools/etc/frr/frr.conf /etc/frr/frr.conf | ||
| sudo install -m 640 -o frr -g frr tools/etc/frr/daemons.conf /etc/frr/daemons.conf |
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.
Since you are here, can we drop this also?
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 really don't want to really go through the file and check the whole thing for correctness. It's a problem for a different day imo
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 just saw you did a similar job already at 0b4e957, so I was thinking we can fix all of these, but fine.
| sudo install -m 775 -o frr -g frrvty -d /etc/frr | ||
| sudo install -m 640 -o frr -g frrvty tools/etc/frr/vtysh.conf /etc/frr/vtysh.conf | ||
| sudo install -m 640 -o frr -g frr tools/etc/frr/frr.conf /etc/frr/frr.conf | ||
| sudo install -m 640 -o frr -g frr tools/etc/frr/daemons.conf /etc/frr/daemons.conf |
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.
Ditto.
| sudo install -m 775 -o frr -g frrvty -d /etc/frr | ||
| sudo install -m 640 -o frr -g frrvty tools/etc/frr/vtysh.conf /etc/frr/vtysh.conf | ||
| sudo install -m 640 -o frr -g frr tools/etc/frr/frr.conf /etc/frr/frr.conf | ||
| sudo install -m 640 -o frr -g frr tools/etc/frr/daemons.conf /etc/frr/daemons.conf |
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.
Ditto.
| sudo install -m 775 -o frr -g frrvty -d /etc/frr | ||
| sudo install -m 640 -o frr -g frrvty tools/etc/frr/vtysh.conf /etc/frr/vtysh.conf | ||
| sudo install -m 640 -o frr -g frr tools/etc/frr/frr.conf /etc/frr/frr.conf | ||
| sudo install -m 640 -o frr -g frr tools/etc/frr/daemons.conf /etc/frr/daemons.conf |
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.
Ditto.
| sudo install -m 775 -o frr -g frrvty -d /etc/frr | ||
| sudo install -m 640 -o frr -g frrvty tools/etc/frr/vtysh.conf /etc/frr/vtysh.conf | ||
| sudo install -m 640 -o frr -g frr tools/etc/frr/frr.conf /etc/frr/frr.conf | ||
| sudo install -m 640 -o frr -g frr tools/etc/frr/daemons.conf /etc/frr/daemons.conf |
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.
Ditto.
If the support_bundle is not properly setup, let's fail the test running so that the operator can fix this up.