We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently we only have tests for karmor recommend , but other features might also need testing. Here's a list that can be tested:
karmor recommend
The text was updated successfully, but these errors were encountered:
Hi @PrimalPimmy I want to work on this :)
Sorry, something went wrong.
Hello @Parthiba-Hazra , sure! You can start with looking into how we can test Karmor probe here, to ensure any changes don't make the CI fail.
Hi @PrimalPimmy I think you want to provide some link on creating test cases for karmor probe ?
@Parthiba-Hazra Sure, you can check out how probe works internally, and how we can use it's external functions to test. https://github.com/kubearmor/kubearmor-client/blob/main/probe/probe.go
We use Ginkgo tests here: https://github.com/kubearmor/kubearmor-client/tree/main/tests need a new folder named probe and do the necessary testing. But ofcourse, you will have to try out the karmor cli first to understand how it works.
No branches or pull requests
Currently we only have tests for
karmor recommend
, but other features might also need testing. Here's a list that can be tested:The text was updated successfully, but these errors were encountered: