Skip to content

Commit

Permalink
added addn crd for envtest
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhater-redhat committed Mar 26, 2024
1 parent e791e44 commit 85f0e24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/framework/envtest.go
Expand Up @@ -112,6 +112,8 @@ func NewTestEnv(t *testing.T) *envtest.Environment {
filepath.Join("..", "..", "manifests", "controllerconfig.crd.yaml"),
filepath.Join("..", "..", "vendor", "github.com", "openshift", "api", "config", "v1"),
filepath.Join("..", "..", "vendor", "github.com", "openshift", "api", "operator", "v1alpha1"),
filepath.Join("payload-manifests", "crds", "0000_10_config-operator_01_nodes.crd.yaml"),
filepath.Join("config", "v1", "zz_generated.featuregated-crd-manifests", "nodes.config.openshift.io", "AAA_ungated.yaml"),
},
CleanUpAfterUse: true,
},
Expand Down

0 comments on commit 85f0e24

Please sign in to comment.