manila/manila/tests/share/drivers/infinidat
Amit Oren 97daab4b3d INFINIDAT: unit tests - remove fake exception body
The class FakeInfinisdkException is used in the tests code to mock the
exceptions raised by infinisdk (our internal library for connecting to
the InfiniBox REST API). In earlier versions, this exception was
implemented by inhereting from the base Exception class and
implementing its constructor, however, this code is redundant,
and basic inherithance should do.

Change-Id: I44059d41143eaee6d7dcb073e21c9c840dacae3e
2018-08-06 11:10:24 +00:00
..
__init__.py INFINIDAT add Manila driver 2017-12-07 17:04:48 +02:00
test_infinidat.py INFINIDAT: unit tests - remove fake exception body 2018-08-06 11:10:24 +00:00