diff options
author | Arul.Nambi <arul.nambi@amdocs.com> | 2017-10-05 13:56:29 -0400 |
---|---|---|
committer | Arul.Nambi <arul.nambi@amdocs.com> | 2017-10-05 13:57:16 -0400 |
commit | 90b737757ff790d199458c51f7e09c4806b4ba34 (patch) | |
tree | 2c0b3d4e7f493679f6489347ffabda2e6b2e1e1c /README.md | |
parent | 418dd7316977dfb78b55efce717ce34b33590e4d (diff) |
Renaming openecomp to onap
Issue-ID: AAI-208
Change-Id: I2635c4ed4f9e5d17b93a8ec2c3a0d82b79f75320
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -383,7 +383,7 @@ There is a jar-with-dependencies provided in maven that contains a performance t ``` -java -cp champ-0.0.1-SNAPSHOT-jar-with-dependencies.jar org.openecomp.aai.champ.perf.ChampAPIPerformanceTest --champ.graph.type=IN_MEMORY +java -cp champ-0.0.1-SNAPSHOT-jar-with-dependencies.jar org.onap.aai.champ.perf.ChampAPIPerformanceTest --champ.graph.type=IN_MEMORY ``` @@ -394,7 +394,7 @@ Note that after the --champ.graph.type=TITAN parameter is provided, you may prov ``` -java -cp champ-0.0.1-SNAPSHOT-jar-with-dependencies.jar org.openecomp.aai.champ.perf.ChampAPIPerformanceTest --champ.graph.type=TITAN --storage.backend=cassandrathrift --storage.hostname=localhost +java -cp champ-0.0.1-SNAPSHOT-jar-with-dependencies.jar org.onap.aai.champ.perf.ChampAPIPerformanceTest --champ.graph.type=TITAN --storage.backend=cassandrathrift --storage.hostname=localhost ``` |