Skip to content

Commit

Permalink
Merge pull request #119 from AKamyshnikova/e2e-fix
Browse files Browse the repository at this point in the history
[e2e tests] Fix api version for casskop custom resources
  • Loading branch information
AKamyshnikova authored Jul 7, 2023
2 parents a91b2ae + ed81687 commit cc82d7a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test/kuttl/backup-restore/00-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ status:
currentReplicas: 2
replicas: 2
---
apiVersion: db.orange.com/v1alpha1
apiVersion: db.orange.com/v2
kind: CassandraCluster
metadata:
name: cassandra-e2e
Expand Down
2 changes: 1 addition & 1 deletion test/kuttl/backup-restore/00-createCluster.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: db.orange.com/v1alpha1
apiVersion: db.orange.com/v2
kind: CassandraCluster
metadata:
name: cassandra-e2e
Expand Down
2 changes: 1 addition & 1 deletion test/kuttl/backup-restore/02-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: kuttl.dev/v1beta1
kind: TestAssert
timeout: 500
---
apiVersion: db.orange.com/v1alpha1
apiVersion: db.orange.com/v2
kind: CassandraBackup
metadata:
name: backup-compat-tests
Expand Down
2 changes: 1 addition & 1 deletion test/kuttl/backup-restore/02-backup.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: db.orange.com/v1alpha1
apiVersion: db.orange.com/v2
kind: CassandraBackup
metadata:
name: backup-compat-tests
Expand Down
2 changes: 1 addition & 1 deletion test/kuttl/backup-restore/03-assert.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: db.orange.com/v1alpha1
apiVersion: db.orange.com/v2
kind: CassandraRestore
metadata:
name: restore-compat-tests
Expand Down
2 changes: 1 addition & 1 deletion test/kuttl/backup-restore/03-restore.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: db.orange.com/v1alpha1
apiVersion: db.orange.com/v2
kind: CassandraRestore
metadata:
name: restore-compat-tests
Expand Down

0 comments on commit cc82d7a

Please sign in to comment.