neutron/neutron/tests/unit
Ihar Hrachyshka d3708de0cb Merge remote-tracking branch 'origin/feature/qos' into merge-branch
Also applied the following fixes:

===

1. cleaned up some pylint failures that were not spotted before:

Module neutron.objects.qos.policy: Metaclass class method __new__ should
have 'mcs' as first argument

Module neutron.objects.qos.rule: Lambda may not be necessary

===

2. Revert "Introduce the AFTER_READ callback for ports and networks"

This reverts commit e3dba14241.

We don't use callbacks to extend resources anymore, instead relying on
ml2 extension drivers. No need for the patch to achieve QoS, and it also
breaks test_delete_subnet_with_callback that was added in master
recently.

===

3. updated requirements.txt and test-requirements.txt based on:

https://review.openstack.org/#/c/204398/

to avoid requirements gate checks failing due to incompatible
requirements comparing to global-requirements.txt

Change-Id: I744ab2d8327a428a5467f2d07d073a5f8c333520
2015-07-23 11:48:57 +02:00
..
agent Merge remote-tracking branch 'origin/feature/qos' into merge-branch 2015-07-23 11:48:57 +02:00
api Merge remote-tracking branch 'origin/feature/qos' into merge-branch 2015-07-23 11:48:57 +02:00
callbacks Add weak reference test for callback manager 2015-04-23 06:55:03 -07:00
cmd Switch to oslo_utils.uuidutils 2015-06-22 11:06:18 +00:00
common Merge remote-tracking branch 'origin/feature/qos' into merge-branch 2015-07-23 11:48:57 +02:00
db Network RBAC DB setup and legacy migration 2015-07-16 05:48:10 -07:00
debug Reorganize unit test tree 2015-04-06 23:28:31 +00:00
extensions Flavor Framework implementation 2015-07-16 09:07:41 -07:00
hacking Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00
ipam Python 3: do not use types.ClassType 2015-07-16 00:58:40 +02:00
notifiers Switch to oslo_utils.uuidutils 2015-06-22 11:06:18 +00:00
objects objects.rule: enable database tests for QosRule 2015-07-19 06:34:06 +00:00
plugins Merge remote-tracking branch 'origin/feature/qos' into merge-branch 2015-07-23 11:48:57 +02:00
scheduler Fixed L3 agent manual scheduling for HA routers 2015-07-13 13:56:43 +00:00
services Merge remote-tracking branch 'origin/feature/qos' into merge-branch 2015-07-23 11:48:57 +02:00
tests Merge "Different approach to indicate failure on SystemExit" 2015-07-16 06:57:16 +00:00
__init__.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
_test_extension_portbindings.py Context: Remove logic for read_deleted and deprecate it 2015-06-09 13:50:03 -07:00
database_stubs.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00
dummy_plugin.py Remove lingering traces of q_ 2015-07-07 17:04:44 -04:00
extension_stubs.py Remove get_namespace from API extensions 2015-06-15 09:17:32 -04:00
test_auth.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
test_context.py Remove get_admin_roles and associated logic 2015-06-09 11:12:47 +02:00
test_manager.py Flavor Framework implementation 2015-07-16 09:07:41 -07:00
test_policy.py Consume oslo.policy 2015-06-09 17:07:13 +00:00
test_service.py Refactor TestRpcWorker and TestWorkerService 2015-06-16 15:49:48 +03:00
test_wsgi.py Switch to oslo.service 2015-06-29 13:20:55 +03:00
testlib_api.py Improve fixture usage. 2015-07-01 14:53:48 +12:00