commit | a4cae616b117e864b36c5eec1969e663999f32d9 | [log] [tgz] |
---|---|---|
author | Qin Zhao <chaochin@gmail.com> | Wed Jan 28 16:27:00 2015 +0800 |
committer | Qin Zhao <chaochin@gmail.com> | Mon Feb 02 14:33:53 2015 +0800 |
tree | efe83af5eb5ac728b87581e12bf17dd07bf981eb | |
parent | e0e5cef683948fd91d9b776b131060f3b5d23994 [diff] |
Do not parse Neutron error message to tolerate message changing Two Neutron exception messages are being refined in https://review.openstack.org/#/c/121767/. Need to use assertRaises instead of assertRaisesRegexp to make test case tolerate message changing in the future. Change-Id: Ia92f750c81b29ebe15e06d62a08b3f0ef14f3b84 Related-Bug: 1369871