From bcbac1a1498b4f064fba575f7cbe8cb9b3663cd8 Mon Sep 17 00:00:00 2001 From: "Lovett, Trevor" Date: Fri, 15 Feb 2019 18:17:14 -0600 Subject: [VVP] Doc for GUI, Docker, and Deprecation Revising documentation to reflect the deprecation of the VVP web application as well as adding documentation for the new additions such as: * Alternate report options * Native GUI tool * Docker execution Change-Id: Ia1b1e99e7d5fb657286efb281049e4550a80d1b6 Issue-ID: VVP-137 Signed-off-by: Lovett, Trevor (tl2972) --- docs/vvp_json_test_result.csv | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/vvp_json_test_result.csv (limited to 'docs/vvp_json_test_result.csv') diff --git a/docs/vvp_json_test_result.csv b/docs/vvp_json_test_result.csv new file mode 100644 index 0000000..14982c0 --- /dev/null +++ b/docs/vvp_json_test_result.csv @@ -0,0 +1,17 @@ +Field Name,Required/Optional/Conditional,Data Type,Valid Values,Description +``files``,Required,list of ``string``,,"List of files that were passed to the test case. + +**NOTE**: If ``result`` is ``ERROR`` this may be an empty list" +``test_module``,Required,``string``,,Name of module/file anme that contains the test case +``test_case``,Required,``string``,,Name of the test case +``result``,Required,``string``,"* ``PASS`` +* ``SKIP`` +* ``FAIL`` +* ``ERROR``","One of the valid values: + +* ``PASS`` - The test case passed with no violations +* ``SKIP`` - The test case was deemed not applicable +* ``FAIL`` - The test case completed, but a violation was found +* ``ERROR`` - An unexpected error was found while setting up the test case" +``error``,Required,``string``,,"If the test failed or encountered an error, then ths will be a message summarizing the error. If the test passed or was skipped, then this will be an empty string" +``requirements``,Required,List of :ref:`Requirement Metadata `,,See :ref:`Requirement Metadata ` -- cgit 1.2.3-korg