aboutsummaryrefslogtreecommitdiffstats
path: root/docs/consumedapis.rst
diff options
context:
space:
mode:
authorVodafone <onap@vodafone.com>2019-04-09 15:18:21 +0530
committerOren Kleks <orenkle@amdocs.com>2019-04-10 08:31:51 +0000
commitc4e0ca667a62902b8d681ee5ecb1dc60a1e2b83e (patch)
tree158022f9c7bde4106b3ae765520d4b946a4bbc7d /docs/consumedapis.rst
parentab5c816e1578d8f0dba231e0026e5175a84c31c3 (diff)
VSP Compliance Check for Compute Flavor-BE
Change-Id: Ife3eb83ab49e50fde1b0eb128e7e1abd5043432f Issue-ID: SDC-2051 Co-authored-by: jguistwite@iconectiv.com Signed-off-by: Vodafone <onap@vodafone.com>
Diffstat (limited to 'docs/consumedapis.rst')
-rw-r--r--docs/consumedapis.rst22
1 files changed, 21 insertions, 1 deletions
diff --git a/docs/consumedapis.rst b/docs/consumedapis.rst
index 0e2380f197..8e70210918 100644
--- a/docs/consumedapis.rst
+++ b/docs/consumedapis.rst
@@ -19,4 +19,24 @@ SDC allows the user to choose packages from VNF-SDK and start the onboarding fro
* - /onapapi/vnfsdk-marketplace/v1/PackageResource/csars
- get all available csar package data
* - /onapapi/vnfsdk-marketplace/v1/PackageResource/csars/{id}/files
- - Download CSAR by id \ No newline at end of file
+ - Download CSAR by id
+
+
+SDC invokes Compliance Checks via VNF Test Platform (VTP)
+
+.. list-table::
+ :widths: 60 40
+ :header-rows: 1
+
+ * - URL
+ - Description
+ * - /vtp/scenarios
+ - retrieve list available test scenarios
+ * - /vtp/scenarios/{scenario}/testsuites
+ - retrieve a list of available test suites in given scenario
+ * - /vtp/scenarios/{scenario}/testcases
+ - retrieve a list of available test cases in a given scenario
+ * - /vtp/scenarios/{scenario}/testsuites/{testSuiteName}/testcases/{testCaseName}
+ - retrieve test case parameters such as inputs and outputs in a given scenario and test suite
+ * - /vtp/executions
+ - execute a list of test cases