Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vorgang-manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
app
vorgang-manager
Commits
fa8f90ab
Commit
fa8f90ab
authored
4 months ago
by
Felix Reichenbach
Browse files
Options
Downloads
Patches
Plain Diff
OZG-7037 split up helm tests
parent
f7838522
No related branches found
No related tags found
1 merge request
!2
Ozg 7037 configure xta client
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/test/helm/xta_keystore_secret_test.yaml
+46
-1
46 additions, 1 deletion
src/test/helm/xta_keystore_secret_test.yaml
src/test/helm/xta_truststore_secret_test.yaml
+46
-1
46 additions, 1 deletion
src/test/helm/xta_truststore_secret_test.yaml
with
92 additions
and
2 deletions
src/test/helm/xta_keystore_secret_test.yaml
+
46
−
1
View file @
fa8f90ab
...
...
@@ -29,7 +29,7 @@ release:
name
:
xta-adapter
namespace
:
helm-test
tests
:
-
it
:
should create keystore
with values
-
it
:
should create keystore
secret
set
:
ozgcloud
:
xta
:
...
...
@@ -40,23 +40,68 @@ tests:
asserts
:
-
isKind
:
of
:
Secret
-
it
:
should set api version
set
:
ozgcloud
:
xta
:
keystore
:
password
:
geheim
type
:
pkcs12
file
:
Z2VoZWltCg==
asserts
:
-
isAPIVersion
:
of
:
v1
-
it
:
should set value type
set
:
ozgcloud
:
xta
:
keystore
:
password
:
geheim
type
:
pkcs12
file
:
Z2VoZWltCg==
asserts
:
-
equal
:
path
:
type
value
:
Opaque
-
it
:
should set metadate values
set
:
ozgcloud
:
xta
:
keystore
:
password
:
geheim
type
:
pkcs12
file
:
Z2VoZWltCg==
asserts
:
-
equal
:
path
:
metadata.name
value
:
xta-keystore
-
equal
:
path
:
metadata.namespace
value
:
helm-test
-
it
:
should set springData values
set
:
ozgcloud
:
xta
:
keystore
:
password
:
geheim
type
:
pkcs12
file
:
Z2VoZWltCg==
asserts
:
-
equal
:
path
:
stringData.password
value
:
geheim
-
equal
:
path
:
stringData.type
value
:
pkcs12
-
it
:
should set value for data.file
set
:
ozgcloud
:
xta
:
keystore
:
password
:
geheim
type
:
pkcs12
file
:
Z2VoZWltCg==
asserts
:
-
equal
:
path
:
data.file
value
:
Z2VoZWltCg==
...
...
This diff is collapsed.
Click to expand it.
src/test/helm/xta_truststore_secret_test.yaml
+
46
−
1
View file @
fa8f90ab
...
...
@@ -29,7 +29,7 @@ release:
name
:
xta-adapter
namespace
:
helm-test
tests
:
-
it
:
should create truststore
with values
-
it
:
should create truststore
secret
set
:
ozgcloud
:
xta
:
...
...
@@ -40,23 +40,68 @@ tests:
asserts
:
-
isKind
:
of
:
Secret
-
it
:
should set api version
set
:
ozgcloud
:
xta
:
truststore
:
password
:
geheim
type
:
JKS
file
:
Z2VoZWltCg==
asserts
:
-
isAPIVersion
:
of
:
v1
-
it
:
should set value for type
set
:
ozgcloud
:
xta
:
truststore
:
password
:
geheim
type
:
JKS
file
:
Z2VoZWltCg==
asserts
:
-
equal
:
path
:
type
value
:
Opaque
-
it
:
should set values for metadata
set
:
ozgcloud
:
xta
:
truststore
:
password
:
geheim
type
:
JKS
file
:
Z2VoZWltCg==
asserts
:
-
equal
:
path
:
metadata.name
value
:
xta-truststore
-
equal
:
path
:
metadata.namespace
value
:
helm-test
-
it
:
should set stringData values
set
:
ozgcloud
:
xta
:
truststore
:
password
:
geheim
type
:
JKS
file
:
Z2VoZWltCg==
asserts
:
-
equal
:
path
:
stringData.password
value
:
geheim
-
equal
:
path
:
stringData.type
value
:
JKS
-
it
:
should set value data.file
set
:
ozgcloud
:
xta
:
truststore
:
password
:
geheim
type
:
JKS
file
:
Z2VoZWltCg==
asserts
:
-
equal
:
path
:
data.file
value
:
Z2VoZWltCg==
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment