-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[tests-only][full-ci] adding test coverage for sharing file with ocm #10565
base: master
Are you sure you want to change the base?
Conversation
a67e608
to
8b0c0a3
Compare
8b0c0a3
to
ce979f2
Compare
Quality Gate passedIssues Measures |
@@ -611,3 +611,90 @@ Feature: an user shares resources using ScienceMesh application | |||
} | |||
} | |||
""" | |||
|
|||
@issue-10222 | |||
Scenario: user lists permissions of a resource shared to a federated user |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Scenario: user lists permissions of a resource shared to a federated user | |
Scenario: local user lists multiple federation shares |
| shareType | user | | ||
| permissionsRole | Viewer | | ||
| federatedServer | @federation-ocis-server:10200 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need to specifiy the federatedServer
in table as it was not used in the requests but used only for logical purpose previously
| shareType | user | | |
| permissionsRole | Viewer | | |
| federatedServer | @federation-ocis-server:10200 | | |
| shareType | user | | |
| permissionsRole | Viewer | |
Description
This PR adds test coverage for issue #10222
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: