commit | 3b79f17d34b8272c32e0c3b872085ffe94449579 | [log] [tgz] |
---|---|---|
author | Ken'ichi Ohmichi <ken-oomichi@wx.jp.nec.com> | Tue Mar 20 11:31:44 2018 -0700 |
committer | Ken'ichi Ohmichi <ken-oomichi@wx.jp.nec.com> | Fri May 11 11:05:56 2018 -0700 |
tree | a45d67da941196266c18cbb08eca026690f7c61a | |
parent | 026b20529c1d598cd97a320fd6bf4be2f43fe1e8 [diff] |
Check status code when downloading empty file According to https://developer.openstack.org/api-ref/image/v2/#download-binary-image-data The status code of Glance API is 204 when downloading empty file, so this patch adds the corresponding check on a test. This patch comes from I6eef7231742d873a0e727c300a9ae7f5958ac4f8 Change-Id: Ia45b584e3783c6ab6d7c94a817da9b5058f1c351 Related-Bug: #1756264