forked from TrueCloudLab/frostfs-testcases
69 lines
No EOL
3 KiB
INI
69 lines
No EOL
3 KiB
INI
[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
|
|
sanity: test runs in sanity testrun
|
|
smoke: test runs in smoke testrun
|
|
# controlling markers
|
|
no_healthcheck: skip healthcheck for this test
|
|
# functional markers
|
|
maintenance: tests for change mode node
|
|
container: tests for container creation
|
|
grpc_api: standard gRPC API tests
|
|
grpc_control: tests related to using frostfs-cli control commands
|
|
grpc_object_lock: gRPC lock tests
|
|
http_gate: HTTP gate contract
|
|
http_put: HTTP gate test cases with PUT call
|
|
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
|
|
long: long tests (with long execution time)
|
|
node_mgmt: frostfs control commands
|
|
session_token: tests for operations with session token
|
|
static_session: tests for operations with static session token
|
|
bearer: tests for bearer tokens
|
|
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
|
|
storage_group: tests for storage groups
|
|
failover: tests for system recovery after a failure
|
|
failover_panic: tests for system recovery after panic reboot of a node
|
|
failover_network: tests for network failure
|
|
failover_reboot: tests for system recovery after reboot of a node
|
|
interfaces: tests down interface to system
|
|
add_nodes: add nodes to cluster
|
|
check_binaries: check frostfs installed binaries versions
|
|
payments: tests for payment associated operations
|
|
load: performance tests
|
|
simple: tests with simple characteristics
|
|
complex: tests with complex characteristics
|
|
aws: AWS related tests
|
|
boto3: tests using the boto3
|
|
policy: policy tests
|
|
failover_baremetal: failover tests on hardware (baremetal)
|
|
failover_server: server failover tests
|
|
failover_storage: storage failover tests
|
|
failover_empty_map: failover tests for an empty map
|
|
failover_empty_map_offlne: offline failover tests for an empty map
|
|
failover_empty_map_stop_service: failover tests for stopped empty map service
|
|
failover_data_loss: failover tests in case of data loss
|
|
metabase_loss: tests for metadata loss
|
|
write_cache_loss: tests for write cache loss
|
|
time: time tests
|
|
replication: replication tests
|
|
static_session_container: tests for a static session in a container
|
|
shard: shard management tests
|
|
logs_after_session: tests after a session with logs |