diff options
author | kaihlavi <l.kaihlavirt@partner.samsung.com> | 2019-05-17 14:54:25 +0300 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2019-05-22 15:42:40 +0000 |
commit | e9135d23dcf8f7822ed46a1031d078d3d295f6a7 (patch) | |
tree | 9dc4d770e90ffddb1585dfa5edefcd82d85ccf6d /docs/consumedapis.rst | |
parent | fcedbc898a9d7b24a72d037e41d49535a3ba13cc (diff) |
Fix minor typos in documentation
Change-Id: I0c1468fc0f7f9a03ee7c23c2ca1b9debd136c671
Issue-ID: SDC-2315
Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
Diffstat (limited to 'docs/consumedapis.rst')
-rw-r--r-- | docs/consumedapis.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/consumedapis.rst b/docs/consumedapis.rst index 8e70210918..7666209feb 100644 --- a/docs/consumedapis.rst +++ b/docs/consumedapis.rst @@ -33,10 +33,10 @@ SDC invokes Compliance Checks via VNF Test Platform (VTP) * - /vtp/scenarios - retrieve list available test scenarios * - /vtp/scenarios/{scenario}/testsuites - - retrieve a list of available test suites in given scenario + - retrieve a list of available test suites in a 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 + - retrieve test case parameters such as inputs and outputs in a given scenario and test suite * - /vtp/executions - execute a list of test cases |