]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove bad tests for the VMAX driver
authorXing Yang <xing.yang@emc.com>
Fri, 7 Aug 2015 22:02:21 +0000 (18:02 -0400)
committerXing Yang <xing.yang@emc.com>
Fri, 7 Aug 2015 22:02:21 +0000 (18:02 -0400)
commit1a1e4cfddccf45a4eb35ac5f98744970f3111c5c
tree1922b6c59bad29fadb69499f412a9ba33f57135f
parent6f04677640a7acfb8c8965e5d44534b04d00778b
Remove bad tests for the VMAX driver

There are a few tests for the VMAX driver that are causing lots of
unit test failures on various patches. I think the reason is several
tests are using the config file with the same name which is created
during setup and deleted at cleanup. When concurrency is > 1, one test
could have deleted the file while another test is trying to read from
it. So the unit tests need to be re-designed to isolate the impact on
each other. This will be worked on. For the short term, I want to
remove the bad tests to reduce the number of unit test failures on
other patches.

Change-Id: Icd0ecf5ed184a81350e25ef0c8df3c3d400def98
cinder/tests/unit/test_emc_vmax.py