aboutsummaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorFilip Krzywka <filip.krzywka@nokia.com>2019-05-20 13:58:08 +0200
committerPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2019-05-21 07:25:25 +0000
commit9c9f9e2663d0a1adbb00553a4c32f9fb9f0befd2 (patch)
tree7326359d7b92ce361b77b7911a1b6f4b520f3f62 /services
parente113136f357a21b459a332ef5526d20869f40ef8 (diff)
Enable integration tests
Due to overriding oparent's configuration in "build/plugins" section it seems we disabled resolving dependencies and integration-tests couldn't find junit-jupiter-engine on classpath (test files were found, however @Test annotation did not mean anything to failsafe plugin). - also moved plugins-management section lower in build-tree to follow convention - prelonged hvves-client-producer test certificates Change-Id: Iaddd26735e489180eaa0153fdd1322f95bcff36a Issue-ID: DCAEGEN2-1423 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
Diffstat (limited to 'services')
-rw-r--r--services/hv-ves-client/producer/ct/src/test/resources/client.p12bin5175 -> 5175 bytes
-rw-r--r--services/hv-ves-client/producer/ct/src/test/resources/server.p12bin5175 -> 5175 bytes
-rw-r--r--services/hv-ves-client/producer/ct/src/test/resources/trust.p12bin2303 -> 1514 bytes
3 files changed, 0 insertions, 0 deletions
diff --git a/services/hv-ves-client/producer/ct/src/test/resources/client.p12 b/services/hv-ves-client/producer/ct/src/test/resources/client.p12
index 26b79d77..3105cc9c 100644
--- a/services/hv-ves-client/producer/ct/src/test/resources/client.p12
+++ b/services/hv-ves-client/producer/ct/src/test/resources/client.p12
Binary files differ
diff --git a/services/hv-ves-client/producer/ct/src/test/resources/server.p12 b/services/hv-ves-client/producer/ct/src/test/resources/server.p12
index 169ecf34..6f5c81e5 100644
--- a/services/hv-ves-client/producer/ct/src/test/resources/server.p12
+++ b/services/hv-ves-client/producer/ct/src/test/resources/server.p12
Binary files differ
diff --git a/services/hv-ves-client/producer/ct/src/test/resources/trust.p12 b/services/hv-ves-client/producer/ct/src/test/resources/trust.p12
index 1ca2f651..bc4ba269 100644
--- a/services/hv-ves-client/producer/ct/src/test/resources/trust.p12
+++ b/services/hv-ves-client/producer/ct/src/test/resources/trust.p12
Binary files differ