From ff3eecb980bfdc8d43d2ed3a4c786d634fa6f4e2 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Tue, 1 Dec 2020 11:52:01 -0800 Subject: Migrate sli-northbound repo Migrate sli-northbound repo files into new directory "northbound". Signed-off-by: Jessica Wagantall --- .../src/test/resources/dmaap-consumer-1.properties | 35 ---------------------- 1 file changed, 35 deletions(-) delete mode 100755 dmaap-listener/src/test/resources/dmaap-consumer-1.properties (limited to 'dmaap-listener/src/test/resources/dmaap-consumer-1.properties') diff --git a/dmaap-listener/src/test/resources/dmaap-consumer-1.properties b/dmaap-listener/src/test/resources/dmaap-consumer-1.properties deleted file mode 100755 index ae83ef8c2..000000000 --- a/dmaap-listener/src/test/resources/dmaap-consumer-1.properties +++ /dev/null @@ -1,35 +0,0 @@ -TransportType=HTTPAAF -Latitude =40.397443 -Longitude =-74.135602 -Version =1.0 -ServiceName =localhost/events -Environment =DEV -Partner = -SubContextPath =/ -Protocol =http -MethodType =GET -username =test -password =test -contenttype =application/json -authKey=ABC123 -authDate=2016-05-10T13:13:50-0700 -host=localhost:3904 -topic=ccsdk-topic -group=ccsdk-unittest -id=ccsdk_unittest -timeout=15000 -limit=1000 -filter= -AFT_DME2_EXCHANGE_REQUEST_HANDLERS=com.att.nsa.test.PreferredRouteRequestHandler -AFT_DME2_EXCHANGE_REPLY_HANDLERS=com.att.nsa.test.PreferredRouteReplyHandler -AFT_DME2_REQ_TRACE_ON=true -AFT_ENVIRONMENT=AFTUAT -AFT_DME2_EP_CONN_TIMEOUT=15000 -AFT_DME2_ROUNDTRIP_TIMEOUT_MS=240000 -AFT_DME2_EP_READ_TIMEOUT_MS=50000 -sessionstickinessrequired=NO -DME2preferredRouterFilePath=src/test/resources/dmaap-listener.preferredRoute.txt -sdnc.odl.user=admin -sdnc.odl.password=admin -sdnc.odl.url-base=http://localhost:8282/restconf/operations - -- cgit 1.2.3-korg