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
Migrate operator upgrade e2e tests to Godog/Cucumber BDD framework
Replace testify-based upgrade tests with a Godog test runner and Gherkin
feature file. Add step definitions for OLM install/upgrade, component
readiness via leader election leases, and reconciliation verification.
Simplify Makefile upgrade targets using a reusable install script macro
and fix template path resolution so tests work from any directory.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
test-upgrade-ex2ex-e2e: experimental/install.sh $(TEST_UPGRADE_E2E_TASKS)#HELP Run upgrade (experimental -> experimental) e2e tests on a local kind cluster
test-upgrade-st2ex-e2e: $(TEST_UPGRADE_E2E_TASKS)#HELP Run upgrade (standard -> experimental) e2e tests on a local kind cluster
376
+
test-upgrade-st2ex-e2e: experimental/install.sh $(TEST_UPGRADE_E2E_TASKS)#HELP Run upgrade (standard -> experimental) e2e tests on a local kind cluster
test-st2ex-e2e: run-internal image-registry pre-upgrade-setup kind-deploy-experimental post-upgrade-checks kind-clean#HELP Run swichover (standard -> experimental) e2e tests on a local kind cluster
385
+
test-st2ex-e2e: experimental/install.sh standard/install.sh $(TEST_UPGRADE_E2E_TASKS)#HELP Run swichover (standard -> experimental) e2e tests on a local kind cluster
0 commit comments