]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix failure of unit test TestCinderAllCmd
authorMitsuhiro Tanino <mitsuhiro.tanino@hds.com>
Wed, 4 Nov 2015 23:42:04 +0000 (18:42 -0500)
committerMitsuhiro Tanino <mitsuhiro.tanino@hds.com>
Wed, 4 Nov 2015 23:54:14 +0000 (18:54 -0500)
commitc10beb9fc0105d570ce87e4adb242b4393054862
tree2c7dc0bcc6971c8126792dd84cb60d9b80a4e2ee
parent547f107867619a8d0d670e86959addf2f41c6de0
Fix failure of unit test TestCinderAllCmd

After introducing the commit 93d26e40098c966e7d791a9fb6152244a9f9409d
unit test TestCinderAllCmd fails if a test environment has
/etc/cinder/cinder.conf with proper backend configuration.
We should mock out some variables not to depend on test environment.

Change-Id: I3218f6be1c38ed228aa96346d6976a04ecb8d421
Closes-Bug: #1513263
cinder/tests/unit/test_cmd.py