tests: add a Centos 6 work-around
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Fri, 20 Sep 2013 10:30:59 +0000 (13:30 +0300)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Fri, 20 Sep 2013 10:34:16 +0000 (13:34 +0300)
commit02641fc2ff97c65638f4b7b795606e58dfdf49a9
tree21815c8e05daecb1030e970216ca1ae4a6a3a637
parent344d995583a39f40bfd6f3c82671316de897b2a9
tests: add a Centos 6 work-around

Centos 6 is very old, and it has old unittest library, and the newer one which
we need is called 'unittest2' there. This patch adds the corresponding
work-around to make our tests pass in Centos 6.

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