summaryrefslogtreecommitdiffstats
path: root/docs/development/devtools/devtools.rst
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2021-11-08 13:36:10 +0000
committerliamfallon <liam.fallon@est.tech>2021-11-08 13:36:14 +0000
commit50d9a54de9934c60efc83f46f5e836947128bf46 (patch)
tree45ba2fb21c9492186569e7534a3659a7fccde7bd /docs/development/devtools/devtools.rst
parente79ee8a70ee7e16dd788273c564757fbd1e6e404 (diff)
Update Istanbul branch to fix doc errors
Some changes were missed in the cherry picks, this review fixes up the Istanbul documentation. Issue-ID: POLICY-3770 Change-Id: I974af7f95b826c9695cbf7201b1f11cebf871215 Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'docs/development/devtools/devtools.rst')
-rw-r--r--docs/development/devtools/devtools.rst16
1 files changed, 5 insertions, 11 deletions
diff --git a/docs/development/devtools/devtools.rst b/docs/development/devtools/devtools.rst
index 578bdbec..97acac48 100644
--- a/docs/development/devtools/devtools.rst
+++ b/docs/development/devtools/devtools.rst
@@ -58,7 +58,7 @@ ONAP Policy Framework has dependencies to the ONAP Parent *oparent* module, the
policy/xacml-pdp \
policy/distribution \
policy/gui \
- policy/engine "
+ policy/clamp "
##
## Help screen and exit condition (i.e. too few arguments)
@@ -152,7 +152,7 @@ Execution of the script above results in the following directory hierarchy in yo
* ~/git/onap/policy/docker
* ~/git/onap/policy/drools-applications
* ~/git/onap/policy/drools-pdp
- * ~/git/onap/policy/engine
+ * ~/git/onap/policy/clamp
* ~/git/onap/policy/apex-pdp
* ~/git/onap/policy/xacml-pdp
* ~/git/onap/policy/distribution
@@ -198,10 +198,7 @@ Building ONAP Policy Framework Components
<module>drools-applications</module>
<module>distribution</module>
<module>gui</module>
- <!-- The engine repo is being deprecated,
- and can be ommitted if not working with
- legacy api and components. -->
- <module>engine</module>
+ <module>clamp</module>
</modules>
</project>
@@ -279,6 +276,8 @@ familiar with the Policy Framework components and test any local changes.
policy-gui-controlloop-smoke.rst
db-migrator-smoke.rst
cl-participants-smoke.rst
+ clamp-smoke.rst
+ clamp-cl-participant-protocol-smoke.rst
policy-participant-smoke.rst
..
@@ -299,11 +298,6 @@ familiar with the Policy Framework components and test any local changes.
..
distribution-smoke.rst
-..
- clamp-smoke.rst
-
-..
- clamp-cl-participant-protocol-smoke.rst
Running the Stability/Performance Tests
***************************************