manila/manila/tests
Gaurang Tapase 9c99814ce5 Fix usage of dependencies
Manila is broken is threee places, so fix them:
1) test 'test_misc' with WebOb 1.5

WebOb 1.5 was released at 2015-10-11. With this new version,
webob.exc.WSGIHTTPException() constructor now fails with a KeyError
when the HTTP status code is 0.

test_exceptions_raise() of test_misc tries to instantiate all
exceptions of manila.exception. The problem is that
ConvertedException uses a default HTTP status code of 0.

Modify the default HTTP status code of ConvertedException to 400 to
fix the unit tests.

2) Add dependency for 'testresources' that is required by migration
tests.

3) Remove 2 unit tests related to testing of oslo.policy lib
functionality that should not be tested in Manila. It started failing
because under-the-hood behaviour was changed in new realese 0.12.0

Closes-Bug: #1505153
Closes-Bug: #1505374

Change-Id: I0f28f3c3fb2c7eec1bafc3a617344990f86810cf
2015-10-13 13:50:21 +03:00
..
api Fix order of arguments in assertEqual 2015-10-04 11:15:07 +09:00
cmd Fix order of arguments in assertEqual 2015-10-03 10:05:41 +09:00
common Make config opt 'enabled_share_protocols' verification case insensitive 2015-07-22 15:06:16 +03:00
compute Fix order of arguments in assertEqual 2015-10-03 10:05:41 +09:00
consistency_group Add Consistency Groups API 2015-09-05 18:21:17 -04:00
db Fix order of arguments in assertEqual 2015-10-03 10:05:41 +09:00
integrated Fix HTTP headers case for API unit tests 2015-08-10 19:17:44 +03:00
monkey_patch_example Remove vim headers 2014-10-06 15:00:27 +02:00
network Fix order of arguments in assertEqual 2015-10-03 10:05:41 +09:00
scheduler Fix order of arguments in assertEqual 2015-10-04 11:15:07 +09:00
share Merge "Enable extend_share in HDFS driver" 2015-10-09 14:26:03 +00:00
var Renamed cinder to manila. 2013-09-02 09:59:07 +03:00
volume Fix order of arguments in assertEqual 2015-10-04 11:15:07 +09:00
xenapi Renamed cinder to manila. 2013-09-02 09:59:07 +03:00
__init__.py Fix imports for py34 compatibility 2015-08-05 17:32:13 +03:00
conf_fixture.py Use oslo_policy lib instead of oslo-incubator code 2015-04-21 13:05:42 +03:00
db_utils.py Add DB changes for consistency-groups 2015-09-05 18:21:17 -04:00
declare_conf.py Switch to using oslo_* instead of oslo.* 2015-01-27 09:19:50 +01:00
fake_compute.py Service Instance: Add instance reboot method 2015-08-20 13:34:22 +03:00
fake_driver.py Add Consistency Groups API 2015-09-05 18:21:17 -04:00
fake_network.py Add Nova-network support to service_instance module 2015-02-25 14:07:32 +02:00
fake_notifier.py Drop use of 'oslo' namespace package 2015-04-29 16:51:33 +03:00
fake_service_instance.py Use oslo_log lib 2015-02-08 10:42:40 +00:00
fake_share.py Generic driver:Create Cinder volume in correct AZ 2015-08-27 10:15:37 +03:00
fake_utils.py Use oslo_log lib 2015-02-08 10:42:40 +00:00
fake_volume.py Implement extend_share() method in Generic driver 2015-06-04 09:40:33 +03:00
fake_zfssa.py Adds Oracle ZFSSA driver for Manila 2014-12-18 10:48:54 -05:00
policy.json Non-admin user can perform 'extra-specs-list' 2015-09-16 18:14:25 +00:00
runtime_conf.py Switch to using oslo_* instead of oslo.* 2015-01-27 09:19:50 +01:00
test_api.py Fix imports for py34 compatibility 2015-08-05 17:32:13 +03:00
test_conf.py Fix order of arguments in assertEqual 2015-09-29 10:50:02 +09:00
test_context.py Fix order of arguments in assertEqual 2015-09-29 10:50:02 +09:00
test_exception.py Fix order of arguments in assertEqual 2015-09-29 10:50:02 +09:00
test_hacking.py Fix order of arguments in assertEqual 2015-09-29 10:50:02 +09:00
test_manager.py Fix order of arguments in assertEqual 2015-09-29 10:50:02 +09:00
test_misc.py Don't translate LOG messages in testsuite 2014-10-28 19:46:09 +01:00
test_policy.py Fix usage of dependencies 2015-10-13 13:50:21 +03:00
test_quota.py Fix order of arguments in assertEqual 2015-09-29 10:50:02 +09:00
test_service.py Fix order of arguments in assertEqual 2015-09-29 10:50:02 +09:00
test_test.py Drop use of 'oslo' namespace package 2015-04-29 16:51:33 +03:00
test_test_utils.py Remove vim headers 2014-10-06 15:00:27 +02:00
test_utils.py Make share service understand driver init failure 2015-10-08 13:52:59 +03:00
test_wsgi.py Fix order of arguments in assertEqual 2015-09-29 10:50:02 +09:00
utils.py Add Neutron single network plugin 2015-01-27 18:54:31 +00:00