summaryrefslogtreecommitdiffstats
path: root/auth/auth-certman/src/test
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2019-07-12 18:56:11 -0500
committerInstrumental <jonathan.gathman@att.com>2019-07-12 18:56:14 -0500
commitb5d91a686cede2fcf45e2b16e0141689d6c35a3f (patch)
tree5e5a11284763eff9a72350450afb1ca750719b50 /auth/auth-certman/src/test
parentf918e038f8f4eea2fb879edf704683877bc19849 (diff)
Add JAVA_HOME to check.sh
Issue-ID: AAF-792 Change-Id: Ief0fd9d1b933c20cf0367fbaba2ea3e9f8d67fbb Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/auth-certman/src/test')
-rw-r--r--auth/auth-certman/src/test/java/org/onap/aaf/auth/cm/test/CertmanTest.java25
1 files changed, 0 insertions, 25 deletions
diff --git a/auth/auth-certman/src/test/java/org/onap/aaf/auth/cm/test/CertmanTest.java b/auth/auth-certman/src/test/java/org/onap/aaf/auth/cm/test/CertmanTest.java
index 2eab9b2b..80c9dbcc 100644
--- a/auth/auth-certman/src/test/java/org/onap/aaf/auth/cm/test/CertmanTest.java
+++ b/auth/auth-certman/src/test/java/org/onap/aaf/auth/cm/test/CertmanTest.java
@@ -21,41 +21,16 @@
package org.onap.aaf.auth.cm.test;
-import java.io.InputStream;
-import java.net.HttpURLConnection;
-import java.net.InetAddress;
-import java.net.URI;
-import java.security.cert.CertificateException;
-
-import javax.security.auth.x500.X500Principal;
-
import org.junit.After;
-import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
-import org.junit.Test;
-import static org.junit.Assert.*;
import org.onap.aaf.auth.env.AuthzEnv;
-import org.onap.aaf.cadi.CadiException;
-import org.onap.aaf.cadi.Locator;
-import org.onap.aaf.cadi.Locator.Item;
-import org.onap.aaf.cadi.client.Future;
-import org.onap.aaf.cadi.client.Rcli;
-import org.onap.aaf.cadi.client.Retryable;
-import org.onap.aaf.cadi.config.SecurityInfoC;
-import org.onap.aaf.cadi.configure.Factory;
import org.onap.aaf.cadi.http.HBasicAuthSS;
import org.onap.aaf.cadi.http.HMangr;
-import org.onap.aaf.cadi.locator.DNSLocator;
-import org.onap.aaf.misc.env.APIException;
-import org.onap.aaf.misc.env.Data;
-import org.onap.aaf.misc.env.Data.TYPE;
-import org.onap.aaf.misc.env.util.Chrono;
import org.onap.aaf.misc.rosetta.env.RosettaDF;
import certman.v1_0.CertInfo;
import certman.v1_0.CertificateRequest;
-import junit.framework.Assert;
public class CertmanTest {