diff options
author | 2019-05-10 11:23:28 -0400 | |
---|---|---|
committer | 2019-05-10 11:23:39 -0400 | |
commit | ff89c8072fc72e672ff9eb149ca8b2e8fe69bd7a (patch) | |
tree | 23a2f5efc9e0dd23d5313e96a039b689e724d951 /src/main/resources/dme2testcase.properties | |
parent | ab3015141a2cb42308f1d09dc3a7edc8c10cf5c7 (diff) |
clean MR codebase
Issue-ID: DMAAP-1192
Change-Id: Ic7cfa0af7ef6578be488025fe0e058d7e84dd403
Signed-off-by: sunil.unnava <sunil.unnava@att.com>
Diffstat (limited to 'src/main/resources/dme2testcase.properties')
-rw-r--r-- | src/main/resources/dme2testcase.properties | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/main/resources/dme2testcase.properties b/src/main/resources/dme2testcase.properties index ad38c43..a1b09f6 100644 --- a/src/main/resources/dme2testcase.properties +++ b/src/main/resources/dme2testcase.properties @@ -23,33 +23,33 @@ Version =1.0 Environment =TEST Latitude =37.66 Longitude =-122.096839 -ServiceName =dmaap-v1.dev.dmaap.dt.saat.acsi.att.com/apiKeys +ServiceName =org.onap.dmaap.mr/apiKeys Partner =MR1 #producerConsumer SubContextPathproducer =/events/ SubContextPathConsumer=/events/ group=group -id=rk229m@csp.att.com +id=user@me.dmaap.onap.com #filter SubContextPathConsumerFilter=/events/ -filterType=filter={"class":"Equals", "field":"email", "value":"ai039a@att.com"} +filterType=filter={"class":"Equals", "field":"email", "value":"test@onap.com"} #topics subContextPathGetAllTopic=/topics subContextPathGetOneTopic=/topics/ -SubContextPathGetPublisher=/topics/com.att.app.dmaap.mr.sharjeel/producers -SubContextPathGetPermitPublisher=/topics/com.att.app.dmaap.mr.sharjeel/producers/rk229m@csp.att.com -SubContextPathGetConsumer=/topics/com.att.app.dmaap.mr.sharjeel/consumers +SubContextPathGetPublisher=/topics/test/producers +SubContextPathGetPermitPublisher=/topics/test/producers/test@onap.com +SubContextPathGetConsumer=/topics/test/consumers SubContextPathCreateTopic=/topics/create -SubContextPathGetPermitConsumer=/topics/com.att.app.dmaap.mr.sharjeel/consumers/rk229m@att.com -newTopic=com.att.dmaap.mr.junittestingtopic +SubContextPathGetPermitConsumer=/topics/test/consumers/test@onap.com +newTopic=org.onap.dmaap.mr.junittestingtopic topicDescription=new topic creation partition=1 replication=1 txenabled=true -deleteTopic=com.att.dmaap.mr.deleteTopic +deleteTopic=org.onap.dmaap.mr.deleteTopic #Admin @@ -75,7 +75,7 @@ MethodTypePost =POST MethodTypeGet=GET MethodTypePut=PUT MethodTypeDelete=DELETE -message ={"id": "example@att.com"} +message ={"id": "test@onap.com"} user=<user_id> password=<password> |