From a5a8c19ea4c2da9b0079ddba098ad1ffedecf96d Mon Sep 17 00:00:00 2001 From: Slawomir Jankowski Date: Wed, 12 Feb 2020 13:05:31 +0100 Subject: [PATCH] Update test due to rename 'create_test_file' method Signed-off-by: Slawomir Jankowski --- test/functional/tests/stress/test_stress_without_io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/tests/stress/test_stress_without_io.py b/test/functional/tests/stress/test_stress_without_io.py index b4239df..97e4469 100644 --- a/test/functional/tests/stress/test_stress_without_io.py +++ b/test/functional/tests/stress/test_stress_without_io.py @@ -293,7 +293,7 @@ def prepare_with_file_creation(config): core = cache.add_core(core_dev) core.create_filesystem(Filesystem.ext3) core.mount(mount_point) - file = fs_utils.create_test_file(test_file_path) + file = fs_utils.create_random_test_file(test_file_path) file_md5sum = file.md5sum() core.unmount() return cache, core, file, file_md5sum