2022-07-05 07:18:37 +00:00
|
|
|
[pytest]
|
|
|
|
log_cli = 1
|
|
|
|
log_cli_level = DEBUG
|
|
|
|
log_cli_format = %(asctime)s [%(levelname)4s] %(message)s
|
|
|
|
log_format = %(asctime)s [%(levelname)4s] %(message)s
|
|
|
|
log_cli_date_format = %Y-%m-%d %H:%M:%S
|
|
|
|
log_date_format = %H:%M:%S
|
|
|
|
markers =
|
|
|
|
# special markers
|
|
|
|
sanity: small tests subset
|
|
|
|
staging: test to be excluded from run in verifier/pr-validation/sanity jobs and run test in staging job
|
|
|
|
# functional markers
|
2022-07-14 07:20:39 +00:00
|
|
|
container: tests for container creation
|
2022-07-05 07:18:37 +00:00
|
|
|
grpc_api: standard gRPC API tests
|
|
|
|
http_gate: HTTP gate contract
|
|
|
|
s3_gate: S3 gate tests
|
|
|
|
curl: tests for HTTP gate with curl utility
|
2022-07-08 17:24:55 +00:00
|
|
|
long: long tests (with long execution time)
|
|
|
|
node_mgmt: neofs control commands
|
2022-09-05 09:35:46 +00:00
|
|
|
session_token: tests for operations with session token
|
2022-07-08 17:24:55 +00:00
|
|
|
acl: tests for basic and extended ACL
|
2022-08-17 13:10:02 +00:00
|
|
|
storage_group: tests for storage groups
|
2022-08-01 06:16:36 +00:00
|
|
|
failover: tests for system recovery after a failure
|
|
|
|
failover_panic: tests for system recovery after panic reboot of a node
|
|
|
|
failover_net: tests for network failure
|
2022-08-03 15:20:50 +00:00
|
|
|
add_nodes: add nodes to cluster
|
2022-08-08 14:49:08 +00:00
|
|
|
check_binaries: check neofs installed binaries versions
|
2022-09-06 13:58:11 +00:00
|
|
|
payments: tests for payment associated operations
|