aboutsummaryrefslogtreecommitdiffstats
path: root/sdv/docs/valid.rst
diff options
context:
space:
mode:
authoropensource-tnbt <sridhar.rao@spirent.com>2020-10-27 08:19:07 +0530
committeropensource-tnbt <sridhar.rao@spirent.com>2020-10-27 08:21:39 +0530
commita848ae411a7e3a69bf00042166392c5a0d45a7e0 (patch)
treee4036c81351cdf76ab4e0bce1c7d7a977436ca41 /sdv/docs/valid.rst
parentf12039ae1fb9ed773ddf3d8000c6645e5900c48e (diff)
DOCS: Re-Organize Documentation.
This patch organizes documentation for Jerma Release. Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com> Change-Id: I653c8c4b4e0092059f19314631a0fcab4941e134
Diffstat (limited to 'sdv/docs/valid.rst')
-rw-r--r--sdv/docs/valid.rst28
1 files changed, 0 insertions, 28 deletions
diff --git a/sdv/docs/valid.rst b/sdv/docs/valid.rst
deleted file mode 100644
index 6aeb8a2..0000000
--- a/sdv/docs/valid.rst
+++ /dev/null
@@ -1,28 +0,0 @@
-.. 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]