From 756e7210cf13c6ef9bae8f785d3f46112c136f7d Mon Sep 17 00:00:00 2001 From: Jakub Dudycz Date: Fri, 1 Mar 2019 17:39:09 +0100 Subject: Fix ssl related bug in xnf simulator Fix bug when xnf simnulator was using same SecurityKeys object instance for every new VesClient, which resulted in fault while trying to connect to collector. With new implementation simulator reuses same HvVesProdcuer from SDK for every VesEvent request received and creates new Producer for every WireFrameEvent request. This allows to continue testing cases in which there is need to assert if connection was dropped from malicious client. Change-Id: I5f51a58de85cccf7de6ab2392f86259502be31dd Issue-ID: DCAEGEN2-1291 Signed-off-by: Jakub Dudycz Signed-off-by: Filip Krzywka --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index dfccb2bc..41a1c457 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,7 @@ 1.7 0.8.2 1.0.0-RC11 - 1.1.2-SNAPSHOT + 1.1.3-SNAPSHOT 3.6.1 -- cgit 1.2.3-korg