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
|
|
|
|
staging: test to be excluded from run in verifier/pr-validation/sanity jobs and run test in staging job
|
2022-11-10 05:27:52 +00:00
|
|
|
sanity: test runs in sanity testrun
|
|
|
|
smoke: test runs in smoke testrun
|
2022-07-05 07:18:37 +00:00
|
|
|
# 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
|
2023-01-09 12:46:03 +00:00
|
|
|
grpc_control: tests related to using frostfs-cli control commands
|
2022-11-25 12:44:47 +00:00
|
|
|
grpc_object_lock: gRPC lock tests
|
2022-07-05 07:18:37 +00:00
|
|
|
http_gate: HTTP gate contract
|
2022-11-10 05:27:52 +00:00
|
|
|
s3_gate: All S3 gate tests
|
|
|
|
s3_gate_base: Base S3 gate tests
|
|
|
|
s3_gate_bucket: Bucket S3 gate tests
|
|
|
|
s3_gate_locking: Locking S3 gate tests
|
|
|
|
s3_gate_multipart: S3 gate tests with multipart object
|
|
|
|
s3_gate_object: Object S3 gate tests
|
|
|
|
s3_gate_tagging: Tagging S3 gate tests
|
|
|
|
s3_gate_versioning: Versioning S3 gate tests
|
2022-07-08 17:24:55 +00:00
|
|
|
long: long tests (with long execution time)
|
2023-01-09 12:46:03 +00:00
|
|
|
node_mgmt: frostfs control commands
|
2022-09-05 09:35:46 +00:00
|
|
|
session_token: tests for operations with session token
|
2022-11-10 14:56:25 +00:00
|
|
|
static_session: tests for operations with static session token
|
2022-12-06 15:06:39 +00:00
|
|
|
bearer: tests for bearer tokens
|
2022-11-10 05:27:52 +00:00
|
|
|
acl: All tests for ACL
|
|
|
|
acl_basic: tests for basic ACL
|
|
|
|
acl_bearer: tests for ACL with bearer
|
|
|
|
acl_extended: tests for extended ACL
|
|
|
|
acl_filters: tests for extended ACL with filters and headers
|
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
|
2022-11-10 05:27:52 +00:00
|
|
|
failover_network: tests for network failure
|
|
|
|
failover_reboot: tests for system recovery after reboot of a node
|
2022-08-03 15:20:50 +00:00
|
|
|
add_nodes: add nodes to cluster
|
2023-01-09 12:46:03 +00:00
|
|
|
check_binaries: check frostfs installed binaries versions
|
2022-09-06 13:58:11 +00:00
|
|
|
payments: tests for payment associated operations
|
2022-10-20 21:13:33 +00:00
|
|
|
load: performance tests
|