Searched refs:test_content (Results 1 – 4 of 4) sorted by relevance
45 test_content = DefaultFilesystemTestContent()50 if not is_write_test and not test_content.create(image.mount_dir):71 if is_write_test and not test_content.create(actual_mount_path):74 if not test_content.verify(actual_mount_path):
50 test_content = DefaultFilesystemTestContent()52 if not test_content.create(mount_path):54 if not test_content.verify(mount_path):
111 test_content = DefaultFilesystemTestContent()112 if not test_content.create(archive_dir.name):151 if not test_content.verify(expected_mount_path):
69 def test_content(): function