summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMurali <murali.p@huawei.com>2017-10-24 12:17:53 +0000
committerMurali <murali.p@huawei.com>2017-10-24 12:17:53 +0000
commit701dabbc06deefb10f265217e21a2a5b9076563c (patch)
tree576a24c12f6936ccea1f4d5d6b8705756116e0f3
parent57c8169103bdc7bbc4e678693dfdb8c7731f2092 (diff)
Remove question mark symbol from pkgtool doc
Change-Id: I1f28db227554ead10a38929c4be28b23ddfff63d Jira:VNFSDK-115 Signed-off-by: Murali <murali.p@huawei.com>
-rw-r--r--docs/files/marketplace-overview.rst3
-rw-r--r--docs/files/pkgtool.rst4
2 files changed, 4 insertions, 3 deletions
diff --git a/docs/files/marketplace-overview.rst b/docs/files/marketplace-overview.rst
index a73d80b..14e0b91 100644
--- a/docs/files/marketplace-overview.rst
+++ b/docs/files/marketplace-overview.rst
@@ -18,7 +18,8 @@ VNF SDK provides a reference implementation "marketplace" to help vendors valida
iv. Delete VNF
b. It also provides an intuitive Graphical user interface to perform above activities.
-2. Along with these, VNF SDK also provides hooks to call other tools or libraries including **Validation and Function Tests**.
+
+2. Along with these, VNF SDK also provides hooks to call other tools or libraries including **Validation and Function Tests**.
a. Validation verifies the package structure, mandatory files and their format. Currently, the tool performs basic validation to support SDC. In a future release, it will also ensure integrity and authenticity of the package as described by VNF Requirements.
b. Function Test provides Robot framework test cases present in each VNF. Function test executes those test cases and send the test response back to the marketplace. While the framework is in place, actual test development is deferred for a future release.
diff --git a/docs/files/pkgtool.rst b/docs/files/pkgtool.rst
index b65029c..36e582e 100644
--- a/docs/files/pkgtool.rst
+++ b/docs/files/pkgtool.rst
@@ -9,7 +9,7 @@ Provided tools
* VNF Package Extractor - extracts VNF product model and executables from the CSAR file
* VNF Package Parser - translates VNF product blueprint into a format consumable by ONAP components
* VNF Package Dry Run - performs a "dry run" install to ensure that the package can be deployed during instantiation
+
The tools are provided in a form of a shared library (Python module) that can be used in other projects. A CLI is also provided out-of-the box for DevOps to use the library with their scripts and autoamtion framework.
Repository Name: vnfsdk/pkgtools
@@ -42,5 +42,5 @@ Usage
* Validate CSAR content
vnfsdk csar-validate source
+
All commands have -h switch which displays help and description of all paramaters.