]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Cleaned up some TODO comments for feature/qos that do not apply anymore
authorIhar Hrachyshka <ihrachys@redhat.com>
Sun, 2 Aug 2015 20:40:40 +0000 (22:40 +0200)
committerIhar Hrachyshka <ihrachys@redhat.com>
Sun, 2 Aug 2015 22:42:48 +0000 (22:42 +0000)
commitc660173edcc137c53bad6194183188bcac3552a1
tree7e3de28abeba7581e6683e070f3cfb10a8aa5160
parent403662fd3aef5742f517965db8f55f55eb2409bf
Cleaned up some TODO comments for feature/qos that do not apply anymore

1. Removed comment to add tests for invalid input for attach/detach
methods for QosPolicy. Those tests are already implemented in the test
class, so the TODO became obsolete.

2. Removed TODO to use a constant for rule 'type' field. There is no
'type' field in rules anymore, so it does not apply any more.

Change-Id: I205cbc2d9a2eeee1a0a9fb5794efc063de6f326d
Partially-Implements: blueprint quantum-qos-api
neutron/tests/tempest/services/network/json/network_client.py
neutron/tests/unit/objects/qos/test_policy.py