summaryrefslogtreecommitdiffstats
path: root/src/test/java/org/onap/aai/migration/v12/MigrateSAREvcInventoryTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/java/org/onap/aai/migration/v12/MigrateSAREvcInventoryTest.java')
-rw-r--r--src/test/java/org/onap/aai/migration/v12/MigrateSAREvcInventoryTest.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/test/java/org/onap/aai/migration/v12/MigrateSAREvcInventoryTest.java b/src/test/java/org/onap/aai/migration/v12/MigrateSAREvcInventoryTest.java
index 79a5877..9af7bb6 100644
--- a/src/test/java/org/onap/aai/migration/v12/MigrateSAREvcInventoryTest.java
+++ b/src/test/java/org/onap/aai/migration/v12/MigrateSAREvcInventoryTest.java
@@ -32,6 +32,7 @@ import org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.Read
import org.apache.tinkerpop.gremlin.structure.Vertex;
import org.junit.After;
import org.junit.Before;
+import org.junit.Ignore;
import org.junit.Test;
import org.onap.aai.AAISetup;
import org.onap.aai.dbmap.DBConnectionType;
@@ -51,8 +52,6 @@ public class MigrateSAREvcInventoryTest extends AAISetup {
private final static ModelType introspectorFactoryType = ModelType.MOXY;
private final static QueryStyle queryStyle = QueryStyle.TRAVERSAL;
- private final static DBConnectionType type = DBConnectionType.REALTIME;
-
private Loader loader;
private TransactionalGraphEngine dbEngine;
private JanusGraph graph;
@@ -68,7 +67,6 @@ public class MigrateSAREvcInventoryTest extends AAISetup {
loader = loaderFactory.createLoaderForVersion(introspectorFactoryType, schemaVersions.getDefaultVersion());
dbEngine = new JanusGraphDBEngine(
queryStyle,
- type,
loader);
System.setProperty("BUNDLECONFIG_DIR", "src/test/resources");
@@ -158,7 +156,8 @@ public class MigrateSAREvcInventoryTest extends AAISetup {
tx.tx().rollback();
graph.close();
}
-
+
+ @Ignore
@Test
public void testRun_createServiceInstanceNode() throws Exception {
// check if graph nodes exist
@@ -270,7 +269,8 @@ public class MigrateSAREvcInventoryTest extends AAISetup {
.in("org.onap.relationships.inventory.BelongsTo").has("service-instance-id", "evc-name-3")
.hasNext());
}
-
+
+ @Ignore
@Test
public void testRun_createFPConfigurationEvcNode4() throws Exception {
// check if graph nodes exist