tests: add basic sequential cut off tests

This commit is contained in:
Michal Rakowski
2019-11-06 12:43:08 +01:00
parent 56b9ec1794
commit 2203a46319
4 changed files with 286 additions and 5 deletions

View File

@@ -17,7 +17,8 @@ class CoreStatus(Enum):
detached = 3
SEQ_CUTOFF_THRESHOLD_MAX = 4194181
SEQ_CUTOFF_THRESHOLD_MAX = Size(4194181, Unit.KibiByte)
SEQ_CUT_OFF_THRESHOLD_DEFAULT = Size(1, Unit.MebiByte)
class Core(Device):