commit | bff52239502ff9107d4c0e7b2955786dd50dc2bc | [log] [tgz] |
---|---|---|
author | Dan Prince <dprince@redhat.com> | Wed Oct 10 11:40:55 2012 -0400 |
committer | Dan Prince <dprince@redhat.com> | Wed Oct 10 11:50:44 2012 -0400 |
tree | 72cbd6ae8d4cdbf88c057b36c039291a6c0e2a20 | |
parent | fa07a0e04efb027bd8f65ea198a3650f814312b6 [diff] |
Handle ImportError's when quantumclient is missing Updates tempest/manager.py so that it ignore's ImportError exceptions when quantumclient is not present. Not all Tempest tests require a quantumclient so it makes sense not to require it all the time. If a user tries to run quantum specific tests they will simply get an error when trying to create the network client instead should quantumclient not be present. Change-Id: Iea5476eea91e0d92c3b4728f041a3ce72bb5a320