]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix assertRaisesRegexp deprecation warnings in UT
authorMichal Dulko <michal.dulko@intel.com>
Tue, 2 Jun 2015 16:48:26 +0000 (18:48 +0200)
committerMichal Dulko <michal.dulko@intel.com>
Tue, 2 Jun 2015 16:48:26 +0000 (18:48 +0200)
commit99a8bf9ed9de832f48c52858588149408f372d87
treeb9c24f30356eaeee08c2678c8ddff83661b740d1
parent376f972362b8b35d6698db326248c66eda881e8f
Fix assertRaisesRegexp deprecation warnings in UT

This commit changes assertRaisesRegexp occurrences to
assertRaisesRegex to fix deprecation warnings.

Change-Id: I22fb6224057716f734a8ac69da72ccdb9b464289
Closes-Bug: 1461171
cinder/tests/unit/test_emc_vnxdirect.py
cinder/tests/unit/test_srb.py