aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java/org/onap/dcae/TLSTest.java
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2019-04-15 19:36:07 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-15 19:36:07 +0000
commitff4bf8d97be17232187dfdbb5fc913d015b3b213 (patch)
tree7623c7de4b4d14eb21fae2ff7c5a9b34722f1571 /src/test/java/org/onap/dcae/TLSTest.java
parent4d4540de666c02754b4c35bb4a27a6c99c437f83 (diff)
parenta6ffdd5cb52d61792dfe8e233620b34098a5fb37 (diff)
Merge "Collector authentication enhancement"
Diffstat (limited to 'src/test/java/org/onap/dcae/TLSTest.java')
-rw-r--r--src/test/java/org/onap/dcae/TLSTest.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/java/org/onap/dcae/TLSTest.java b/src/test/java/org/onap/dcae/TLSTest.java
index b1f90371..3cf0a162 100644
--- a/src/test/java/org/onap/dcae/TLSTest.java
+++ b/src/test/java/org/onap/dcae/TLSTest.java
@@ -125,6 +125,7 @@ public class TLSTest extends TLSTestBase {
when(settings.authMethod()).thenReturn(AuthMethodType.CERT_ONLY.value());
when(settings.truststoreFileLocation()).thenReturn(TRUSTSTORE.toString());
when(settings.truststorePasswordFileLocation()).thenReturn(TRUSTSTORE_PASSWORD_FILE.toString());
+ when(settings.certSubjectMatcher()).thenReturn(CERT_SUBJECT_MATCHER.toString());
}
}