Fix tempest tests

Base TempestException was removed  from tempest, now exceptions based on
tempest.lib TempestException, inherited from restclient exceptions.
So inherit inspector tempest exceptions from last one.

Change-Id: I8058a964e837dbb4aa5a8b214f216453a18a1713
This commit is contained in:
Anton Arefiev 2016-06-17 11:50:40 +03:00
parent d5998c08db
commit a17db0239e

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations
# under the License.
from tempest import exceptions
from tempest.lib import exceptions
class IntrospectionFailed(exceptions.TempestException):