Skip to content

Commit dc56792

Browse files
committed
Add OM test infrastructure
Include mom.mk from build-machinery-go to enable OM testing targets: - make test-operator-integration: Runs OM tests and validates output - make update-test-operator-integration: Updates expected test output Note: Test scenarios in test-data/apply-configuration/ can be added once apply-configuration command is fully implemented. Generated with Claude Code
1 parent 2c214ae commit dc56792

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ include $(addprefix ./vendor/github.com/openshift/build-machinery-go/make/, \
77
targets/openshift/images.mk \
88
targets/openshift/deps.mk \
99
targets/openshift/operator/telepresence.mk \
10+
targets/openshift/operator/mom.mk \
1011
)
1112

1213
# Exclude e2e tests from unit testing

0 commit comments

Comments
 (0)