Skip to content

Commit

Permalink
Add VolumeGroupReplication tests
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Gershkovich <[email protected]>
  • Loading branch information
ELENAGER committed Jun 13, 2024
1 parent 06a3799 commit 2ac2acc
Show file tree
Hide file tree
Showing 4 changed files with 682 additions and 1 deletion.
4 changes: 4 additions & 0 deletions controllers/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import (
snapv1 "github.com/kubernetes-csi/external-snapshotter/client/v4/apis/volumesnapshot/v1"
ocmclv1 "github.com/open-cluster-management/api/cluster/v1"
ocmworkv1 "github.com/open-cluster-management/api/work/v1"
volgroup "github.com/rakeshgm/volgroup-shim-operator/api/v1alpha1"
viewv1beta1 "github.com/stolostron/multicloud-operators-foundation/pkg/apis/view/v1beta1"
plrv1 "github.com/stolostron/multicloud-operators-placementrule/pkg/apis/apps/v1"
cpcv1 "open-cluster-management.io/config-policy-controller/api/v1"
Expand Down Expand Up @@ -200,6 +201,9 @@ var _ = BeforeSuite(func() {
err = volrep.AddToScheme(scheme.Scheme)
Expect(err).NotTo(HaveOccurred())

err = volgroup.AddToScheme(scheme.Scheme)
Expect(err).NotTo(HaveOccurred())

err = volsyncv1alpha1.AddToScheme(scheme.Scheme)
Expect(err).NotTo(HaveOccurred())

Expand Down
Loading

0 comments on commit 2ac2acc

Please sign in to comment.