You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The CLAMP Participant Simulator is a simulator used to test the participant ecosystem.

Sirisha Manchikanti to update.


Run Participant Simulator from command line using Maven

mvn spring-boot:run -Dspring-boot.run.arguments="--server.port=8080 --topicServer=localhost"

Run Participant from command line using Jar

java -jar -Dserver.port=8080 -DtopicServer=localhost target/policy-clamp-participant-impl-simulator-6.1.2-SNAPSHOT.jar

Swagger UI

Swagger User Interface of the Participant Simulator is available at the below link:

http://localhost:8080/onap/participantsim/swagger-ui/

  • No labels