Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dm-docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
DM
dm-docs
Commits
ac06f75f
Commit
ac06f75f
authored
3 years ago
by
hparraga
Browse files
Options
Downloads
Patches
Plain Diff
create globus groups test guide
parent
ad55701e
No related branches found
Branches containing commit
No related tags found
1 merge request
!5
Create test checklist for globus groups and workflows
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
quality_assurance/DMGlobusGroupsTestGuide.md
+67
-0
67 additions, 0 deletions
quality_assurance/DMGlobusGroupsTestGuide.md
with
67 additions
and
0 deletions
quality_assurance/DMGlobusGroupsTestGuide.md
0 → 100644
+
67
−
0
View file @
ac06f75f
# Data Management Globus Groups Test Guide
## Running the Test Suite
Be sure the services are running. Services live in
`data-management/etc/init.d`
To run the test cases:
```
source etc/dm.setup.sh
python test/python/dmtest/ds_web_service/api/test_globus_group_ds_api.py
```
## Coverage
To run with coverage:
```
python -m coverage run test_globus_group_ds_api.py
python -m coverage report
python -m coverage html #detailed html reports
```
Last run coverage: 0%
## Test Scenarios
### add globus group members
-
[ ] error if no experiment name
-
[ ] error if no usernames
-
[ ] adds members to groups
### add user system role
-
[ ] error if no user name
-
[ ] error if no role name
-
[ ] error if role name not
`Administrator`
or
`Manager`
-
[ ] error if no station name and role is
`Administrator`
-
[ ] error if station name and role is
`Manager`
-
[ ] assigns role to user
### create globus group
-
[ ] creates globus group
-
[ ] error if no experiment name
### delete globus group
-
[ ] deletes globus group
-
[ ] error if no experiment name
### delete globus group members
-
[ ] error if no experiment name
-
[ ] error if no usernames
-
[ ] deletes members from a group
### delete user system role
-
[ ] error if no user name
-
[ ] error if no role name
-
[ ] error if role name not
`Administrator`
or
`Manager`
-
[ ] error if no station name and role is
`Administrator`
-
[ ] error if station name and role is
`Manager`
-
[ ] deletes role from user
### get globus group
-
[ ] gives information about globus group
-
[ ] group can be found by experiment name or group id
-
[ ] error if experiment name and group id are both missing
### list globus groups
-
[ ] lists all globus groups for a station
-
[ ] if station name not given, uses station from config manager
\ No newline at end of file
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