-
Notifications
You must be signed in to change notification settings - Fork 33
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
Fixing tests #55
Fixing tests #55
Conversation
* Also required in some tests
3040fb8
to
e6a6b43
Compare
tests failing.. should be passing |
e6a6b43
to
cfc8a96
Compare
* Updated kind config yaml
cfc8a96
to
6fce421
Compare
* Before it asserts the created resources * Kuadrant CR will trigger the deploy of required services
* Fixing authpolicy tests as a bonus
* It's required by dependencies deployment
* Some dependencies get config from ENV (namepace, name, etc)
BeforeEach(CreateNamespaceCallback(&testNamespace)) | ||
beforeEachCallback := func() { | ||
CreateNamespace(&testNamespace) | ||
ApplyKuadrantCR(testNamespace) |
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.
should it be kuadrantDefaultNamespace
?
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.
in this test is not particularly needed, since the assertions made and Authorino OP and service are not setup via ENVs.
This PR fixes some tests that were not executed before and were failing after.
The AuthPolicyController test are marked as pending, because the reconciling cycle is failing as well. This will be addressed in a following PR.It's fixed in this PR finally.Note: Tests should pass when merged.