Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bdd
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
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
Organization Credential Manager
bdd
Commits
bb02e47c
Commit
bb02e47c
authored
2 years ago
by
Rosen Georgiev
Browse files
Options
Downloads
Patches
Plain Diff
code review comments fix
parent
0c1ab561
No related branches found
No related tags found
1 merge request
!21
added tests for get credentils with filters
Pipeline
#59540
failed with stage
in 11 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test/resources/features/ocm/attestation/v1/credential/GET.feature
+2
-2
2 additions, 2 deletions
...ources/features/ocm/attestation/v1/credential/GET.feature
with
2 additions
and
2 deletions
src/test/resources/features/ocm/attestation/v1/credential/GET.feature
+
2
−
2
View file @
bb02e47c
...
...
@@ -51,7 +51,7 @@ Feature: API - OCM - attestation - v1 - credential GET
And
the field {$.data.records} contains {5} elements
@cred
@negative
Scenario Outline
:
OCM - Attestation - Try to Get a credential with filter <
credDefId
> and value <value> - Negative
Scenario Outline
:
OCM - Attestation - Try to Get a credential with filter <
filter
> and value <value> - Negative
Then
I get specific credential with filter {
<filter>
} and value {
<value>
} via OCM api
And
the status code should be {
<code>
}
And
the field {message} contains the value {
<msg>
}
...
...
@@ -69,7 +69,7 @@ Feature: API - OCM - attestation - v1 - credential GET
|
threadId
|
2ewqeadasdadasda
|
404
|
No
Data
found
|
404
|
@cred
Scenario Outline
:
OCM - Attestation - Get a credential with filter <
credDefId
> - Positive
Scenario Outline
:
OCM - Attestation - Get a credential with filter <
filter
> - Positive
#Get all credentials to choose 1 and get its data to be able to filter after that
Given
I get all credentials with pageSize {20} and page {0} via OCM api
And
the status code should be {200}
...
...
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