diff options
author | Liam Fallon <liam.fallon@est.tech> | 2022-04-13 08:43:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-04-13 08:43:36 +0000 |
commit | 977a81da2257629a1fa54515578d3773f934f12f (patch) | |
tree | 25090e8538f7bf836202d0232d539d232a1a465e /docs/development/devtools/pap-smoke.rst | |
parent | ec1d537663eea6764322993c4bbc684c984fceb2 (diff) | |
parent | 45ce655d0a7a1568e3518bc968f968a41688f99d (diff) |
Merge "Fix typos in policy docs devtools"
Diffstat (limited to 'docs/development/devtools/pap-smoke.rst')
-rw-r--r-- | docs/development/devtools/pap-smoke.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/development/devtools/pap-smoke.rst b/docs/development/devtools/pap-smoke.rst index 07d143bd..a5f54c06 100644 --- a/docs/development/devtools/pap-smoke.rst +++ b/docs/development/devtools/pap-smoke.rst @@ -47,7 +47,7 @@ Create policies using policy-api In order to test policy-pap, we need to use policy-api component to create the policies. Download & execute the steps in postman collection for creating policies. -The steps needs to be performed sequentially one after another. And no input is required from user. +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>`_ @@ -57,7 +57,7 @@ Make sure to skip the delete policy steps. Execute policy-pap testing -------------------------- Download & execute the steps in postman collection for verifying policy-pap component. -The steps needs to be performed sequentially one after another. And no input is required from user. +The steps need to be performed sequentially one after another. And no input is required from user. `Policy Framework Administration API <https://github.com/onap/policy-pap/blob/master/postman/pap-api-collection.json>`_ |