Skip to content

Commit 5bdafb0

Browse files
authored
FDP-3055: Adding private OSLP device key to publiclighting cucumber tests (#1563)
Signed-off-by: Jelle Hoffman jelle.hoffman@hotmail.com Signed-off-by: Jelle Hoffman jelle.hoffman@hotmail.com
1 parent dc129a4 commit 5bdafb0

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

integration-tests/cucumber-tests-platform-publiclighting/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM eclipse-temurin:17
22
WORKDIR /
33
COPY target/cucumber-*-test-jar-with-dependencies.jar /
44
COPY src/test/resources/logback.xml /logback.xml
5+
COPY src/test/resources/oslp_sim_ecdsa_private.der /etc/ssl/certs/oslp/oslp_sim_ecdsa_private.der
56
RUN wget https://repo1.maven.org/maven2/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar
67
CMD java -javaagent:org.jacoco.agent-0.8.12-runtime.jar=destfile=/target/code-coverage/jacoco-it.exec \
78
-Dcucumber.execution.strict=true\

0 commit comments

Comments
 (0)