Update TF and functional tests API
Signed-off-by: Slawomir Jankowski <slawomir.jankowski@intel.com> Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:

committed by
Robert Baldyga

parent
ecbd4fbe30
commit
17f440de10
@@ -44,7 +44,7 @@ def test_discard_on_huge_core():
|
||||
# RCU-sched type stall sometimes appears in dmesg log after more
|
||||
# than one execution of blkdiscard.
|
||||
for _ in range(8):
|
||||
TestRun.executor.run_expect_success(f"blkdiscard {core.system_path}")
|
||||
TestRun.executor.run_expect_success(f"blkdiscard {core.path}")
|
||||
|
||||
with TestRun.step("Check dmesg for RCU-sched stall."):
|
||||
check_for_rcu_sched_type_stall()
|
||||
|
Reference in New Issue
Block a user