remove inactive core fix in test_print_statistics_inactive
Signed-off-by: Piotr Debski <piotr.debski@intel.com>
This commit is contained in:
parent
a32495f0af
commit
28d471d04c
@ -500,7 +500,7 @@ def test_print_statistics_inactive(cache_mode):
|
|||||||
f"({inactive_stats_after.inactive_usage_stats.inactive_occupancy}).")
|
f"({inactive_stats_after.inactive_usage_stats.inactive_occupancy}).")
|
||||||
|
|
||||||
with TestRun.step("Remove inactive core from cache and check if cache is in running state."):
|
with TestRun.step("Remove inactive core from cache and check if cache is in running state."):
|
||||||
cache.remove_inactive_core(second_core.core_id)
|
cache.remove_inactive_core(second_core.core_id, force=True)
|
||||||
cache_status = cache.get_status()
|
cache_status = cache.get_status()
|
||||||
if cache_status != CacheStatus.running:
|
if cache_status != CacheStatus.running:
|
||||||
TestRun.fail(f"Cache did not change status to 'running' after plugging core device. "
|
TestRun.fail(f"Cache did not change status to 'running' after plugging core device. "
|
||||||
|
Loading…
Reference in New Issue
Block a user