[bmap-tools] [PATCH 10/14] tests: amend commentaries

Artem Bityutskiy dedekind1 at gmail.com
Tue Jan 21 12:34:31 EST 2014


From: Artem Bityutskiy <artem.bityutskiy at intel.com>

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 at intel.com>
---
 tests/test_api_base.py | 4 +---
 tests/test_filemap.py  | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/tests/test_api_base.py b/tests/test_api_base.py
index 2a81f8d..ea05f4f 100644
--- a/tests/test_api_base.py
+++ b/tests/test_api_base.py
@@ -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,
diff --git a/tests/test_filemap.py b/tests/test_filemap.py
index 478695d..48fc70a 100644
--- a/tests/test_filemap.py
+++ b/tests/test_filemap.py
@@ -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
-- 
1.8.3.1




More information about the Bmap-tools mailing list