mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-19 14:13:17 -04:00
Merge pull request #1348 from owncloud/convert-to-md
[Tests-Only] Convert expected failure file to markdown
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# The test runner source for API tests
|
||||
CORE_COMMITID=d981678b105ba632bdcb538fdf42e152a6a887da
|
||||
CORE_COMMITID=35a5eca3a1e15e7e25df2e454e877fad048d6d25
|
||||
CORE_BRANCH=master
|
||||
|
||||
# The test runner source for UI tests
|
||||
WEB_COMMITID=c2acb0a70024c78c6defc132e3a3b3e5c7d51285
|
||||
WEB_COMMITID=2aab6025e5507b3d95cca5912ca53fc482563e95
|
||||
WEB_BRANCH=master
|
||||
|
||||
@@ -504,7 +504,7 @@ def coreApiTests(ctx, part_number = 1, number_of_parts = 1, storage = 'owncloud'
|
||||
'BEHAT_FILTER_TAGS': '~@notToImplementOnOCIS&&~@toImplementOnOCIS&&~comments-app-required&&~@federation-app-required&&~@notifications-app-required&&~systemtags-app-required&&~@local_storage&&~@skipOnOcis-%s-Storage' % ('OC' if storage == 'owncloud' else 'OCIS'),
|
||||
'DIVIDE_INTO_NUM_PARTS': number_of_parts,
|
||||
'RUN_PART': part_number,
|
||||
'EXPECTED_FAILURES_FILE': '/drone/src/tests/acceptance/expected-failures-API-on-%s-storage.txt' % (storage.upper()),
|
||||
'EXPECTED_FAILURES_FILE': '/drone/src/tests/acceptance/expected-failures-API-on-%s-storage.md' % (storage.upper()),
|
||||
},
|
||||
'commands': [
|
||||
'make -C /srv/app/testrunner test-acceptance-api',
|
||||
|
||||
@@ -32,14 +32,14 @@ then
|
||||
export DELETE_USER_DATA_CMD=''
|
||||
export BEHAT_FILTER_TAGS='~@notToImplementOnOCIS&&~@toImplementOnOCIS&&~comments-app-required&&~@federation-app-required&&~@notifications-app-required&&~systemtags-app-required&&~@local_storage&&~@skipOnOcis-OC-Storage'
|
||||
export OCIS_SKELETON_STRATEGY='copy'
|
||||
export EXPECTED_FAILURES_FILE='/drone/src/tests/acceptance/expected-failures-API-on-OWNCLOUD-storage.txt'
|
||||
export EXPECTED_FAILURES_FILE='/drone/src/tests/acceptance/expected-failures-API-on-OWNCLOUD-storage.md'
|
||||
elif [ "$STORAGE" = "ocis" ]
|
||||
then
|
||||
export OCIS_REVA_DATA_ROOT=''
|
||||
export DELETE_USER_DATA_CMD='rm -rf /srv/app/tmp/ocis/storage/users/nodes/root/* /srv/app/tmp/ocis/storage/users/nodes/*-*-*-*'
|
||||
export BEHAT_FILTER_TAGS='~@notToImplementOnOCIS&&~@toImplementOnOCIS&&~comments-app-required&&~@federation-app-required&&~@notifications-app-required&&~systemtags-app-required&&~@local_storage&&~@skipOnOcis-OCIS-Storage'
|
||||
export OCIS_SKELETON_STRATEGY='upload'
|
||||
export EXPECTED_FAILURES_FILE='/drone/src/tests/acceptance/expected-failures-API-on-OCIS-storage.txt'
|
||||
export EXPECTED_FAILURES_FILE='/drone/src/tests/acceptance/expected-failures-API-on-OCIS-storage.md'
|
||||
else
|
||||
echo "non existing STORAGE selected"
|
||||
exit 1
|
||||
|
||||
1105
tests/acceptance/expected-failures-API-on-EOS-storage.md
Normal file
1105
tests/acceptance/expected-failures-API-on-EOS-storage.md
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
2329
tests/acceptance/expected-failures-API-on-OCIS-storage.md
Normal file
2329
tests/acceptance/expected-failures-API-on-OCIS-storage.md
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
2457
tests/acceptance/expected-failures-API-on-OWNCLOUD-storage.md
Normal file
2457
tests/acceptance/expected-failures-API-on-OWNCLOUD-storage.md
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -18,7 +18,6 @@ Other free text and markdown formatting can be used elsewhere in the document if
|
||||
|
||||
### [User request using token and basic authentication gives different display names](https://github.com/owncloud/ocis-reva/issues/107)
|
||||
- [webUIAccount/accountInformation.feature:10](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIAccount/accountInformation.feature#L10)
|
||||
- [webUIAccount/accountInformation.feature:42](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIAccount/accountInformation.feature#L10)
|
||||
- [webUIAccount/accountInformation.feature:34](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIAccount/accountInformation.feature#L34)
|
||||
|
||||
### [LDAP Groups not working with konnectd](https://github.com/owncloud/ocis-konnectd/issues/42)
|
||||
@@ -49,9 +48,6 @@ Other free text and markdown formatting can be used elsewhere in the document if
|
||||
- [webUIFiles/fileDetails.feature:88](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/fileDetails.feature#L88)
|
||||
- [webUIFiles/fileDetails.feature:103](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/fileDetails.feature#L103)
|
||||
- [webUIFiles/versions.feature:33](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/versions.feature#L33)
|
||||
- [webUIRenameFiles/renameFiles.feature:178](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFiles/renameFiles.feature#L178)
|
||||
- [webUIRenameFiles/renameFiles.feature:199](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFiles/renameFiles.feature#L199)
|
||||
- [webUIRenameFiles/renameFiles.feature:220](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFiles/renameFiles.feature#L220)
|
||||
- [webUISharingInternalUsers/shareWithUsers.feature:54](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L54)
|
||||
- [webUISharingInternalUsers/shareWithUsers.feature:55](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L55)
|
||||
- [webUISharingInternalUsers/shareWithUsers.feature:56](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L56)
|
||||
@@ -201,16 +197,19 @@ Other free text and markdown formatting can be used elsewhere in the document if
|
||||
- [webUIPrivateLinks/accessingPrivateLinks.feature:49](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPrivateLinks/accessingPrivateLinks.feature#L49)
|
||||
|
||||
### renameFiles
|
||||
- [webUIRenameFiles/renameFiles.feature:113](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFiles/renameFiles.feature#L113)
|
||||
- [webUIRenameFiles/renameFiles.feature:114](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFiles/renameFiles.feature#L114)
|
||||
- [webUIRenameFiles/renameFiles.feature:115](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFiles/renameFiles.feature#L115)
|
||||
- [webUIRenameFiles/renameFiles.feature:160](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFiles/renameFiles.feature#L160)
|
||||
- [webUIRenameFiles/renameFiles.feature:124](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFiles/renameFiles.feature#L124)
|
||||
- [webUIRenameFiles/renameFiles.feature:125](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFiles/renameFiles.feature#L125)
|
||||
- [webUIRenameFiles/renameFiles.feature:126](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFiles/renameFiles.feature#L126)
|
||||
- [webUIRenameFiles/renameFiles.feature:193](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFiles/renameFiles.feature#L193)
|
||||
- [webUIRenameFiles/renameFiles.feature:214](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFiles/renameFiles.feature#L214)
|
||||
- [webUIRenameFiles/renameFiles.feature:235](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFiles/renameFiles.feature#L235)
|
||||
|
||||
|
||||
### renameFolders
|
||||
- [webUIRenameFolders/renameFolders.feature:104](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFolders/renameFolders.feature#L104)
|
||||
- [webUIRenameFolders/renameFolders.feature:105](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFolders/renameFolders.feature#L105)
|
||||
- [webUIRenameFolders/renameFolders.feature:106](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFolders/renameFolders.feature#L106)
|
||||
- [webUIRenameFolders/renameFolders.feature:125](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFolders/renameFolders.feature#L125)
|
||||
- [webUIRenameFolders/renameFolders.feature:114](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFolders/renameFolders.feature#L114)
|
||||
- [webUIRenameFolders/renameFolders.feature:115](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFolders/renameFolders.feature#L115)
|
||||
- [webUIRenameFolders/renameFolders.feature:116](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFolders/renameFolders.feature#L116)
|
||||
- [webUIRenameFolders/renameFolders.feature:140](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFolders/renameFolders.feature#L140)
|
||||
|
||||
### Reshare is not available in ocis (webUI)
|
||||
- [webUIResharing/reshareUsers.feature:17](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L17)
|
||||
|
||||
Reference in New Issue
Block a user