Home
last modified time | relevance | path

Searched refs:test_content (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/site_tests/platform_CrosDisksFilesystem/
Dplatform_CrosDisksFilesystem.py45 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):
/external/autotest/client/site_tests/platform_CrosDisksFormat/
Dplatform_CrosDisksFormat.py50 test_content = DefaultFilesystemTestContent()
52 if not test_content.create(mount_path):
54 if not test_content.verify(mount_path):
/external/autotest/client/site_tests/platform_CrosDisksArchive/
Dplatform_CrosDisksArchive.py111 test_content = DefaultFilesystemTestContent()
112 if not test_content.create(archive_dir.name):
151 if not test_content.verify(expected_mount_path):
/external/chromium-trace/catapult/third_party/Paste/tests/test_exceptions/
Dtest_formatter.py69 def test_content(): function