Skip to content

Commit

Permalink
Update e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ccremer committed Sep 28, 2022
1 parent 8676591 commit 9375a6b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
3 changes: 3 additions & 0 deletions test/controllerconfig-cloudscale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ metadata:
name: providerconfig-cloudscale
spec:
imagePullPolicy: IfNotPresent
env:
- name: LOG_LEVEL
value: "1"
3 changes: 1 addition & 2 deletions test/e2e/provider/00-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ kind: TestAssert
apiVersion: cloudscale.crossplane.io/v1
kind: ObjectsUser
metadata:
annotations:
kuttl: '00-install'
name: e2e-test-objectsuser
spec:
deletionPolicy: Delete
forProvider:
Expand Down
2 changes: 0 additions & 2 deletions test/e2e/provider/00-install-user.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
apiVersion: cloudscale.crossplane.io/v1
kind: ObjectsUser
metadata:
annotations:
kuttl: '00-install'
name: e2e-test-objectsuser
spec:
forProvider:
Expand Down
3 changes: 2 additions & 1 deletion test/e2e/provider/01-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ apiVersion: cloudscale.crossplane.io/v1
kind: Bucket
metadata:
annotations:
kuttl: '01-install'
cloudscale.crossplane.io/lock: claimed
name: e2e-test-bucket
spec:
deletionPolicy: Delete
forProvider:
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/provider/01-install-bucket.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: cloudscale.crossplane.io/v1
kind: Bucket
metadata:
annotations:
kuttl: '01-install'
cloudscale.crossplane.io/lock: claimed
name: e2e-test-bucket
spec:
forProvider:
Expand Down

0 comments on commit 9375a6b

Please sign in to comment.