Skip to content

Commit 2aeab11

Browse files
committed
Add mapi azure datadisk e2e
This commit adds e2e tests for the azure data disk feature gate. Assisted with Claude
1 parent 7410733 commit 2aeab11

File tree

3 files changed

+620
-0
lines changed

3 files changed

+620
-0
lines changed

cmd/machine-api-tests-ext/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import (
1515
"k8s.io/component-base/logs"
1616

1717
// If using ginkgo, import your tests here
18+
_ "github.com/openshift/machine-api-operator/test/e2e/azure"
1819
_ "github.com/openshift/machine-api-operator/test/e2e/vsphere"
1920
)
2021

0 commit comments

Comments
 (0)