diff options
author | lapentafd <francesco.lapenta@est.tech> | 2022-04-12 11:23:22 +0100 |
---|---|---|
committer | lapentafd <francesco.lapenta@est.tech> | 2022-04-12 12:17:54 +0100 |
commit | 45ce655d0a7a1568e3518bc968f968a41688f99d (patch) | |
tree | cb952120e4bbef766e296969834f77963f389333 /docs/development/devtools/pap-smoke.rst | |
parent | 4236d55e6df1c17318995a65ad0a6e9411462456 (diff) |
Fix typos in policy docs devtools
Update images names, that were not displaying
Issue-ID: POLICY-3941
Signed-off-by: lapentafd <francesco.lapenta@est.tech>
Change-Id: I85115478f285028ad02644614bee9c0f7f178206
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>`_ |