Skip to content

Commit

Permalink
added vendors
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhater-redhat committed Mar 26, 2024
1 parent 2a63d98 commit 817ae18
Show file tree
Hide file tree
Showing 42 changed files with 16,425 additions and 3 deletions.
8 changes: 5 additions & 3 deletions test/e2e-bootstrap/bootstrap_test.go
Expand Up @@ -12,12 +12,11 @@ import (
ign3types "github.com/coreos/ignition/v2/config/v3_2/types"

"github.com/ghodss/yaml"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

configv1 "github.com/openshift/api/config/v1"
_ "github.com/openshift/api/config/v1/zz_generated.crd-manifests"
mcfgv1 "github.com/openshift/api/machineconfiguration/v1"
apioperatorsv1alpha1 "github.com/openshift/api/operator/v1alpha1"
_ "github.com/openshift/api/operator/v1alpha1/zz_generated.crd-manifests"
featuregatescontroller "github.com/openshift/cluster-config-operator/pkg/operator/featuregates"
"github.com/openshift/machine-config-operator/internal/clients"
"github.com/openshift/machine-config-operator/pkg/controller/bootstrap"
Expand All @@ -30,6 +29,8 @@ import (
"github.com/openshift/machine-config-operator/pkg/version"
"github.com/openshift/machine-config-operator/test/framework"
"github.com/openshift/machine-config-operator/test/helpers"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

corev1 "k8s.io/api/core/v1"
apierrors "k8s.io/apimachinery/pkg/api/errors"
Expand Down Expand Up @@ -60,6 +61,7 @@ type fixture struct {
}

func TestE2EBootstrap(t *testing.T) {

ctx := context.Background()

testEnv := framework.NewTestEnv(t)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 817ae18

Please sign in to comment.