-
Notifications
You must be signed in to change notification settings - Fork 4
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 conformance tests #24
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: inteon The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
7c6d345
to
9a3da83
Compare
9a3da83
to
eac6418
Compare
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
…R and CSR tests Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
1c16b6f
to
e98ed4e
Compare
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
e98ed4e
to
a9c55ba
Compare
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
5a8b9ee
to
44da812
Compare
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
@@ -46,7 +46,7 @@ func (vi *SimpleIssuer) GetStatus() *v1alpha1.IssuerStatus { | |||
} | |||
|
|||
func (vi *SimpleIssuer) GetIssuerTypeIdentifier() string { | |||
return "simpleissuers.issuer.cert-manager.io" | |||
return "simpleissuers.testing.cert-manager.io" |
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.
We were using "simpleissuers.issuer.cert-manager.io", which does not match our group name.
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This PR adds a conformance tests module that is based on the cert-manager conformance tests.
This module is compiled into a ginkgo binary and can be run on any cluster setup.
The tests and the framework have been cleaned up and updated to be configurable through flags only.
These conformance tests are stand-alone and we might move them to cert-manager/cert-manager at some point.
Ultimately, this module just generates a binary which can be easily used to conformance test your issuer.