-
Notifications
You must be signed in to change notification settings - Fork 186
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
Enable OCS Provisioning API tests #512
Comments
Issue owncloud/ocis-reva#415 is related. @dpakach which core scenarios are you thinking of? We run quite a lot of core scenarios in OCIS already (and many are listed in expected-failures) |
@phil-davis, The provisioning API tests are currently tagged with |
OK - that will be useful so that we will know if the OCIS provisioning API endpoints have regressions (even if the OCIS Provisioning API does not get expanded to cover everything) |
I adjusted the issue title to be clear that this is about OCS Provisioning API tests. |
#514 bumps the core commit so that the Provisioning API tests get run in OCIS.
But
|
PR owncloud/core#37874 was merged. That gets ordinary provisioning API user creation test scenarios working. There are scenarios that fail due to unusual usernames, mixed-case usernames, etc. Those look mostly to be deficiencies in the OCIS Provisioning API implementation.
These Provisioning API tests were added to expected-failures in PR #514 They are the ones to look at:
|
The failing tests are listed in expected failures now, so we can follow those up separately. |
We already have tests for the OCS Provisioning API in the OC 10 test suite which we use to run the API tests in ocis. But those tests are skipped currently because we didn't use to have the OCS Provisioning API in ocis. But since we have the ocis Provisioning API available now we can enable those tests and fix them to run with ocis.
The text was updated successfully, but these errors were encountered: