Move cmd ssl logic to xnf-simulator 72/84872/7
authorJakub Dudycz <jakub.dudycz@nokia.com>
Wed, 10 Apr 2019 13:02:01 +0000 (15:02 +0200)
committerJakub Dudycz <jakub.dudycz@nokia.com>
Fri, 12 Apr 2019 09:18:52 +0000 (11:18 +0200)
commitbe68ea73313277ae749cdc47f15e9993d1c5a6ce
tree14925ead80cc8cbc2481f0af8646f6b8cfac9305
parent49f43c856c8ca793bc6972d9d4b47c2d0d4c0816
Move cmd ssl logic to xnf-simulator

Change-Id: I562acbb0b7522e6cefea2a2dc1a9e292c1227b41
Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
Issue-ID: DCAEGEN2-565
14 files changed:
sources/hv-collector-ssl/pom.xml
sources/hv-collector-xnf-simulator/src/main/kotlin/org/onap/dcae/collectors/veshv/simulators/xnf/impl/config/ArgXnfSimulatorConfiguration.kt
sources/hv-collector-xnf-simulator/src/main/kotlin/org/onap/dcae/collectors/veshv/simulators/xnf/impl/config/SslUtils.kt [moved from sources/hv-collector-ssl/src/main/kotlin/org/onap/dcae/collectors/veshv/ssl/boundary/utils.kt with 94% similarity]
sources/hv-collector-xnf-simulator/src/main/kotlin/org/onap/dcae/collectors/veshv/simulators/xnf/main.kt
sources/hv-collector-xnf-simulator/src/test/kotlin/org/onap/dcae/collectors/veshv/simulators/xnf/impl/OngoingSimulationsTest.kt [moved from sources/hv-collector-xnf-simulator/src/test/kotlin/org/onap/dcae/collectors/veshv/main/OngoingSimulationsTest.kt with 91% similarity]
sources/hv-collector-xnf-simulator/src/test/kotlin/org/onap/dcae/collectors/veshv/simulators/xnf/impl/XnfSimulatorTest.kt [moved from sources/hv-collector-xnf-simulator/src/test/kotlin/org/onap/dcae/collectors/veshv/main/XnfSimulatorTest.kt with 97% similarity]
sources/hv-collector-xnf-simulator/src/test/kotlin/org/onap/dcae/collectors/veshv/simulators/xnf/impl/adapters/HvVesClientTest.kt [moved from sources/hv-collector-xnf-simulator/src/test/kotlin/org/onap/dcae/collectors/veshv/main/HvVesClientTest.kt with 96% similarity]
sources/hv-collector-xnf-simulator/src/test/kotlin/org/onap/dcae/collectors/veshv/simulators/xnf/impl/config/SslUtilsTest.kt [moved from sources/hv-collector-ssl/src/test/kotlin/org/onap/dcae/collectors/veshv/ssl/boundary/UtilsKtTest.kt with 85% similarity]
sources/hv-collector-xnf-simulator/src/test/resources/ssl/ca.crt [moved from sources/hv-collector-ssl/src/test/resources/ssl/ca.crt with 100% similarity]
sources/hv-collector-xnf-simulator/src/test/resources/ssl/password [moved from sources/hv-collector-ssl/src/test/resources/ssl/password with 100% similarity]
sources/hv-collector-xnf-simulator/src/test/resources/ssl/server.crt [moved from sources/hv-collector-ssl/src/test/resources/ssl/server.crt with 100% similarity]
sources/hv-collector-xnf-simulator/src/test/resources/ssl/server.key [moved from sources/hv-collector-ssl/src/test/resources/ssl/server.key with 100% similarity]
sources/hv-collector-xnf-simulator/src/test/resources/ssl/server.ks.pkcs12 [moved from sources/hv-collector-ssl/src/test/resources/ssl/server.ks.pkcs12 with 100% similarity]
sources/hv-collector-xnf-simulator/src/test/resources/ssl/trust.pkcs12 [moved from sources/hv-collector-ssl/src/test/resources/ssl/trust.pkcs12 with 100% similarity]