Signed-off-by: Anders Roxell <[email protected]> --- packet_io.dox | 9 +++++++++ 1 file changed, 9 insertions(+)
diff --git a/packet_io.dox b/packet_io.dox index 9cc55af..0c96ab0 100644 --- a/packet_io.dox +++ b/packet_io.dox @@ -545,4 +545,13 @@ associated with the defined functions, as well as suggested SW approaches for efficient implementation of the defined function. Also included are global data structures defined/referenced by the defined functions. +@section verification Verification + +This section describes the verification/test cases needed to ensure that the +defined functionality is implemented correctly and performs adequately. This +should be at a level of detail such that the programmer tasked with writing +test scripts/programs to verify the implementation(s) of the defined functions +can be written to ensure that all relevant functional variants and error/exception +cases are properly tested. + */ -- 2.1.0 _______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
