Skip to content

Commit

Permalink
keycloak tests
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Mar 12, 2024
1 parent c1c524e commit 2371ed1
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 7 deletions.
3 changes: 2 additions & 1 deletion tests/e2e/keycloak/00-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ spec:
instances: 1
relativePath: /
serviceLevel: besteffort
version: 23.0.5-202402021353-44-af6cea11
version: "23"
#version: 23.0.5-202402021353-44-af6cea11
size:
plan: standard-2
tls:
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/keycloak/01-connect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
- bash
args:
- -c
- echo "Testing health...\n" && curl -ivv http://$KEYCLOAK_HOST/health
- echo "Testing health...\n" && sleep 30 && curl -ivv http://$KEYCLOAK_HOST/health
envFrom:
- secretRef:
name: keycloak-e2e
Expand Down
3 changes: 1 addition & 2 deletions tests/e2e/kuttl-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ apiVersion: kuttl.dev/v1beta1
kind: TestSuite
testDirs:
- ./test/e2e/
namespace: appcat-e2e
timeout: 120
namespace: widera-testing
1 change: 0 additions & 1 deletion tests/e2e/mariadb/00-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ kind: Secret
type: connection.crossplane.io/v1alpha1
metadata:
name: mariadb-creds
namespace: appcat-e2e
ownerReferences:
- apiVersion: vshn.appcat.vshn.io/v1
kind: VSHNMariaDB
Expand Down
1 change: 0 additions & 1 deletion tests/e2e/postgresql/00-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: vshn.appcat.vshn.io/v1
kind: VSHNPostgreSQL
metadata:
name: postgresql-e2e-test
namespace: appcat-e2e
spec:
parameters:
backup:
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/redis/00-assert.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: kuttl.dev/v1beta1
kind: TestAssert
timeout: 180
timeout: 600
---
apiVersion: vshn.appcat.vshn.io/v1
kind: VSHNRedis
Expand Down

0 comments on commit 2371ed1

Please sign in to comment.