-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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] Add acceptance test to list all created local storage using occ command #36754
Conversation
tests/acceptance/features/cliLocalStorage/listLocalStorage.feature
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #36754 +/- ##
=========================================
Coverage 64.68% 64.68%
Complexity 19120 19120
=========================================
Files 1269 1269
Lines 74778 74778
Branches 1320 1320
=========================================
Hits 48372 48372
Misses 26018 26018
Partials 388 388
Continue to review full report at Codecov.
|
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.
This will be a good start.
Then we can add scenarios for local storage with different applicable users/groups etc, and check that those are listed.
tests/acceptance/features/cliLocalStorage/createLocalStorage.feature
Outdated
Show resolved
Hide resolved
tests/acceptance/features/cliLocalStorage/createLocalStorage.feature
Outdated
Show resolved
Hide resolved
28695da
to
225575c
Compare
We can merge this when CI passes.
Then make some scenarios that change the "applicable users" and/or "applicable groups" and check that the list output contains those users and/or groups. And try |
225575c
to
fa7f881
Compare
Rebased just now. Maybe that will help "fix" the strange litmus CI failure. |
Description
Add acceptance test to list all created local storage using the command line.
Related Issue
Motivation and Context
Types of changes
Checklist: