Resolve "Implement integration tests for RBAC"
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
-
Bug fix (non-breaking change which fixes an issue) -
New feature (non-breaking change which adds functionality) -
Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
-
My code follows the code style of this project. -
My change requires a change to the documentation. -
I have updated the documentation accordingly. -
I have read the CONTRIBUTING document. -
I have added tests to cover my changes. -
All new and existing tests passed.
Related to #340
Merge request reports
Activity
added goSDN priorityhigh statusongoing typeimprovement labels
assigned to @hda11249
added 1 commit
- ebbdc129 - started adding user creation and modification test, not working
added 7 commits
-
ebbdc129...034136a5 - 6 commits from branch
master
- 485b1a8f - Merge branch 'master' into 340-implement-integration-tests-for-rbac
-
ebbdc129...034136a5 - 6 commits from branch
added 1 commit
- 4f73ff08 - added cleanup utility for users and roles, reverted small workaround in test
added 1 commit
- 8577ca91 - added option to add role with id, add role adding and manipulation tests
added 9 commits
-
8577ca91...fcf28de9 - 8 commits from branch
master
- e70ef2c4 - Merge branch 'master' into 340-implement-integration-tests-for-rbac
-
8577ca91...fcf28de9 - 8 commits from branch
- Resolved by Neil-Jocelyn Schark
- Resolved by Neil-Jocelyn Schark
- Resolved by Neil-Jocelyn Schark
- Resolved by Neil-Jocelyn Schark
- Resolved by Neil-Jocelyn Schark
General question, where do we put tests like
is this user allowed to access this devices
? Should it go into rbac or device tests? My first idea would be to put them into the rbac tests.
requested review from @neil.schark
Please register or sign in to reply