commit | 67e570c7fe2a1520c33aeba6f69492c15b9c3a3b | [log] [tgz] |
---|---|---|
author | Matthew Treinish <mtreinish@kortar.org> | Wed Feb 18 16:59:39 2015 +0000 |
committer | Matthew Treinish <mtreinish@kortar.org> | Wed Feb 18 17:04:06 2015 +0000 |
tree | cee4f78cfb914a3a1e50c4b904e0cea0382a95a7 | |
parent | 4f5a0a7110e6ccc1773642312aa859c9c30e9e45 [diff] |
Handle errors listing flavors and images in scenario utils This commit adds a try except block around the api calls made during the scenario tests' testscenario utils module. This is needed because if a config file is present but has incorrect information the errors raised will cause import failures during discovery. This will cause test list (or any other operation which involves test discovery) to fail. Change-Id: I8f31abcba547be78fc2dc9250f522bb6ac14cb01 Closes-Bug: #1405797