Skip to content

Commit

Permalink
Space out test names
Browse files Browse the repository at this point in the history
  • Loading branch information
Kidswiss committed Jan 8, 2025
1 parent 2fd815e commit 54f5296
Show file tree
Hide file tree
Showing 62 changed files with 106 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tests/e2e/keycloak/00-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ spec:
parameters:
service:
fqdn: keycloak-e2e.example.com
security:
deletionProtection: false
writeConnectionSecretToRef:
name: keycloak-e2e
14 changes: 14 additions & 0 deletions tests/e2e/keycloak/01-delete.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Remove any leftover objects
apiVersion: kuttl.dev/v1beta1
kind: TestStep
delete:
- apiVersion: vshn.appcat.vshn.io/v1
kind: VSHNKeycloak
name: keycloak-e2e
- apiVersion: batch/v1
kind: Job
name: connect-keycloak-e2e
- apiVersion: v1
kind: Pod
labels:
e2e-test: keycloak-e2e
File renamed without changes.
10 changes: 10 additions & 0 deletions tests/e2e/keycloak/10-install.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: vshn.appcat.vshn.io/v1
kind: VSHNKeycloak
metadata:
name: keycloak-e2e
spec:
parameters:
service:
fqdn: keycloak-e2e.example.com
writeConnectionSecretToRef:
name: keycloak-e2e
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion tests/e2e/mariadb/00-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ metadata:
name: mariadb-e2e
spec:
parameters:
service:
instances: 3
security:
deletionProtection: false
size:
plan: standard-2
writeConnectionSecretToRef:
Expand Down
14 changes: 14 additions & 0 deletions tests/e2e/mariadb/01-delete.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: kuttl.dev/v1beta1
kind: TestStep
delete:
# This will wait until resources are really gone
- apiVersion: batch/v1
kind: Job
name: connect-mariadb
- apiVersion: v1
kind: Pod
labels:
e2e-test: mariadb
- apiVersion: vshn.appcat.vshn.io/v1
kind: VSHNMariaDB
name: mariadb-e2e
File renamed without changes.
11 changes: 11 additions & 0 deletions tests/e2e/mariadb/10-install.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: vshn.appcat.vshn.io/v1
kind: VSHNMariaDB
metadata:
name: mariadb-e2e
spec:
parameters:
service:
size:
plan: standard-2
writeConnectionSecretToRef:
name: mariadb-creds
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions tests/e2e/nextcloud/00-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ spec:
service:
fqdn:
- nextcloud-e2e.example.com
security:
deletionProtection: false
writeConnectionSecretToRef:
name: nextcloud-e2e
13 changes: 13 additions & 0 deletions tests/e2e/nextcloud/01-delete.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: kuttl.dev/v1beta1
kind: TestStep
delete:
- apiVersion: vshn.appcat.vshn.io/v1
kind: VSHNNextcloud
name: nextcloud-e2e
- apiVersion: batch/v1
kind: Job
name: connect-nextcloud-e2e
- apiVersion: v1
kind: Pod
labels:
e2e-test: nextcloud-e2e
File renamed without changes.
11 changes: 11 additions & 0 deletions tests/e2e/nextcloud/10-install.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: vshn.appcat.vshn.io/v1
kind: VSHNNextcloud
metadata:
name: nextcloud-e2e
spec:
parameters:
service:
fqdn:
- nextcloud-e2e.example.com
writeConnectionSecretToRef:
name: nextcloud-e2e
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions tests/e2e/redis/00-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ metadata:
name: redis-e2e-test
spec:
parameters:
security:
deletionProtection: false
size:
plan: standard-2
writeConnectionSecretToRef:
Expand Down
14 changes: 14 additions & 0 deletions tests/e2e/redis/01-delete.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: kuttl.dev/v1beta1
kind: TestStep
delete:
# This will wait until resources are really gone
- apiVersion: batch/v1
kind: Job
name: connect-redis
- apiVersion: v1
kind: Pod
labels:
e2e-test: redis
- apiVersion: vshn.appcat.vshn.io/v1
kind: VSHNRedis
name: redis-e2e-test
File renamed without changes.
10 changes: 10 additions & 0 deletions tests/e2e/redis/10-install.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: vshn.appcat.vshn.io/v1
kind: VSHNRedis
metadata:
name: redis-e2e-test
spec:
parameters:
size:
plan: standard-2
writeConnectionSecretToRef:
name: redis-e2e-test-creds
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 54f5296

Please sign in to comment.