diff --git a/.gitignore b/.gitignore index 54a5d20..720bb25 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,6 @@ # ignore pycache under any path **/__pycache__ -TemporaryDir/* \ No newline at end of file +TemporaryDir/* +artifacts/* +docs/* \ No newline at end of file diff --git a/README.md b/README.md index f34eea6..1be8c4a 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ - `sudo cp bin/neofs-cli /usr/local/bin/neofs-cli`, add alias path to bin/neofs-cli or run `export NEOFS_CLI_EXEC=` + or download binary from releases: https://github.com/nspcc-dev/neofs-node/releases + 2. Install cdn-authmate - `git clone git@github.com:nspcc-dev/cdn-authmate.git` - `cd cdn-authmate` @@ -24,6 +26,8 @@ - `sudo cp bin/neo-go /usr/local/bin/neo-go`, add alias path to bin/neo-go or run `export NEOGO_CLI_EXEC=` + or download binary from releases: https://github.com/nspcc-dev/neo-go/releases + 4. Install Testcases dependencies - `pip3 install -r requirements.txt` @@ -46,11 +50,15 @@ To run an arbitrary UserScenario or testcase, you need to run the command: The following UserScenarios and testcases are available for execution: * acl + * acl_basic_private_container_storagegroup.robot * acl_basic_private_container.robot + * acl_basic_public_container_storagegroup.robot * acl_basic_public_container.robot + * acl_basic_readonly_container_storagegroup.robot * acl_basic_readonly_container.robot - * acl_bearer compound.robot + * acl_bearer_allow_storagegroup.robot * acl_bearer_allow.robot + * acl_bearer_compound.robot * acl_bearer_filter_oid_equal.robot * acl_bearer_filter_oid_not_equal.robot * acl_bearer_filter_userheader_equal.robot @@ -59,7 +67,10 @@ The following UserScenarios and testcases are available for execution: * acl_bearer_request_filter_xheader_deny.robot * acl_bearer_request_filter_xheader_equal.robot * acl_bearer_request_filter_xheader_not_equal.robot - * acl_extended_actions.robot + * acl_extended_actions_other.robot + * acl_extended_actions_pubkey.robot + * acl_extended_actions_system.robot + * acl_extended_actions_user.robot * acl_extended_compound.robot * acl_extended_filters.robot * network @@ -128,8 +139,6 @@ python3 -m robot.testdoc robot/testsuites/integration/ docs/testcases.html `robot/testsuites/integration/` - Integration test suites and testcases -`robot/testsuites/fi/` - Fault Injection testsuites and testcases - ### Code style Robot Framework keyword should use space as a separator between particular words