summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/mountpoint-registrar/provider/src/test
diff options
context:
space:
mode:
authorRavi Pendurty <ravi.pendurty@highstreet-technologies.com>2021-09-22 18:06:57 +0530
committerKAPIL SINGAL <ks220y@att.com>2021-09-23 15:37:59 +0000
commite5c80e9f8e406a32b4e77235337816074b797e3a (patch)
tree938d9794088d1c6c366f9f27c1b361b644fb9ed6 /sdnr/wt/mountpoint-registrar/provider/src/test
parent0eaf2d56a8ac8de275cd80d3db38c02f110faa30 (diff)
Fix failure to mount TLS devices when mounted via VES PNFRegistration
Include redaction of sensitive information Issue-ID: CCSDK-3469 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I526df1f04d77b3b4ac382e8d920bb182c5461ccc Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
Diffstat (limited to 'sdnr/wt/mountpoint-registrar/provider/src/test')
-rw-r--r--sdnr/wt/mountpoint-registrar/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/test/TestPNFMountPointClient.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdnr/wt/mountpoint-registrar/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/test/TestPNFMountPointClient.java b/sdnr/wt/mountpoint-registrar/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/test/TestPNFMountPointClient.java
index 9db9071ef..0858a7faa 100644
--- a/sdnr/wt/mountpoint-registrar/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/test/TestPNFMountPointClient.java
+++ b/sdnr/wt/mountpoint-registrar/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/test/TestPNFMountPointClient.java
@@ -43,8 +43,8 @@ public class TestPNFMountPointClient extends PNFMountPointClient {
testClient = new TestPNFMountPointClient();
testClient.setAuthorization("admin", "admin");
Map<String, String> payloadMap = PNFMountPointClient.createPNFNotificationPayloadMap(
- "TEST 50001", "127.0.0.1", "TLS", "key_id",
- "admin", "admin", "17380");
+ "TEST 50001", "127.0.0.1", "17830", "TLS",
+ "admin", "admin", "key_id");
String msg = testClient.prepareMessageFromPayloadMap(payloadMap);
assertTrue(testClient.sendNotification(msg));