From 0fd1dc39ee6f6bb7f2c35f84c3a2a39d9e63805f Mon Sep 17 00:00:00 2001 From: opensource-tnbt Date: Fri, 30 Oct 2020 15:48:23 +0530 Subject: CIRV-Cleanup: Remove HDV and SDV contents. As CIRV-HDV and CIRV-SDV are active now, we do not need contents here. The docs folder has links to HDV and SDV. Signed-off-by: Sridhar K. N. Rao Change-Id: I86ee90fb5e969e14d000d9a08d971b13a2c2740e --- tools/sdv/docs/valid.rst | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 tools/sdv/docs/valid.rst (limited to 'tools/sdv/docs') diff --git a/tools/sdv/docs/valid.rst b/tools/sdv/docs/valid.rst deleted file mode 100644 index 6aeb8a2..0000000 --- a/tools/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] -- cgit