-
Notifications
You must be signed in to change notification settings - Fork 73
(rough sketch dumps) Follow ups from catalogd-integration #187
Copy link
Copy link
Closed
Description
- Set up e2e infrastructure for catalogd and operator controller:
- Devise action plan for what's best tested where, in what format (e2e vs unit).
- For any test that requires access to images hosted in an image registry, set up test suite to configure a local registry and use that registry for tests instead of reaching out to remote registry.
- For operator installation test, build a catalog with minimal set of operator/s, and use that instead of
quay.io/operatorhubio/catalog:latest
- Review operator-controller e2e test suite:
- Structure tests to take advantage of ginkgo's DAG test path creation feature instead of laying all tests in a singe "It" block.
- (optionally)Eventually blocks can return error instead of taking in Gomega object in it's function signature.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels