Skip to content

Commit

Permalink
Feature/acl extension operations (#17)
Browse files Browse the repository at this point in the history
- Add bearer token coverage with the request filter #8
- Add eACL coverage with the request filter #9
- Add Bearer token coverage of the case with different permissions for operations in the complex operations #15 (Check Сompound Operations)
- Add eACL token coverage of the case with different permissions for operations in the complex operations
- Add latest nodes and services logs to the artifacts in case of failure #10
- Prepare neofs-testcases repository for the public #11 - new eACL and bearer token generation by rules.
- Readme update
- Fixes and additional extensions of the existed test cases
- Large file size has been changed from 20mb to 10mb
  • Loading branch information
anatoly-bogatyrev authored Dec 29, 2020
1 parent 708bf2a commit fb5da3d
Show file tree
Hide file tree
Showing 24 changed files with 1,005 additions and 1,128 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ In this case, dev-env should be running with the tested environment.
### Running an arbitrary test case

To run an arbitrary testcase, you need to run the command:
`robot --timestampoutputs --outputdir artifacts/ robot/testsuites/integration/<testsuite name>.robot `
`robot --outputdir artifacts/ robot/testsuites/integration/<testsuite name>.robot `

The following scripts are available for execution:

Expand Down Expand Up @@ -76,7 +76,7 @@ Dev-env is not needed. But you need to install neo-go.
- `make`
- `sudo cp bin/neo-go /usr/local/bin/neo-go` or add alias path to bin/neo-go

3. To run smoke test: `robot --timestampoutputs --outputdir artifacts/ robot/testsuites/smoke/selectelcdn_smoke.robot`
3. To run smoke test: `robot --outputdir artifacts/ robot/testsuites/smoke/selectelcdn_smoke.robot`


## Generation of documentation
Expand Down
69 changes: 0 additions & 69 deletions robot/resources/lib/eacl/eacl_encoded_allow_all

This file was deleted.

132 changes: 0 additions & 132 deletions robot/resources/lib/eacl/eacl_encoded_allow_all_pubkey

This file was deleted.

68 changes: 0 additions & 68 deletions robot/resources/lib/eacl/eacl_encoded_allow_all_sys

This file was deleted.

68 changes: 0 additions & 68 deletions robot/resources/lib/eacl/eacl_encoded_allow_all_user

This file was deleted.

Loading

0 comments on commit fb5da3d

Please sign in to comment.