Compare commits
34 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
87667668d1 | ||
|
|
ab04021601 | ||
|
|
176b5810aa | ||
|
|
4368e0c673 | ||
|
|
8b7d05939d | ||
|
|
1d46a5bdaa | ||
|
|
a4fd1c5cdf | ||
|
|
662bc07b04 | ||
|
|
deb66b51fd | ||
|
|
ad11cc259c | ||
|
|
ec027cf543 | ||
|
|
d1378c0987 | ||
|
|
8e7fc46031 | ||
|
|
29a9d3b672 | ||
|
|
b204c1d5f4 | ||
|
|
8107d46c3c | ||
|
|
3755d9f5c7 | ||
|
|
86d52a34fb | ||
|
|
f119bafbd8 | ||
|
|
834eacb12d | ||
|
|
81f6c25a62 | ||
|
|
b1dba1b7ed | ||
|
|
8011fe0bbf | ||
|
|
6085e1abc7 | ||
|
|
a5a5639b48 | ||
|
|
fd99f3eeb1 | ||
|
|
7e4ef35ca1 | ||
|
|
d04c5bf3bb | ||
|
|
fd59df5b07 | ||
|
|
512dd82e1a | ||
|
|
00222771cf | ||
|
|
70ecebdf87 | ||
|
|
53517468e1 | ||
|
|
6333e1e394 |
6
Chart.lock
Normal file
6
Chart.lock
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
dependencies:
|
||||||
|
- name: mailpit
|
||||||
|
repository: https://jouve.github.io/charts
|
||||||
|
version: 0.18.1
|
||||||
|
digest: sha256:b98d7b2240c5db92c98e7a05079ef2c0d8522a847cdf4a4cdd25d6c0e02e5f30
|
||||||
|
generated: "2024-07-01T15:47:17.121913226+02:00"
|
||||||
@ -1,7 +1,7 @@
|
|||||||
name: testsuite
|
name: testsuite
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
version: 4.0.0-113
|
version: 4.0.1-0
|
||||||
appVersion: 4.0.0-100
|
appVersion: 4.0.0-110
|
||||||
description: The one and only gin-testsuite
|
description: The one and only gin-testsuite
|
||||||
home: https://knecon.com
|
home: https://knecon.com
|
||||||
icon: https://instantli.com/wp-content/uploads/2018/11/testsuite.png
|
icon: https://instantli.com/wp-content/uploads/2018/11/testsuite.png
|
||||||
@ -12,4 +12,9 @@ maintainers:
|
|||||||
email: lena.maldacker@knecon.com
|
email: lena.maldacker@knecon.com
|
||||||
- name: Rosario Allegro
|
- name: Rosario Allegro
|
||||||
email: rosario.allegro@knecon.com
|
email: rosario.allegro@knecon.com
|
||||||
|
dependencies:
|
||||||
|
- name: mailpit
|
||||||
|
version: ~0.18.1
|
||||||
|
repository: https://jouve.github.io/charts
|
||||||
|
condition: mailpit.enabled
|
||||||
engine: gotpl
|
engine: gotpl
|
||||||
|
|||||||
BIN
charts/mailpit-0.18.1.tgz
Normal file
BIN
charts/mailpit-0.18.1.tgz
Normal file
Binary file not shown.
@ -48,8 +48,6 @@ spec:
|
|||||||
value: {{ .Values.basic.runVersion | quote }}
|
value: {{ .Values.basic.runVersion | quote }}
|
||||||
- name: RUN_CONTROLLER
|
- name: RUN_CONTROLLER
|
||||||
value: {{ .Values.basic.runController | quote }}
|
value: {{ .Values.basic.runController | quote }}
|
||||||
- name: GATEWAY_PORT
|
|
||||||
value: {{ .Values.basic.gatewayPort | quote }}
|
|
||||||
- name: RUN_DEBUG_MODE
|
- name: RUN_DEBUG_MODE
|
||||||
value: {{ .Values.basic.runDebugMode | quote }}
|
value: {{ .Values.basic.runDebugMode | quote }}
|
||||||
- name: REALM_1
|
- name: REALM_1
|
||||||
@ -110,6 +108,10 @@ spec:
|
|||||||
value: {{ .Values.test.config.loadtest.rps | quote }}
|
value: {{ .Values.test.config.loadtest.rps | quote }}
|
||||||
- name: LOADTEST_DURATION
|
- name: LOADTEST_DURATION
|
||||||
value: {{ .Values.test.config.loadtest.duration | quote }}
|
value: {{ .Values.test.config.loadtest.duration | quote }}
|
||||||
|
- name: DEBUG_FILE
|
||||||
|
value: {{ .Values.test.config.debug.file | quote }}
|
||||||
|
- name: DEBUG_DOSSIER
|
||||||
|
value: {{ .Values.test.config.debug.dossier | quote }}
|
||||||
- name: INFRA_USER
|
- name: INFRA_USER
|
||||||
value: {{ .Values.test.config.infratest.user | quote }}
|
value: {{ .Values.test.config.infratest.user | quote }}
|
||||||
- name: INFRA_PASSWORD
|
- name: INFRA_PASSWORD
|
||||||
@ -151,14 +153,12 @@ spec:
|
|||||||
value: {{ .Values.test.config.stats | quote }}
|
value: {{ .Values.test.config.stats | quote }}
|
||||||
- name: ENABLE_METRICS
|
- name: ENABLE_METRICS
|
||||||
value: {{ .Values.test.metrics.enabled | quote }}
|
value: {{ .Values.test.metrics.enabled | quote }}
|
||||||
- name: UI_HOST
|
|
||||||
value: "ui-service-v1"
|
|
||||||
- name: UI_PORT
|
- name: UI_PORT
|
||||||
value: {{ .Values.basic.uiPort | quote }}
|
value: {{ .Values.basic.uiPort | quote }}
|
||||||
- name: UI_HOST
|
- name: UI_HOST
|
||||||
value: {{ .Values.basic.uiHost | quote }}
|
value: {{ .Values.basic.uiHost | quote }}
|
||||||
- name: RUN_LOCALLY
|
- name: RUN_LOCALLY
|
||||||
value: {{ .Values.basic.runLocally | quote }}
|
value: {{ .Values.basic.runLocally | quote }}
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: "2000m"
|
cpu: "2000m"
|
||||||
@ -178,4 +178,4 @@ spec:
|
|||||||
defaultMode: 0400
|
defaultMode: 0400
|
||||||
secretName: ssh-keys-dvc
|
secretName: ssh-keys-dvc
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
@ -46,8 +46,6 @@ spec:
|
|||||||
value: {{ .Values.basic.runVersion | quote }}
|
value: {{ .Values.basic.runVersion | quote }}
|
||||||
- name: RUN_CONTROLLER
|
- name: RUN_CONTROLLER
|
||||||
value: {{ .Values.basic.runController | quote }}
|
value: {{ .Values.basic.runController | quote }}
|
||||||
- name: GATEWAY_PORT
|
|
||||||
value: {{ .Values.basic.gatewayPort | quote }}
|
|
||||||
- name: RUN_DEBUG_MODE
|
- name: RUN_DEBUG_MODE
|
||||||
value: {{ .Values.basic.runDebugMode | quote }}
|
value: {{ .Values.basic.runDebugMode | quote }}
|
||||||
- name: REALM_1
|
- name: REALM_1
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
password: 'Gc2lwTqkTzuRjfdpCiBr3gLHmlXtpb5cPVGokvaJF7g'
|
password: 'Gc2lwTqkTzuRjfdpCiBr3gLHmlXtpb5cPVGokvaJF7g'
|
||||||
url: 'https://cloud.knecon.com/remote.php/webdav'
|
url: 'https://cloud.knecon.com/remote.php/webdav'
|
||||||
dvc:
|
dvc:
|
||||||
address: "https://qa:glpat-ykugxhDzKX3hn9rFemHh@gitlab.knecon.com/redactmanager/qa/testsuite.git"
|
address: "https://qa:glpat-N49LyscqRkzM-X42Wsca@gitlab.knecon.com/redactmanager/qa/testsuite.git"
|
||||||
host: "vector.knecon.com"
|
host: "vector.knecon.com"
|
||||||
user: "automated-ocr"
|
user: "automated-ocr"
|
||||||
sshKey: |
|
sshKey: |
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
password: 'Gc2lwTqkTzuRjfdpCiBr3gLHmlXtpb5cPVGokvaJF7g'
|
password: 'Gc2lwTqkTzuRjfdpCiBr3gLHmlXtpb5cPVGokvaJF7g'
|
||||||
url: 'https://cloud.knecon.com/remote.php/webdav'
|
url: 'https://cloud.knecon.com/remote.php/webdav'
|
||||||
dvc:
|
dvc:
|
||||||
address: "https://qa:glpat-ykugxhDzKX3hn9rFemHh@gitlab.knecon.com/redactmanager/qa/testsuite.git"
|
address: "https://qa:glpat-N49LyscqRkzM-X42Wsca@gitlab.knecon.com/redactmanager/qa/testsuite.git"
|
||||||
host: "vector.knecon.com"
|
host: "vector.knecon.com"
|
||||||
user: "automated-ocr"
|
user: "automated-ocr"
|
||||||
sshKey: |
|
sshKey: |
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
email: 'admin@example.com'
|
email: 'admin@example.com'
|
||||||
password: 'JY9FGedkjL4APfg3qku8CuvwP9R3j5!'
|
password: 'JY9FGedkjL4APfg3qku8CuvwP9R3j5!'
|
||||||
runVersion: debug
|
runVersion: debug
|
||||||
runController: security-v2
|
runController: debug
|
||||||
gatewayPort: 8080
|
gatewayPort: 8080
|
||||||
keycloakDynamicUrl: true
|
keycloakDynamicUrl: true
|
||||||
keycloakPort: 443
|
keycloakPort: 443
|
||||||
@ -23,7 +23,7 @@
|
|||||||
password: 'Gc2lwTqkTzuRjfdpCiBr3gLHmlXtpb5cPVGokvaJF7g'
|
password: 'Gc2lwTqkTzuRjfdpCiBr3gLHmlXtpb5cPVGokvaJF7g'
|
||||||
url: 'https://cloud.knecon.com/remote.php/webdav'
|
url: 'https://cloud.knecon.com/remote.php/webdav'
|
||||||
dvc:
|
dvc:
|
||||||
address: "https://qa:glpat-ykugxhDzKX3hn9rFemHh@gitlab.knecon.com/redactmanager/qa/testsuite.git"
|
address: "https://qa:glpat-N49LyscqRkzM-X42Wsca@gitlab.knecon.com/redactmanager/qa/testsuite.git"
|
||||||
host: "vector.knecon.com"
|
host: "vector.knecon.com"
|
||||||
user: "automated-ocr"
|
user: "automated-ocr"
|
||||||
sshKey: |
|
sshKey: |
|
||||||
@ -81,3 +81,6 @@
|
|||||||
duration: '10'
|
duration: '10'
|
||||||
smoketest:
|
smoketest:
|
||||||
warmupWaitTime: '30'
|
warmupWaitTime: '30'
|
||||||
|
debug:
|
||||||
|
file: 'huge/Rules_File_500MB.pdf'
|
||||||
|
dossier: 'performance_project_huge'
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
password: 'Gc2lwTqkTzuRjfdpCiBr3gLHmlXtpb5cPVGokvaJF7g'
|
password: 'Gc2lwTqkTzuRjfdpCiBr3gLHmlXtpb5cPVGokvaJF7g'
|
||||||
url: 'https://cloud.knecon.com/remote.php/webdav'
|
url: 'https://cloud.knecon.com/remote.php/webdav'
|
||||||
dvc:
|
dvc:
|
||||||
address: "https://qa:glpat-ykugxhDzKX3hn9rFemHh@gitlab.knecon.com/redactmanager/qa/testsuite.git"
|
address: "https://qa:glpat-N49LyscqRkzM-X42Wsca@gitlab.knecon.com/redactmanager/qa/testsuite.git"
|
||||||
host: "vector.knecon.com"
|
host: "vector.knecon.com"
|
||||||
user: "automated-ocr"
|
user: "automated-ocr"
|
||||||
sshKey: |
|
sshKey: |
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
password: 'Gc2lwTqkTzuRjfdpCiBr3gLHmlXtpb5cPVGokvaJF7g'
|
password: 'Gc2lwTqkTzuRjfdpCiBr3gLHmlXtpb5cPVGokvaJF7g'
|
||||||
url: 'https://cloud.knecon.com/remote.php/webdav'
|
url: 'https://cloud.knecon.com/remote.php/webdav'
|
||||||
dvc:
|
dvc:
|
||||||
address: "https://qa:glpat-ykugxhDzKX3hn9rFemHh@gitlab.knecon.com/redactmanager/qa/testsuite.git"
|
address: "https://qa:glpat-N49LyscqRkzM-X42Wsca@gitlab.knecon.com/redactmanager/qa/testsuite.git"
|
||||||
host: "vector.knecon.com"
|
host: "vector.knecon.com"
|
||||||
user: "automated-ocr"
|
user: "automated-ocr"
|
||||||
sshKey: |
|
sshKey: |
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
password: 'Gc2lwTqkTzuRjfdpCiBr3gLHmlXtpb5cPVGokvaJF7g'
|
password: 'Gc2lwTqkTzuRjfdpCiBr3gLHmlXtpb5cPVGokvaJF7g'
|
||||||
url: 'https://cloud.knecon.com/remote.php/webdav'
|
url: 'https://cloud.knecon.com/remote.php/webdav'
|
||||||
dvc:
|
dvc:
|
||||||
address: "https://qa:glpat-ykugxhDzKX3hn9rFemHh@gitlab.knecon.com/redactmanager/qa/testsuite.git"
|
address: "https://qa:glpat-N49LyscqRkzM-X42Wsca@gitlab.knecon.com/redactmanager/qa/testsuite.git"
|
||||||
host: "vector.knecon.com"
|
host: "vector.knecon.com"
|
||||||
user: "automated-ocr"
|
user: "automated-ocr"
|
||||||
sshKey: |
|
sshKey: |
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
password: 'Gc2lwTqkTzuRjfdpCiBr3gLHmlXtpb5cPVGokvaJF7g'
|
password: 'Gc2lwTqkTzuRjfdpCiBr3gLHmlXtpb5cPVGokvaJF7g'
|
||||||
url: 'https://cloud.knecon.com/remote.php/webdav'
|
url: 'https://cloud.knecon.com/remote.php/webdav'
|
||||||
dvc:
|
dvc:
|
||||||
address: "https://qa:glpat-ykugxhDzKX3hn9rFemHh@gitlab.knecon.com/redactmanager/qa/testsuite.git"
|
address: "https://qa:glpat-N49LyscqRkzM-X42Wsca@gitlab.knecon.com/redactmanager/qa/testsuite.git"
|
||||||
host: "vector.knecon.com"
|
host: "vector.knecon.com"
|
||||||
user: "automated-ocr"
|
user: "automated-ocr"
|
||||||
sshKey: |
|
sshKey: |
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
password: 'Gc2lwTqkTzuRjfdpCiBr3gLHmlXtpb5cPVGokvaJF7g'
|
password: 'Gc2lwTqkTzuRjfdpCiBr3gLHmlXtpb5cPVGokvaJF7g'
|
||||||
url: 'https://cloud.knecon.com/remote.php/webdav'
|
url: 'https://cloud.knecon.com/remote.php/webdav'
|
||||||
dvc:
|
dvc:
|
||||||
address: "https://qa:glpat-ykugxhDzKX3hn9rFemHh@gitlab.knecon.com/redactmanager/qa/testsuite.git"
|
address: "https://qa:glpat-N49LyscqRkzM-X42Wsca@gitlab.knecon.com/redactmanager/qa/testsuite.git"
|
||||||
host: "vector.knecon.com"
|
host: "vector.knecon.com"
|
||||||
user: "automated-ocr"
|
user: "automated-ocr"
|
||||||
sshKey: |
|
sshKey: |
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
disablePostgres: false
|
disablePostgres: false
|
||||||
runDebugMode: false
|
runDebugMode: false
|
||||||
dvc:
|
dvc:
|
||||||
address: "https://qa:glpat-ykugxhDzKX3hn9rFemHh@gitlab.knecon.com/redactmanager/qa/testsuite.git"
|
address: "https://qa:glpat-N49LyscqRkzM-X42Wsca@gitlab.knecon.com/redactmanager/qa/testsuite.git"
|
||||||
host: "vector.knecon.com"
|
host: "vector.knecon.com"
|
||||||
user: "automated-ocr"
|
user: "automated-ocr"
|
||||||
sshKey: |
|
sshKey: |
|
||||||
|
|||||||
@ -22,7 +22,7 @@
|
|||||||
disablePostgres: false
|
disablePostgres: false
|
||||||
runDebugMode: true
|
runDebugMode: true
|
||||||
dvc:
|
dvc:
|
||||||
address: "https://qa:glpat-ykugxhDzKX3hn9rFemHh@gitlab.knecon.com/redactmanager/qa/testsuite.git"
|
address: "https://qa:glpat-N49LyscqRkzM-X42Wsca@gitlab.knecon.com/redactmanager/qa/testsuite.git"
|
||||||
host: "vector.knecon.com"
|
host: "vector.knecon.com"
|
||||||
user: "automated-ocr"
|
user: "automated-ocr"
|
||||||
sshKey: |
|
sshKey: |
|
||||||
|
|||||||
@ -27,7 +27,7 @@
|
|||||||
run_cleanup: true
|
run_cleanup: true
|
||||||
|
|
||||||
dvc:
|
dvc:
|
||||||
address: "https://qa:glpat-ykugxhDzKX3hn9rFemHh@gitlab.knecon.com/redactmanager/qa/testsuite.git"
|
address: "https://qa:glpat-N49LyscqRkzM-X42Wsca@gitlab.knecon.com/redactmanager/qa/testsuite.git"
|
||||||
host: "vector.knecon.com"
|
host: "vector.knecon.com"
|
||||||
user: "automated-ocr"
|
user: "automated-ocr"
|
||||||
sshKey: |
|
sshKey: |
|
||||||
|
|||||||
@ -14,7 +14,7 @@
|
|||||||
password: 'Gc2lwTqkTzuRjfdpCiBr3gLHmlXtpb5cPVGokvaJF7g!'
|
password: 'Gc2lwTqkTzuRjfdpCiBr3gLHmlXtpb5cPVGokvaJF7g!'
|
||||||
url: 'https://cloud.knecon.com/remote.php/webdav'
|
url: 'https://cloud.knecon.com/remote.php/webdav'
|
||||||
dvc:
|
dvc:
|
||||||
address: "https://qa:glpat-ykugxhDzKX3hn9rFemHh@gitlab.knecon.com/redactmanager/qa/testsuite.git"
|
address: "https://qa:glpat-N49LyscqRkzM-X42Wsca@gitlab.knecon.com/redactmanager/qa/testsuite.git"
|
||||||
host: "vector.knecon.com"
|
host: "vector.knecon.com"
|
||||||
user: "automated-ocr"
|
user: "automated-ocr"
|
||||||
sshKey: |
|
sshKey: |
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
password: 'Gc2lwTqkTzuRjfdpCiBr3gLHmlXtpb5cPVGokvaJF7g'
|
password: 'Gc2lwTqkTzuRjfdpCiBr3gLHmlXtpb5cPVGokvaJF7g'
|
||||||
url: 'https://cloud.knecon.com/remote.php/webdav'
|
url: 'https://cloud.knecon.com/remote.php/webdav'
|
||||||
dvc:
|
dvc:
|
||||||
address: "https://qa:glpat-ykugxhDzKX3hn9rFemHh@gitlab.knecon.com/redactmanager/qa/testsuite.git"
|
address: "https://qa:glpat-N49LyscqRkzM-X42Wsca@gitlab.knecon.com/redactmanager/qa/testsuite.git"
|
||||||
host: "vector.knecon.com"
|
host: "vector.knecon.com"
|
||||||
user: "automated-ocr"
|
user: "automated-ocr"
|
||||||
sshKey: |
|
sshKey: |
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
password: 'Gc2lwTqkTzuRjfdpCiBr3gLHmlXtpb5cPVGokvaJF7g'
|
password: 'Gc2lwTqkTzuRjfdpCiBr3gLHmlXtpb5cPVGokvaJF7g'
|
||||||
url: 'https://cloud.knecon.com/remote.php/webdav'
|
url: 'https://cloud.knecon.com/remote.php/webdav'
|
||||||
dvc:
|
dvc:
|
||||||
address: "https://qa:glpat-ykugxhDzKX3hn9rFemHh@gitlab.knecon.com/redactmanager/qa/testsuite.git"
|
address: "https://qa:glpat-N49LyscqRkzM-X42Wsca@gitlab.knecon.com/redactmanager/qa/testsuite.git"
|
||||||
host: "vector.knecon.com"
|
host: "vector.knecon.com"
|
||||||
user: "automated-ocr"
|
user: "automated-ocr"
|
||||||
sshKey: |
|
sshKey: |
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
password: 'Gc2lwTqkTzuRjfdpCiBr3gLHmlXtpb5cPVGokvaJF7g'
|
password: 'Gc2lwTqkTzuRjfdpCiBr3gLHmlXtpb5cPVGokvaJF7g'
|
||||||
url: 'https://cloud.knecon.com/remote.php/webdav'
|
url: 'https://cloud.knecon.com/remote.php/webdav'
|
||||||
dvc:
|
dvc:
|
||||||
address: "https://qa:glpat-ykugxhDzKX3hn9rFemHh@gitlab.knecon.com/redactmanager/qa/testsuite.git"
|
address: "https://qa:glpat-N49LyscqRkzM-X42Wsca@gitlab.knecon.com/redactmanager/qa/testsuite.git"
|
||||||
host: "vector.knecon.com"
|
host: "vector.knecon.com"
|
||||||
user: "automated-ocr"
|
user: "automated-ocr"
|
||||||
sshKey: |
|
sshKey: |
|
||||||
|
|||||||
@ -2,7 +2,6 @@
|
|||||||
global:
|
global:
|
||||||
testsuite_ui:
|
testsuite_ui:
|
||||||
enabled: true
|
enabled: true
|
||||||
version: 0.6.0
|
|
||||||
basic:
|
basic:
|
||||||
namespace:
|
namespace:
|
||||||
server: redaction
|
server: redaction
|
||||||
|
|||||||
@ -82,3 +82,9 @@
|
|||||||
wait_time_200_files: '10'
|
wait_time_200_files: '10'
|
||||||
processing_timeout_200_files: '50'
|
processing_timeout_200_files: '50'
|
||||||
run_cleanup: true
|
run_cleanup: true
|
||||||
|
debug:
|
||||||
|
file: 'huge/Rules_File_500MB.pdf'
|
||||||
|
dossier: 'performance_project_huge'
|
||||||
|
|
||||||
|
mailpit:
|
||||||
|
enabled: false
|
||||||
Loading…
x
Reference in New Issue
Block a user