tests: Update tests after test-framework API changes

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga
2021-01-05 20:35:58 +01:00
parent 5d5b6ae594
commit 22b4288f3d
8 changed files with 14 additions and 14 deletions

View File

@@ -43,7 +43,7 @@ def test_io_engines(cache_mode, filesystem, io_engine):
cache = casadm.start_cache(cache_dev, cache_mode, force=True)
TestRun.LOGGER.info(f"Create filesystem '{filesystem}' on '{core_dev.system_path}'")
TestRun.LOGGER.info(f"Create filesystem '{filesystem}' on '{core_dev.path}'")
core_dev.create_filesystem(filesystem)
core = cache.add_core(core_dev)
core.mount(mount_point)