]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Revert test_rootwrap_filter to avoid python2.6 test failure
authorTomoki Sekiyama <tomoki.sekiyama@hds.com>
Thu, 21 Aug 2014 15:13:54 +0000 (11:13 -0400)
committerTomoki Sekiyama <tomoki.sekiyama@hds.com>
Thu, 21 Aug 2014 15:22:05 +0000 (11:22 -0400)
commit9dfc68b9ada43ac2798ba6613b6c66bc915be116
tree3331caf4ae564bd84af2df5685f81f2c614c776f
parent110f3bcd0991fc5e57dc1c6031197436b937eaaf
Revert test_rootwrap_filter to avoid python2.6 test failure

With oslo.rootwrap 1.3.0.0a1 which has a bug #1340792, that some filter
rules are dependent on its evaluation order, test_rootwrap_filter randomly
fail for a patch adding to etc/cinder/rootwrap.d/volume.filters with
python2.6, as evaluation order is randomly changes.

The bug in oslo.rootwrap is fixed in master branch, but is not yet
released and not available in CI. So this until new oslo.rootwrap is
released, this patch reverts the unit test to avoid to block reviews.

Change-Id: If86b6689ae36aa8810aad5b694ed43dfec1fd0c6
cinder/tests/test_rootwrap_filter.py [deleted file]