diff options
author | Liam Fallon <liam.fallon@est.tech> | 2021-07-22 12:12:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-07-22 12:12:48 +0000 |
commit | 9218688ef4ad609319a15310c1a87058d042adc1 (patch) | |
tree | 5776cc613ec03721fa7ff5a37b8d14c9d03e0b74 /common/src/test/resources/demo/Notes.txt | |
parent | 366bc8085b7118de8b079d270da781723584f79e (diff) | |
parent | 66b7249d8304aedcea8b8d50f068aab8071ec81f (diff) |
Merge "Add distribution of policies to Policy Participant"
Diffstat (limited to 'common/src/test/resources/demo/Notes.txt')
-rw-r--r-- | common/src/test/resources/demo/Notes.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/common/src/test/resources/demo/Notes.txt b/common/src/test/resources/demo/Notes.txt index 777cdc0e1..43b75e915 100644 --- a/common/src/test/resources/demo/Notes.txt +++ b/common/src/test/resources/demo/Notes.txt @@ -6,9 +6,8 @@ $ docker run -p 3904:3904 --volume //c/Users/${USER}/Github/simulator/distributi Run DMaaP simulator using Maven Check out policy models -Go to policy/models/models-sim/models-sim-dmaap -mvn exec:java -Dexec.mainClass=org.onap.policy.models.sim.dmaap.startstop.Main -Dexec.args="-c src/main/resources/etc/DefaultConfig.json" - +Go to policy/models/models-sim/policy-models-simulators +mvn exec:java -Dexec.mainClass=org.onap.policy.models.simulators.Main -Dexec.args="src/test/resources/simParameters.json" Run CL from command line Go to clamp/runtime-controlloop |