]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix unit tests for multiattach patch
authorWalter A. Boring IV <walter.boring@hp.com>
Wed, 11 Mar 2015 18:18:34 +0000 (11:18 -0700)
committerWalter A. Boring IV <walter.boring@hp.com>
Fri, 13 Mar 2015 17:43:45 +0000 (17:43 +0000)
commit125697fe094b24d788442c291d3e2a228904efd9
tree7d01cfb23f8acd6cf5c065f256dc0ec9336235be
parenteba004b6f730b0c0d5bba89d6b100bcf8d5c8aba
Fix unit tests for multiattach patch

Part of the process of accepting the Cinder multiattach
patch was to create a follow up patch that fixes some of
the inconsistencies with order of parameters in the new
unit tests.   This patch fixes those assertX calls and
parameter ordering to be in the style of:
expected, actual

Change-Id: I4e199899afdec0497df130d02560ab58a959a0dc
Closes-Bug: #1430946
cinder/tests/test_volume.py