summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorArul.Nambi <arul.nambi@amdocs.com>2017-10-05 13:56:29 -0400
committerArul.Nambi <arul.nambi@amdocs.com>2017-10-05 13:57:16 -0400
commit90b737757ff790d199458c51f7e09c4806b4ba34 (patch)
tree2c0b3d4e7f493679f6489347ffabda2e6b2e1e1c /README.md
parent418dd7316977dfb78b55efce717ce34b33590e4d (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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 79700f3..08489f2 100644
--- a/README.md
+++ b/README.md
@@ -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
```