From 5920835a58ae9310a25843bfdb552519c06f4f6f Mon Sep 17 00:00:00 2001 From: Assaf Muller Date: Thu, 27 Aug 2015 19:00:56 -0400 Subject: [PATCH] Document prefix delegation testing issues Change-Id: I06071c7497dcd4654c2b03a9b66120b919feb8dc Related-Bug: #1489650 --- doc/source/devref/testing_coverage.rst | 4 ++++ 1 file changed, 4 insertions(+) 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 ---------------------- -- 2.45.2