Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
tests
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
Gaia-X
Trust Services API
tests
Commits
15cbec8e
Commit
15cbec8e
authored
2 years ago
by
Georgi Michev
Browse files
Options
Downloads
Patches
Plain Diff
Apply code review changes.
parent
a89c8214
No related branches found
Branches containing commit
No related tags found
1 merge request
!35
Add tests for evaluating policies and setting cache using header.
Pipeline
#54587
passed with stage
in 6 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test/resources/features/tsa/cache/v1/cache/GET.feature
+2
-2
2 additions, 2 deletions
src/test/resources/features/tsa/cache/v1/cache/GET.feature
with
2 additions
and
2 deletions
src/test/resources/features/tsa/cache/v1/cache/GET.feature
+
2
−
2
View file @
15cbec8e
...
...
@@ -40,8 +40,8 @@ Feature: API -TSA - Cache - v1/cache GET
Then
the status code should be {200}
And
the field {msg} has the value {successful setting the cache}
@
test
Scenario
:
TSA -
using header values for setting TTL on cache - Posi
tive
@
negative
Scenario
:
TSA -
Setting 10 seconds time to live and verifing it expires - Nega
tive
When
I load the REST request {Cache.json} with profile {successful_set}
And
I load value {test} into current request HEADER {x-cache-key}
And
I load value {10} into current request HEADER {x-cache-ttl}
...
...
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