]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Document prefix delegation testing issues
authorAssaf Muller <amuller@redhat.com>
Thu, 27 Aug 2015 23:00:56 +0000 (19:00 -0400)
committerAssaf Muller <amuller@redhat.com>
Thu, 27 Aug 2015 23:00:56 +0000 (19:00 -0400)
Change-Id: I06071c7497dcd4654c2b03a9b66120b919feb8dc
Related-Bug: #1489650

doc/source/devref/testing_coverage.rst

index d7f6212a3075d902202db69d96123b264b36659d..bf0b44d95face0aa633b1880cdf74ca63965ab1a 100644 (file)
@@ -82,6 +82,8 @@ such as what L2 agent to use or what type of routers to create.
 +------------------------+------------+------------+------------+------------+------------+------------+
 | VLAN transparency      | V          |            | X          | X          |            |            |
 +------------------------+------------+------------+------------+------------+------------+------------+
+| Prefix delegation      | V          | X          |            | X          |            |            |
++------------------------+------------+------------+------------+------------+------------+------------+
 
 * DVR DB unit tests often assert that internal methods were called instead of
   testing functionality. A lot of our unit tests are flawed in this way,
@@ -90,6 +92,8 @@ such as what L2 agent to use or what type of routers to create.
 * OVS ARP responder cannot be tested at the gate because the gate uses Ubuntu
   14.04 that only packages OVS 2.0. OVS added ARP manipulation support in
   version 2.1.
+* Prefix delegation doesn't have functional tests for the dibbler and pd
+  layers, nor for the L3 agent changes.
 
 Missing Infrastructure
 ----------------------