Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bdd
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
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
6bb6107d
Commit
6bb6107d
authored
2 years ago
by
Suneet Bendre
Browse files
Options
Downloads
Plain Diff
Merge branch 'feature/principal-manager' into 'develop'
Principal manager bdds See merge request
!5
parents
c37220a1
5b7e1913
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!8
Develop
,
!5
Principal manager bdds
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
features/principal-manager/principalManager.feature
+17
-0
17 additions, 0 deletions
features/principal-manager/principalManager.feature
with
17 additions
and
0 deletions
features/principal-manager/principalManager.feature
0 → 100644
+
17
−
0
View file @
6bb6107d
Feature
:
Offer membership credentials
Offer the membership credentials to the holder when the connection is in complete state
Scenario
:
Process connection request when status is complete
Given
the connection status as complete
# Controller.ts -> connectionComplete
When
I evaluate status as complete
# Nats -> 'ATTESTATION_MANAGER_SERVICE/offerMemberShipCredentials'
Then
I called the offer membership credentials (attestation service)
And
get a successful response
Then
sends the response with message status connection received
Scenario
:
Process connection request when status is other than complete
Given
the connection status other than complete
# Controller.ts -> connectionComplete
When
I evaluate status as not complete
Then
sends the response with message connection status should be Complete
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