From 50fd8fd01c059ba031e5ee13a0751d999cc90d67 Mon Sep 17 00:00:00 2001 From: IanB Date: Thu, 22 Nov 2018 15:57:14 +0000 Subject: Re-enable sidecar unit tests After recent commits, sidecar unit tests had been disabled. These changes re-enable them and allow them to complete successfully. After review comments removed the dependency on Mockito and added a comment on the Surefire plugin configuration. Change-Id: I301b524e06460480e37d180a3fc9977588e87892 Issue-ID: AAF-642 Signed-off-by: IanB --- sidecar/rproxy/config/cadi.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sidecar/rproxy/config/cadi.properties') diff --git a/sidecar/rproxy/config/cadi.properties b/sidecar/rproxy/config/cadi.properties index 543bc1e..cc975e9 100644 --- a/sidecar/rproxy/config/cadi.properties +++ b/sidecar/rproxy/config/cadi.properties @@ -16,4 +16,7 @@ aaf_id=demo@people.osaaf.org aaf_password=enc:92w4px0y_rrm265LXLpw58QnNPgDXykyA1YTrflbAKz # This is a colon separated list of client cert issuers -cadi_x509_issuers=CN=ONAP, OU=ONAP, O=ONAP, L=Ottawa, ST=Ontario, C=CA \ No newline at end of file +cadi_x509_issuers=CN=ONAP, OU=ONAP, O=ONAP, L=Ottawa, ST=Ontario, C=CA + +cadi_latitude=80.62 +cadi_longitude=72.62 -- cgit 1.2.3-korg