Skip to content

Commit

Permalink
Merge pull request #73 from nspcc-dev/ezayats/bump-testcases-submoduke
Browse files Browse the repository at this point in the history
Bump neofs-testcases version
  • Loading branch information
roman-khimov authored Aug 18, 2024
2 parents 1f96b90 + fff40f2 commit deb6f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neofs-testcases
Submodule neofs-testcases updated 49 files
+29 −27 .github/workflows/run-tests.yml
+3 −0 .gitignore
+25 −0 neofs-testlib/neofs_testlib/cli/neofs_adm/morph.py
+11 −3 neofs-testlib/neofs_testlib/cli/neogo/contract.py
+3 −0 neofs-testlib/neofs_testlib/cli/neogo/go.py
+5 −1 neofs-testlib/neofs_testlib/cli/neogo/nep17.py
+15 −0 neofs-testlib/neofs_testlib/cli/neogo/util.py
+364 −59 neofs-testlib/neofs_testlib/env/env.py
+17 −6 neofs-testlib/neofs_testlib/env/templates/ir.yaml
+59 −0 neofs-testlib/neofs_testlib/env/templates/main_chain.yaml
+2 −0 neofs-testlib/neofs_testlib/env/templates/neo_go_cfg.yaml
+14 −9 neofs-testlib/neofs_testlib/env/templates/neofs_env_config.yaml
+2 −0 neofs-testlib/neofs_testlib/env/templates/network.yaml
+7 −0 neofs-testlib/neofs_testlib/env/templates/s3.yaml
+7 −0 neofs-testlib/neofs_testlib/utils/wallet.py
+4 −4 pytest_tests/lib/helpers/common.py
+2 −4 pytest_tests/lib/helpers/complex_object_actions.py
+2 −2 pytest_tests/lib/helpers/file_helper.py
+0 −398 pytest_tests/lib/helpers/k6.py
+1 −1 pytest_tests/lib/helpers/node_management.py
+151 −38 pytest_tests/lib/helpers/rest_gate.py
+24 −2 pytest_tests/lib/helpers/wallet_helpers.py
+10 −1 pytest_tests/lib/neofs_env/neofs_epoch.py
+2 −2 pytest_tests/lib/rest_gw/rest_utils.py
+2 −2 pytest_tests/lib/s3/s3_gate_base.py
+3 −3 pytest_tests/tests/acl/conftest.py
+1 −1 pytest_tests/tests/acl/test_eacl.py
+60 −31 pytest_tests/tests/conftest.py
+23 −12 pytest_tests/tests/failovers/test_failover_network.py
+0 −1 pytest_tests/tests/failovers/test_failover_part.py
+40 −103 pytest_tests/tests/failovers/test_failover_storage.py
+6 −74 pytest_tests/tests/load/test_load.py
+139 −5 pytest_tests/tests/object/test_object_api.py
+204 −0 pytest_tests/tests/payment/test_container_payments.py
+75 −0 pytest_tests/tests/payment/test_deposit_withdrawal.py
+24 −0 pytest_tests/tests/payment/test_mint_balance.py
+4 −4 pytest_tests/tests/services/rest_gate/test_rest_bearer.py
+47 −28 pytest_tests/tests/services/rest_gate/test_rest_gate.py
+524 −0 pytest_tests/tests/services/rest_gate/test_rest_gate_new.py
+6 −6 pytest_tests/tests/services/rest_gate/test_rest_headers.py
+14 −4 pytest_tests/tests/services/rest_gate/test_rest_object.py
+148 −0 pytest_tests/tests/services/rest_gate/test_rest_object_new.py
+57 −0 pytest_tests/tests/services/rest_gate/test_rest_options.py
+18 −3 pytest_tests/tests/services/rest_gate/test_rest_streaming.py
+8 −8 pytest_tests/tests/services/rest_gate/test_rest_system_header.py
+0 −1 pytest_tests/tests/services/s3_gate/test_s3_gate.py
+0 −2 pytest_tests/tests/services/s3_gate/test_s3_multipart.py
+0 −1 pytest_tests/tests/services/s3_gate/test_s3_object.py
+1 −1 requirements.txt

0 comments on commit deb6f2e

Please sign in to comment.