summaryrefslogtreecommitdiffstats
path: root/docs/validation-scripts.rst
diff options
context:
space:
mode:
authorLovett, Trevor <trevor.lovett@att.com>2019-09-04 12:14:04 -0500
committerLovett, Trevor (tl2972) <tl2972@att.com>2019-09-04 12:46:22 -0500
commit3326ce230c992382896905d9b7c642faa602319c (patch)
tree37f2121b8f36a2fc0bd7c89b5b98d68779b1c79b /docs/validation-scripts.rst
parent7766554b3057c8955ec8c0c15e4d9c62a83eb126 (diff)
[VVP] Adding documenation for preload generation
Issue-ID: VVP-279 Change-Id: Ibc30244603ddb2588348fecd51721ab11e955618 Signed-off-by: Lovett, Trevor <trevor.lovett@att.com> Signed-off-by: Lovett, Trevor (tl2972) <tl2972@att.com>
Diffstat (limited to 'docs/validation-scripts.rst')
-rw-r--r--docs/validation-scripts.rst38
1 files changed, 19 insertions, 19 deletions
diff --git a/docs/validation-scripts.rst b/docs/validation-scripts.rst
index b327ad4..9de4502 100644
--- a/docs/validation-scripts.rst
+++ b/docs/validation-scripts.rst
@@ -65,6 +65,18 @@ that are used by VVP::
--output-directory=OUTPUT_DIR
Alternate directory for report output.
+ --category=TEST_CATEGORIES
+ optional category of test to execute
+
+ --env-directory=ENV_DIR
+ optional directory of .env files for preload
+ generation
+
+ --preload-format=PRELOAD_FORMATS
+ Preload format to create (multiple allowed). If not
+ provided then all available formats will be created:
+ GR-API, VNF-API
+
.. _vvp-reports:
VVP Reports
@@ -99,6 +111,13 @@ ouput directory (specified via ``--output-directory`` or
| ``failures`` | **Deprecated** JSON version of test failures. Use |
| | ``report.json`` instead. |
+-----------------------+------------------------------------------------------+
+|``preloads/<format>/*``| A blank preload will be created for every VF Module |
+| | in the template directory. The ``<format>`` |
+| | will be based on the preload format(s) selected. |
+| | See :ref:`Preload Generation <vvp-preload-gen>` for |
+| | for more detail. |
++-----------------------+------------------------------------------------------+
+
.. _vvp-report:
@@ -341,22 +360,3 @@ written on your local machine::
The same :ref:`command line options <vvp-cmd-options>` can be used with the
Docker image that are used with the version from source.
-
-Self-Test Suite
----------------
-
-The ``ice_validator`` includes an extensive self-test suite. It is a
-**requirement** for any additions or changes to the test suite to
-successfully and cleanly complete a tox run. Simply run ``tox`` from
-the project root as:
-
-``$ tox``
-
-You can also run it under the folder ``ice_validator``:
-
-``$ pytest --self-test``
-
-
-
-
-