You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Existing tests are not compatible with operator-sdk 1.x. Convert existing tests to one of the new testing framework (kuttl, scorecard, env-test). Tests related to kAppNav integration and servicebinding doesn't have to be ported, but we still want to keep generating Application definition)
runtime_test.go - I don't believe this is actually a test, but rather the entry point for e2e tests (of all framework?)
runtime_kappnav.go - kAppNav integration will be removed in v1, but operator will continue to generate Application definition. Operator will need to be enhanced to add this support. So we don't need to convert this now.
runtime_certmanager.go - Cert manager support will change in v1, so we don't need to convert this now.
runtime_servicebinding.go - Service binding support will change in v1, so we don't need to convert this now. - handled via Add tests for Service bindings #239
Existing tests are not compatible with operator-sdk 1.x. Convert existing tests to one of the new testing framework (kuttl, scorecard, env-test). Tests related to kAppNav integration and servicebinding doesn't have to be ported, but we still want to keep generating Application definition)
e2e tests at https://github.com/application-stacks/runtime-component-operator/tree/master/test/e2e :
runtime_kappnav.go- kAppNav integration will be removed in v1, but operator will continue to generate Application definition. Operator will need to be enhanced to add this support. So we don't need to convert this now.runtime_certmanager.go- Cert manager support will change in v1, so we don't need to convert this now.runtime_servicebinding.go- Service binding support will change in v1, so we don't need to convert this now. - handled via Add tests for Service bindings #239Unit tests: handled via #237
The text was updated successfully, but these errors were encountered: