Skip to content

Commit 9c5912e

Browse files
committed
test alru: test description fixed by black
Signed-off-by: Michal Mielewczyk <michal.mielewczyk@huawei.com>
1 parent 69261c9 commit 9c5912e

File tree

1 file changed

+7
-7
lines changed
  • test/functional/tests/lazy_writes/cleaning_policy

1 file changed

+7
-7
lines changed

test/functional/tests/lazy_writes/cleaning_policy/test_alru.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
@pytest.mark.require_disk("core", DiskTypeLowerThan("cache"))
2626
def test_alru_no_idle():
2727
"""
28-
title: Test ALRU with activity threshold set to 0
29-
description: |
30-
Verify that ALRU is able to perform cleaning if cache is under constant load and
31-
activity threshold is set to 0. Constant load is performed by using fio instance running
32-
in background.
33-
pass_criteria:
34-
- Dirty cache lines are cleaned successfully.
28+
title: Test ALRU with activity threshold set to 0
29+
description: |
30+
Verify that ALRU is able to perform cleaning if cache is under constant load and
31+
activity threshold is set to 0. Constant load is performed by using fio instance running
32+
in background.
33+
pass_criteria:
34+
- Dirty cache lines are cleaned successfully.
3535
"""
3636

3737
with TestRun.step("Prepare configuration"):

0 commit comments

Comments
 (0)