Compare commits

..

No commits in common. "main" and "4.0.0-110" have entirely different histories.

22 changed files with 28 additions and 45 deletions

View File

@ -1,6 +0,0 @@
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"

View File

@ -1,7 +1,7 @@
name: testsuite
apiVersion: v2
version: 4.0.1-0
appVersion: 4.0.0-110
version: 4.0.0-110
appVersion: 4.0.0-96
description: The one and only gin-testsuite
home: https://knecon.com
icon: https://instantli.com/wp-content/uploads/2018/11/testsuite.png
@ -12,9 +12,4 @@ maintainers:
email: lena.maldacker@knecon.com
- name: Rosario Allegro
email: rosario.allegro@knecon.com
dependencies:
- name: mailpit
version: ~0.18.1
repository: https://jouve.github.io/charts
condition: mailpit.enabled
engine: gotpl

Binary file not shown.

View File

@ -48,6 +48,8 @@ spec:
value: {{ .Values.basic.runVersion | quote }}
- name: RUN_CONTROLLER
value: {{ .Values.basic.runController | quote }}
- name: GATEWAY_PORT
value: {{ .Values.basic.gatewayPort | quote }}
- name: RUN_DEBUG_MODE
value: {{ .Values.basic.runDebugMode | quote }}
- name: REALM_1
@ -108,10 +110,6 @@ spec:
value: {{ .Values.test.config.loadtest.rps | quote }}
- name: LOADTEST_DURATION
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
value: {{ .Values.test.config.infratest.user | quote }}
- name: INFRA_PASSWORD
@ -153,12 +151,14 @@ spec:
value: {{ .Values.test.config.stats | quote }}
- name: ENABLE_METRICS
value: {{ .Values.test.metrics.enabled | quote }}
- name: UI_HOST
value: "ui-service-v1"
- name: UI_PORT
value: {{ .Values.basic.uiPort | quote }}
- name: UI_HOST
value: {{ .Values.basic.uiHost | quote }}
- name: RUN_LOCALLY
value: {{ .Values.basic.runLocally | quote }}
value: {{ .Values.basic.runLocally | quote }}
resources:
limits:
cpu: "2000m"
@ -178,4 +178,4 @@ spec:
defaultMode: 0400
secretName: ssh-keys-dvc
{{- end }}
{{- end }}
{{- end }}

View File

@ -46,6 +46,8 @@ spec:
value: {{ .Values.basic.runVersion | quote }}
- name: RUN_CONTROLLER
value: {{ .Values.basic.runController | quote }}
- name: GATEWAY_PORT
value: {{ .Values.basic.gatewayPort | quote }}
- name: RUN_DEBUG_MODE
value: {{ .Values.basic.runDebugMode | quote }}
- name: REALM_1

View File

@ -23,7 +23,7 @@
password: 'Gc2lwTqkTzuRjfdpCiBr3gLHmlXtpb5cPVGokvaJF7g'
url: 'https://cloud.knecon.com/remote.php/webdav'
dvc:
address: "https://qa:glpat-N49LyscqRkzM-X42Wsca@gitlab.knecon.com/redactmanager/qa/testsuite.git"
address: "https://qa:glpat-ykugxhDzKX3hn9rFemHh@gitlab.knecon.com/redactmanager/qa/testsuite.git"
host: "vector.knecon.com"
user: "automated-ocr"
sshKey: |

View File

@ -23,7 +23,7 @@
password: 'Gc2lwTqkTzuRjfdpCiBr3gLHmlXtpb5cPVGokvaJF7g'
url: 'https://cloud.knecon.com/remote.php/webdav'
dvc:
address: "https://qa:glpat-N49LyscqRkzM-X42Wsca@gitlab.knecon.com/redactmanager/qa/testsuite.git"
address: "https://qa:glpat-ykugxhDzKX3hn9rFemHh@gitlab.knecon.com/redactmanager/qa/testsuite.git"
host: "vector.knecon.com"
user: "automated-ocr"
sshKey: |

View File

@ -12,7 +12,7 @@
email: 'admin@example.com'
password: 'JY9FGedkjL4APfg3qku8CuvwP9R3j5!'
runVersion: debug
runController: debug
runController: security-v2
gatewayPort: 8080
keycloakDynamicUrl: true
keycloakPort: 443
@ -23,7 +23,7 @@
password: 'Gc2lwTqkTzuRjfdpCiBr3gLHmlXtpb5cPVGokvaJF7g'
url: 'https://cloud.knecon.com/remote.php/webdav'
dvc:
address: "https://qa:glpat-N49LyscqRkzM-X42Wsca@gitlab.knecon.com/redactmanager/qa/testsuite.git"
address: "https://qa:glpat-ykugxhDzKX3hn9rFemHh@gitlab.knecon.com/redactmanager/qa/testsuite.git"
host: "vector.knecon.com"
user: "automated-ocr"
sshKey: |
@ -81,6 +81,3 @@
duration: '10'
smoketest:
warmupWaitTime: '30'
debug:
file: 'huge/Rules_File_500MB.pdf'
dossier: 'performance_project_huge'

View File

@ -23,7 +23,7 @@
password: 'Gc2lwTqkTzuRjfdpCiBr3gLHmlXtpb5cPVGokvaJF7g'
url: 'https://cloud.knecon.com/remote.php/webdav'
dvc:
address: "https://qa:glpat-N49LyscqRkzM-X42Wsca@gitlab.knecon.com/redactmanager/qa/testsuite.git"
address: "https://qa:glpat-ykugxhDzKX3hn9rFemHh@gitlab.knecon.com/redactmanager/qa/testsuite.git"
host: "vector.knecon.com"
user: "automated-ocr"
sshKey: |

View File

@ -23,7 +23,7 @@
password: 'Gc2lwTqkTzuRjfdpCiBr3gLHmlXtpb5cPVGokvaJF7g'
url: 'https://cloud.knecon.com/remote.php/webdav'
dvc:
address: "https://qa:glpat-N49LyscqRkzM-X42Wsca@gitlab.knecon.com/redactmanager/qa/testsuite.git"
address: "https://qa:glpat-ykugxhDzKX3hn9rFemHh@gitlab.knecon.com/redactmanager/qa/testsuite.git"
host: "vector.knecon.com"
user: "automated-ocr"
sshKey: |

View File

@ -21,7 +21,7 @@
password: 'Gc2lwTqkTzuRjfdpCiBr3gLHmlXtpb5cPVGokvaJF7g'
url: 'https://cloud.knecon.com/remote.php/webdav'
dvc:
address: "https://qa:glpat-N49LyscqRkzM-X42Wsca@gitlab.knecon.com/redactmanager/qa/testsuite.git"
address: "https://qa:glpat-ykugxhDzKX3hn9rFemHh@gitlab.knecon.com/redactmanager/qa/testsuite.git"
host: "vector.knecon.com"
user: "automated-ocr"
sshKey: |

View File

@ -23,7 +23,7 @@
password: 'Gc2lwTqkTzuRjfdpCiBr3gLHmlXtpb5cPVGokvaJF7g'
url: 'https://cloud.knecon.com/remote.php/webdav'
dvc:
address: "https://qa:glpat-N49LyscqRkzM-X42Wsca@gitlab.knecon.com/redactmanager/qa/testsuite.git"
address: "https://qa:glpat-ykugxhDzKX3hn9rFemHh@gitlab.knecon.com/redactmanager/qa/testsuite.git"
host: "vector.knecon.com"
user: "automated-ocr"
sshKey: |

View File

@ -19,7 +19,7 @@
password: 'Gc2lwTqkTzuRjfdpCiBr3gLHmlXtpb5cPVGokvaJF7g'
url: 'https://cloud.knecon.com/remote.php/webdav'
dvc:
address: "https://qa:glpat-N49LyscqRkzM-X42Wsca@gitlab.knecon.com/redactmanager/qa/testsuite.git"
address: "https://qa:glpat-ykugxhDzKX3hn9rFemHh@gitlab.knecon.com/redactmanager/qa/testsuite.git"
host: "vector.knecon.com"
user: "automated-ocr"
sshKey: |

View File

@ -20,7 +20,7 @@
disablePostgres: false
runDebugMode: false
dvc:
address: "https://qa:glpat-N49LyscqRkzM-X42Wsca@gitlab.knecon.com/redactmanager/qa/testsuite.git"
address: "https://qa:glpat-ykugxhDzKX3hn9rFemHh@gitlab.knecon.com/redactmanager/qa/testsuite.git"
host: "vector.knecon.com"
user: "automated-ocr"
sshKey: |

View File

@ -22,7 +22,7 @@
disablePostgres: false
runDebugMode: true
dvc:
address: "https://qa:glpat-N49LyscqRkzM-X42Wsca@gitlab.knecon.com/redactmanager/qa/testsuite.git"
address: "https://qa:glpat-ykugxhDzKX3hn9rFemHh@gitlab.knecon.com/redactmanager/qa/testsuite.git"
host: "vector.knecon.com"
user: "automated-ocr"
sshKey: |

View File

@ -27,7 +27,7 @@
run_cleanup: true
dvc:
address: "https://qa:glpat-N49LyscqRkzM-X42Wsca@gitlab.knecon.com/redactmanager/qa/testsuite.git"
address: "https://qa:glpat-ykugxhDzKX3hn9rFemHh@gitlab.knecon.com/redactmanager/qa/testsuite.git"
host: "vector.knecon.com"
user: "automated-ocr"
sshKey: |

View File

@ -14,7 +14,7 @@
password: 'Gc2lwTqkTzuRjfdpCiBr3gLHmlXtpb5cPVGokvaJF7g!'
url: 'https://cloud.knecon.com/remote.php/webdav'
dvc:
address: "https://qa:glpat-N49LyscqRkzM-X42Wsca@gitlab.knecon.com/redactmanager/qa/testsuite.git"
address: "https://qa:glpat-ykugxhDzKX3hn9rFemHh@gitlab.knecon.com/redactmanager/qa/testsuite.git"
host: "vector.knecon.com"
user: "automated-ocr"
sshKey: |

View File

@ -23,7 +23,7 @@
password: 'Gc2lwTqkTzuRjfdpCiBr3gLHmlXtpb5cPVGokvaJF7g'
url: 'https://cloud.knecon.com/remote.php/webdav'
dvc:
address: "https://qa:glpat-N49LyscqRkzM-X42Wsca@gitlab.knecon.com/redactmanager/qa/testsuite.git"
address: "https://qa:glpat-ykugxhDzKX3hn9rFemHh@gitlab.knecon.com/redactmanager/qa/testsuite.git"
host: "vector.knecon.com"
user: "automated-ocr"
sshKey: |

View File

@ -23,7 +23,7 @@
password: 'Gc2lwTqkTzuRjfdpCiBr3gLHmlXtpb5cPVGokvaJF7g'
url: 'https://cloud.knecon.com/remote.php/webdav'
dvc:
address: "https://qa:glpat-N49LyscqRkzM-X42Wsca@gitlab.knecon.com/redactmanager/qa/testsuite.git"
address: "https://qa:glpat-ykugxhDzKX3hn9rFemHh@gitlab.knecon.com/redactmanager/qa/testsuite.git"
host: "vector.knecon.com"
user: "automated-ocr"
sshKey: |

View File

@ -19,7 +19,7 @@
password: 'Gc2lwTqkTzuRjfdpCiBr3gLHmlXtpb5cPVGokvaJF7g'
url: 'https://cloud.knecon.com/remote.php/webdav'
dvc:
address: "https://qa:glpat-N49LyscqRkzM-X42Wsca@gitlab.knecon.com/redactmanager/qa/testsuite.git"
address: "https://qa:glpat-ykugxhDzKX3hn9rFemHh@gitlab.knecon.com/redactmanager/qa/testsuite.git"
host: "vector.knecon.com"
user: "automated-ocr"
sshKey: |

View File

@ -2,6 +2,7 @@
global:
testsuite_ui:
enabled: true
version: 0.6.0
basic:
namespace:
server: redaction
@ -17,4 +18,4 @@
pw: '58&bSTwaSDzsMW4K'
address: 'https://nexus.knecon.com/'
repository: 'qa-testdata'
group: '/ui'
group: '/ui-test-file'

View File

@ -82,9 +82,3 @@
wait_time_200_files: '10'
processing_timeout_200_files: '50'
run_cleanup: true
debug:
file: 'huge/Rules_File_500MB.pdf'
dossier: 'performance_project_huge'
mailpit:
enabled: false