diff options
author | Liam Fallon <liam.fallon@est.tech> | 2022-03-31 16:51:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-03-31 16:51:06 +0000 |
commit | 5ed76e0ff3fb35095ada412b21a944dcf80f75c6 (patch) | |
tree | 01fd913c3087841031cc996b136d27d4393c2a40 /docs/clamp/acm/design-impl/participants/participant-simulator.rst | |
parent | 08102343816c677ed30d77ff963fdcc45dbb3a3e (diff) | |
parent | 96f544440333fb59fcc45fb9f53346e2320bc9bb (diff) |
Merge "Reestructuring the clamp doc tree"
Diffstat (limited to 'docs/clamp/acm/design-impl/participants/participant-simulator.rst')
-rw-r--r-- | docs/clamp/acm/design-impl/participants/participant-simulator.rst | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/clamp/acm/design-impl/participants/participant-simulator.rst b/docs/clamp/acm/design-impl/participants/participant-simulator.rst new file mode 100644 index 00000000..9ac4e735 --- /dev/null +++ b/docs/clamp/acm/design-impl/participants/participant-simulator.rst @@ -0,0 +1,21 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. + +.. _clamp-controlloop-participant-simulator: + +Participant Simulator +##################### + +This can be used for simulation testing purpose when there are no actual frameworks or a full deployment. +Participant simulator can edit the states of ControlLoopElements and Participants for verification of other controlloop components +for early testing. +All controlloop components should be setup, except participant frameworks (for example, no policy framework components +are needed) and participant simulator acts as respective participant framework, and state changes can be done with following REST APIs + +Participant Simulator API +========================= + +This API allows a Participant Simulator to be started and run for test purposes. + +:download:`Download Policy Participant Simulator API Swagger <swagger/participant-sim.json>` + +.. swaggerv2doc:: swagger/participant-sim.json |