Sunil Thaha
Sunil Thaha
@Srishtihere please feel free to grab this. Thanks a lot for helping out 🙇 This will come handy - https://github.com/sustainable-computing-io/kepler-operator/pull/190
What we did in ObO was to just `go test` itself to write all e2e tests. Writing tests are fairly straight forward and the test we write isn't tied to...
> cover other env like microshift We are removing microshift since we intent to have multiple nodes available in our CI which is only supported by kind.
@jichenjc, does make cluster-up work for you from the `kepler` repo?
`kind create` should work for operator as well but a lot of things that the `cluster-up` does will have to manually done.
@BGrasnick That is indeed a great suggestion! I am not sure how straight forward this is going to be. I am not sure if servicemonitor deployed to `openshift-kepler-operator` can be...
@Obasoro absolutely, please feel free to grab it if you are inclined :). Thanks a lot for helping out.
@Obasoro , that is only to serve as an example for SSA and what contents to include in the SSA doc. In Keplers case, the resources created in response to...
cc: @vprashar2929
> Shouldn't we add a shellcheck for source [here](https://github.com/sustainable-computing-io/kepler-operator/blob/391d0aee01bad10ffff3d2b2e990990073114a76/tests/run-e2e.sh#L9) as well? Somehow shellchecker is happy. It could probably be the SHELLCHECK_OPT -x that is automatically following the sourced file.