commit | 3b834f25c1d31ef482116344f97b0a1059d9a836 | [log] [tgz] |
---|---|---|
author | Ukesh Kumar Vasudevan <ukeshkumar@gmail.com> | Mon Aug 22 17:13:00 2016 +0530 |
committer | Ukesh Kumar Vasudevan <ukeshkumar@gmail.com> | Mon Aug 22 17:13:00 2016 +0530 |
tree | 66a94f528fb825cb5f9f8a4fbdb795139a767ad5 | |
parent | e71b5369e926fd5f7c6ffa9e31318e724f93f619 [diff] |
functional tests fail if cirros image not exist The functional tests are looking for a cirros-*uec image and if that isn't found they fail: In the function novaclient/tests/functional/base.py:pick_image, images variable is a generator object which doesn't have '__getitem__' attribute and so the functional test is failing. Change-Id: I32b05ff6f2c7501eff04fa9f180eecf3099389ab Closes-Bug: 1615594