diff mbox

[DO,NOT,REVIEW,7/7] packet_io: add Verification

Message ID 1412863729-28176-8-git-send-email-anders.roxell@linaro.org
State New
Headers show

Commit Message

Anders Roxell Oct. 9, 2014, 2:08 p.m. UTC
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 packet_io.dox | 9 +++++++++
 1 file changed, 9 insertions(+)
diff mbox

Patch

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.
+
 */