tests: amend commentaries
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Sun, 19 Jan 2014 14:57:02 +0000 (16:57 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 21 Jan 2014 17:16:23 +0000 (19:16 +0200)
Now we do support tmpfs, since we have the FiemapSeek class which works on
tmpfs, so correct commentaries.

Change-Id: I29f348a2f93746120112a80878379a62a13f634d
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
tests/test_api_base.py
tests/test_filemap.py

index 2a81f8dbfed4c7af3aa7f2ea773333558a7367a6..ea05f4f409dde0aa5d10404bd740e0de8b0dbfd5 100644 (file)
@@ -284,9 +284,7 @@ class TestCreateCopy(unittest.TestCase):
 
         # Delete all the test-related temporary files automatically
         delete = True
-        # Create all the test-related temporary files in current directory (the
-        # default "/tmp" will not work in case of tmpfs which does not support
-        # FIEMAP).
+        # Create all the test-related temporary files in current directory
         directory = '.'
 
         iterator = helpers.generate_test_files(delete=delete,
index 478695d47b89e0a25eb0300079832351d5cf325f..48fc70a206fa98e893e165d41b92375df0893d32 100644 (file)
@@ -138,9 +138,7 @@ class TestCreateCopy(unittest.TestCase):
 
         # Delete all the test-related temporary files automatically
         delete = True
-        # Create all the test-related temporary files in current directory (the
-        # default "/tmp" will not work in case of tmpfs which does not support
-        # FIEMAP).
+        # Create all the test-related temporary files in current directory
         directory = '.'
         # Maximum size of the random files used in this test
         max_size = 16 * 1024 * 1024