Remove the @staticmethod decorator, because old unittest module on Centos6 does
not recognize static entry points and does not execute tests.
Change-Id: I6d490396fb79a9b43bc7d39328b1e5eacff0446b
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
function for different sparse files.
"""
- @staticmethod
- def test():
+ def test(self):
"""
The test entry point. Executes the '_do_test()' function for files of
different sizes, holes distribution and format.
function for different sparse files.
"""
- @staticmethod
- def test():
+ def test(self):
"""
The test entry point. Executes the '_do_test()' function for files of
different sizes, holes distribution and format.