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
@@ -40,10 +40,10 @@ def test_data_integrity_12h(cache_mode):
|
||||
cache, core = prepare(cache_mode)
|
||||
|
||||
with TestRun.step("Fill cache"):
|
||||
fill_cache(core.system_path)
|
||||
fill_cache(core.path)
|
||||
|
||||
with TestRun.step("Run test workloads with verification"):
|
||||
run_workload(core.system_path)
|
||||
run_workload(core.path)
|
||||
|
||||
|
||||
def prepare(cache_mode):
|
||||
|
Reference in New Issue
Block a user