From: Assaf Muller Date: Thu, 27 Aug 2015 23:00:56 +0000 (-0400) Subject: Document prefix delegation testing issues X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=5920835a58ae9310a25843bfdb552519c06f4f6f;p=openstack-build%2Fneutron-build.git Document prefix delegation testing issues Change-Id: I06071c7497dcd4654c2b03a9b66120b919feb8dc Related-Bug: #1489650 --- diff --git a/doc/source/devref/testing_coverage.rst b/doc/source/devref/testing_coverage.rst index d7f6212a3..bf0b44d95 100644 --- a/doc/source/devref/testing_coverage.rst +++ b/doc/source/devref/testing_coverage.rst @@ -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 ----------------------