From 384b7b14722c5a2e351d61b3779869d680cebf8f Mon Sep 17 00:00:00 2001 From: tkogut Date: Fri, 16 Oct 2020 13:01:29 +0200 Subject: Adjust PNF simulator to use strict hostname checking. Use separate keystore/truststore for ves. Add network for communication between ves and pnfsim. Issue-ID: INT-1744 Signed-off-by: tkogut Change-Id: I6626ac6d6f74e739aeb93879eddfd44f9e9383ea --- sanitycheck/events/vesAddressConfiguration.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sanitycheck/events/vesAddressConfiguration.json') diff --git a/sanitycheck/events/vesAddressConfiguration.json b/sanitycheck/events/vesAddressConfiguration.json index 9c6aa22..ad4e3df 100644 --- a/sanitycheck/events/vesAddressConfiguration.json +++ b/sanitycheck/events/vesAddressConfiguration.json @@ -1,3 +1,3 @@ { - "vesServerUrl": "http://172.17.0.1:8080/eventListener/v7" + "vesServerUrl": "https://ves:8443/eventListener/v7" } -- cgit 1.2.3-korg