summaryrefslogtreecommitdiffstats
path: root/docs/development/devtools/api-smoke.rst
diff options
context:
space:
mode:
authorFrancescoFioraEst <francesco.fiora@est.tech>2023-04-18 11:06:49 +0100
committerFrancesco Fiora <francesco.fiora@est.tech>2023-04-18 10:10:03 +0000
commitaa1379e16f25de408489c9588f5d9c1924f84e37 (patch)
treeff3c686369c151fdf6774c12fa9e5739553e55fe /docs/development/devtools/api-smoke.rst
parentad9a1e88471b5073fe24399b0f51e8ae5bca3e05 (diff)
Restructure of devtools folder for smoke tests
Move smoke tests docs to smoke folder Issue-ID: POLICY-4627 Change-Id: Ica496db009c5e15b531fc0d6c3d93596f0425b28 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'docs/development/devtools/api-smoke.rst')
-rw-r--r--docs/development/devtools/api-smoke.rst47
1 files changed, 0 insertions, 47 deletions
diff --git a/docs/development/devtools/api-smoke.rst b/docs/development/devtools/api-smoke.rst
deleted file mode 100644
index 8230f33b..00000000
--- a/docs/development/devtools/api-smoke.rst
+++ /dev/null
@@ -1,47 +0,0 @@
-.. This work is licensed under a
-.. Creative Commons Attribution 4.0 International License.
-.. http://creativecommons.org/licenses/by/4.0
-
-.. _policy-api-smoke-testing-label:
-
-.. toctree::
- :maxdepth: 2
-
-Policy API Smoke Test
-~~~~~~~~~~~~~~~~~~~~~
-
-The policy-api smoke testing is executed against a default ONAP installation as per OOM charts.
-This test verifies the execution of all the REST api's exposed by the component to make sure the contract works as expected.
-
-General Setup
-*************
-
-The kubernetes installation will allocate all onap components across multiple worker node VMs.
-The normal worker VM hosting onap components has the following spec:
-
-- 16GB RAM
-- 8 VCPU
-- 160GB Ephemeral Disk
-
-
-The ONAP components used during the smoke tests are:
-
-- Policy API to perform CRUD of policies.
-- Policy DB to store the policies.
-
-
-Testing procedure
-*****************
-
-The test set is focused on the following use cases:
-
-- Execute all the REST api's exposed by policy-api component.
-
-Execute policy-api testing
---------------------------
-Download & execute the steps in postman collection for verifying policy-api component.
-The steps need to be performed sequentially one after another. And no input is required from user.
-
-`Policy Framework Lifecycle API <https://github.com/onap/policy-api/blob/master/postman/lifecycle-api-collection.json>`_
-
-Make sure to execute the delete steps in order to clean the setup after testing.