diff options
author | opensource-tnbt <sridhar.rao@spirent.com> | 2020-03-05 18:16:28 +0530 |
---|---|---|
committer | opensource-tnbt <sridhar.rao@spirent.com> | 2020-03-05 18:18:10 +0530 |
commit | 4f234b8fd2012d1c7c26effefdd41e7636a35738 (patch) | |
tree | 2ba04168f1fb02d66823a37b855ef401cbdfd4e4 /tools/sdv/docs | |
parent | bdfa7edabbe6085e80c17ae1ce8c06e42ea5bc5c (diff) |
Tools: Version-1 of SDV Added.
This patch adds Version-1 of the SDV.
Please refer to docs folder for the details.
Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com>
Change-Id: I4fefa4752e40a735414d57b45d1dc929afa301b1
Diffstat (limited to 'tools/sdv/docs')
-rw-r--r-- | tools/sdv/docs/valid.rst | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/tools/sdv/docs/valid.rst b/tools/sdv/docs/valid.rst new file mode 100644 index 0000000..6aeb8a2 --- /dev/null +++ b/tools/sdv/docs/valid.rst @@ -0,0 +1,28 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) OPNFV, Intel Corporation, AT&T and others. + +CIRV Software Validation Tool +============================= +This tool is designed to perform Software Configuration Validation, which covers: + +1. Pre-Deployment (of VIM or Container Management Software) Validation of Software Configuration +2. Post-Deployment (of VIM or Container Management Software) Validation of Software Configuration +3. Network-Link Checking - Validating VLAN and IP configurations + + +Installation +************ +This tool does not have any installation. However, there are requirements in terms of Python packages, which can be installed using pip3. Refer to requirements.txt file for the package list. + +Usage +***** +Example Commands: + +1. To run all the validations: ./valid +2. Help: ./valid --help +3. Version Check: ./valid --version +4. List Sofware Pre-Deployment validators: ./valid --list-swpredepv +5. List Sofware Post-Deployment validators: ./valid --list-swpostdepv +6. List all validations: ./valid --list-validations +7. Run only single validation [WORK IN PROGRESS] |