commit | 47a2e72693ade41ab7dffa96350a37aee73a6f59 | [log] [tgz] |
---|---|---|
author | Masayuki Igawa <igawa@mxs.nes.nec.co.jp> | Fri Aug 29 19:25:48 2014 +0900 |
committer | Masayuki Igawa <igawa@mxs.nes.nec.co.jp> | Mon Sep 08 19:14:15 2014 +0900 |
tree | 284a8867a9799ae3ed667a210b22e64c59c33bf2 | |
parent | d93812494a54c5f116c8421442cf709e6325e811 [diff] |
Fix unstable assertion in test_cinder_endpoints In simple_read_only.test_cinder.test_cinder_endpoints, the test case assumes that the first table of 'cinder endpoints' always ['nova', 'Value']. However, it is sometimes wrong. So in this commit, the test verifies that they have 2 or more headers and has a 'Value' header. Change-Id: Idb3f2ebc6b7e05178621ac3701b7c3d02e1d7591 Closes-Bug: #1363018 Closes-Bug: #1362703