commit | 5440a40d45c59929f70b1dbab1633d2d7071af21 | [log] [tgz] |
---|---|---|
author | Matthew Treinish <mtreinish@kortar.org> | Thu Oct 02 14:36:16 2014 -0400 |
committer | Matthew Treinish <mtreinish@kortar.org> | Thu Oct 02 14:36:16 2014 -0400 |
tree | c65d1d204609872d6e3a2808d390ba5933bee583 | |
parent | 437cefd1c3c5bccd6607c275248f2da830b0494a [diff] |
Don't parse config file if it doesn't exist This commit adds a check before we parse the config file to see if the config file actually exists. If it doesn't we shouldn't try to parse it. There is still an issue with one scenario test that uses testscenarios but it doesn't result in an error code being raised by a test-list so that can be tracked down separately. Change-Id: Iac31f2edcfbccf8c06d73c6ca01e30c8319c0485 Closes-Bug: #1369118