Refactor .drone.star API tests

This commit is contained in:
Phil Davis
2020-08-03 15:41:17 +05:45
parent 9e833c674d
commit 930678bc2c
2 changed files with 162 additions and 214 deletions
+8 -2
View File
@@ -109,9 +109,15 @@ Also, ocis behaves partly differently with EOS-Storage and OC-Storage. There are
If you want to work on a specific issue
1. adjust the core commit id to the latest commit in core so that CI will run the latest test code and scenarios from core.
For that change this line in the `main` function:
For that change `coreCommit` in the `config` section:
apiTests(ctx, 'master', 'a06b1bd5ba8e5244bfaf7fa04f441961e6fb0daa')
config = {
'apiTests': {
'coreBranch': 'master',
'coreCommit': 'a06b1bd5ba8e5244bfaf7fa04f441961e6fb0daa',
'numberOfParts': 2
}
}
2. locally run each of the tests marked with that issue in the expected failures file: