-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some of the statusfields in the status object will never actually become true, even thought the instance comes up correctly. These status fields are deprecated and we have proper replacements for them. However Redis hasn't yet been migrated to comp functions. So for now we don't assert these fields anymore to make sure the e2e tests work again. Other changes: - Make sure to remove any old claims before running - Leave more spaces between the test names, so we don't have to rename all if we want to add one in between - Make maintenance script sturdier
- Loading branch information
Showing
68 changed files
with
148 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ kind: TestSuite | |
testDirs: | ||
- ./test/e2e/ | ||
namespace: appcat-e2e | ||
parallel: 1 | ||
parallel: 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
apiVersion: vshn.appcat.vshn.io/v1 | ||
kind: VSHNPostgreSQL | ||
metadata: | ||
name: postgresql-e2e-test | ||
spec: | ||
parameters: | ||
size: | ||
plan: standard-2 | ||
security: | ||
deletionProtection: false | ||
service: | ||
vacuumEnabled: true | ||
repackEnabled: false | ||
writeConnectionSecretToRef: | ||
name: postgresql-e2e-test-creds |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-postgresql | ||
- apiVersion: v1 | ||
kind: Pod | ||
labels: | ||
e2e-test: postgresql | ||
- apiVersion: vshn.appcat.vshn.io/v1 | ||
kind: VSHNPostgreSQL | ||
name: postgresql-e2e-test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters