forked from TrueCloudLab/frostfs-testcases
[#137] Some markers added
PytestUnknownMarkWarning excluded Signed-off-by: Mikhail Kadilov <m.kadilov@yadro.com>
This commit is contained in:
parent
d82ce3626f
commit
44873ad0ca
1 changed files with 19 additions and 0 deletions
|
@ -47,3 +47,22 @@ markers =
|
||||||
check_binaries: check frostfs installed binaries versions
|
check_binaries: check frostfs installed binaries versions
|
||||||
payments: tests for payment associated operations
|
payments: tests for payment associated operations
|
||||||
load: performance tests
|
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
|
Loading…
Reference in a new issue