-
Notifications
You must be signed in to change notification settings - Fork 367
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
Extended Post-installation test framework to support Network Policies #6367
Extended Post-installation test framework to support Network Policies #6367
Conversation
Signed-off-by: Kanha gupta <kanhag4163@gmail.com>
The framework currently utilises runagnhostcommand function which needs some discussion because networkpolicy tests requires receiving error in order to ensure its working fine and therefore runagnhostcommand gives logs such as :
|
Signed-off-by: Kanha gupta <kanhag4163@gmail.com>
Signed-off-by: Kanha gupta <kanhag4163@gmail.com>
b990cb8
to
130dfc6
Compare
Hey mentors,
|
Signed-off-by: Kanha gupta <kanhag4163@gmail.com>
Hey mentors, Changes have been pushed :) |
Signed-off-by: Kanha gupta <kanhag4163@gmail.com>
Changes are pushed :) |
Yes, please use the |
Thanks a lot :) |
Signed-off-by: Kanha gupta <kanhag4163@gmail.com>
59a3c66
to
a79dcec
Compare
/skip-all |
It supports All ingress deny policy and All egress deny policy to conduct testing.
Ingress gets applied on echoSameNode and echoOtherNode deployments and Egress is applied on client deployment in order to conduct testing.