diff options
Diffstat (limited to 'src/test/java')
-rw-r--r-- | src/test/java/org/onap/aai/migration/v13/MigrateInMaintDefaultToFalseTest.java | 51 | ||||
-rw-r--r-- | src/test/java/org/onap/aai/migration/v15/MigrateInMaintDefaultToFalseTest.java | 51 |
2 files changed, 48 insertions, 54 deletions
diff --git a/src/test/java/org/onap/aai/migration/v13/MigrateInMaintDefaultToFalseTest.java b/src/test/java/org/onap/aai/migration/v13/MigrateInMaintDefaultToFalseTest.java index 9dc0dc1..eca979d 100644 --- a/src/test/java/org/onap/aai/migration/v13/MigrateInMaintDefaultToFalseTest.java +++ b/src/test/java/org/onap/aai/migration/v13/MigrateInMaintDefaultToFalseTest.java @@ -23,17 +23,14 @@ import org.onap.aai.edges.EdgeIngestor; import org.onap.aai.serialization.db.EdgeSerializer;
import org.onap.aai.serialization.engines.TransactionalGraphEngine;
-import com.att.eelf.configuration.EELFLogger;
-import com.att.eelf.configuration.EELFManager;
-
import org.janusgraph.core.JanusGraph;
import org.janusgraph.core.JanusGraphFactory;
import org.janusgraph.core.JanusGraphTransaction;
import org.janusgraph.core.schema.JanusGraphManagement;
-import org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource; -import org.junit.jupiter.api.BeforeEach; -import org.junit.jupiter.api.Test; - +import org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource;
+import org.junit.jupiter.api.BeforeEach;
+import org.junit.jupiter.api.Test;
+
import org.onap.aai.AAISetup;
import org.onap.aai.dbmap.DBConnectionType;
import org.onap.aai.introspection.Loader;
@@ -46,16 +43,16 @@ import org.onap.aai.migration.v13.MigrateInMaintDefaultToFalse; import org.onap.aai.migration.v13.MigrateInMaintDefaultToFalseTest.InMaintDefaultMigrator;
import org.onap.aai.serialization.engines.QueryStyle;
import org.onap.aai.serialization.engines.JanusGraphDBEngine;
-import org.onap.aai.serialization.engines.TransactionalGraphEngine; - -import static org.junit.jupiter.api.Assertions.assertTrue; +import org.onap.aai.serialization.engines.TransactionalGraphEngine;
+
+import static org.junit.jupiter.api.Assertions.assertTrue;
import static org.mockito.Mockito.spy;
import static org.mockito.Mockito.when;
import java.util.HashMap;
import java.util.Map;
-import java.util.Optional; - +import java.util.Optional;
+
public class MigrateInMaintDefaultToFalseTest extends
AAISetup {
protected static final String VNF_NODE_TYPE = "generic-vnf";
@@ -119,7 +116,7 @@ public class MigrateInMaintDefaultToFalseTest extends g.addV().property("aai-node-type", "generic-vnf")
.property("vnf-id", "generic-vnf3")
.property("in-maint", false)
- .next();
+ .next();
//l-interface
g.addV().property("aai-node-type", "l-interface")
.property("interface-name", "l-interface0")
@@ -135,7 +132,7 @@ public class MigrateInMaintDefaultToFalseTest extends g.addV().property("aai-node-type", "l-interface")
.property("interface-name", "l-interface3")
.property("in-maint", false)
- .next();
+ .next();
//lag-interface
g.addV().property("aai-node-type", "lag-interface")
.property("interface-name", "lag-interface0")
@@ -151,7 +148,7 @@ public class MigrateInMaintDefaultToFalseTest extends g.addV().property("aai-node-type", "lag-interface")
.property("interface-name", "lag-interface3")
.property("in-maint", false)
- .next();
+ .next();
//logical-link
g.addV().property("aai-node-type", "logical-link")
.property("link-name", "logical-link0")
@@ -167,7 +164,7 @@ public class MigrateInMaintDefaultToFalseTest extends g.addV().property("aai-node-type", "logical-link")
.property("link-name", "logical-link3")
.property("in-maint", false)
- .next();
+ .next();
//p-interface
g.addV().property("aai-node-type", "p-interface")
.property("interface-name", "p-interface0")
@@ -183,7 +180,7 @@ public class MigrateInMaintDefaultToFalseTest extends g.addV().property("aai-node-type", "p-interface")
.property("interface-name", "p-interface3")
.property("in-maint", false)
- .next();
+ .next();
//pnf
g.addV().property("aai-node-type", "pnf")
.property("pnf-name", "pnf0")
@@ -199,7 +196,7 @@ public class MigrateInMaintDefaultToFalseTest extends g.addV().property("aai-node-type", "pnf")
.property("pnf-name", "pnf3")
.property("in-maint", false)
- .next();
+ .next();
//pserver
g.addV().property("aai-node-type", "pserver")
.property("pserver-id", "pserver0")
@@ -215,7 +212,7 @@ public class MigrateInMaintDefaultToFalseTest extends g.addV().property("aai-node-type", "pserver")
.property("pserver-id", "pserver3")
.property("in-maint", false)
- .next();
+ .next();
//vlan
g.addV().property("aai-node-type", "vlan")
.property("vlan-interface", "vlan0")
@@ -276,7 +273,7 @@ public class MigrateInMaintDefaultToFalseTest extends .property("nos-server-id", "nos-server1")
.property("nos-server-name", "nos-server-name1")
.property("vendor", "vendor1")
- .property("nos-server-selflink", "nos-server-selflink1")
+ .property("nos-server-selflink", "nos-server-selflink1")
.property("in-maint", "")
.next();
g.addV().property("aai-node-type", "nos-server")
@@ -293,7 +290,7 @@ public class MigrateInMaintDefaultToFalseTest extends .property("nos-server-selflink", "nos-server-selflink3")
.property("in-maint", false)
.next();
-
+
TransactionalGraphEngine spy = spy(dbEngine);
TransactionalGraphEngine.Admin adminSpy = spy(dbEngine.asAdmin());
GraphTraversalSource traversal = g;
@@ -324,13 +321,13 @@ public class MigrateInMaintDefaultToFalseTest extends assertTrue(g.V().has("aai-node-type", "vnfc").has("vnfc-name", "vnfc0").has("in-maint", false).hasNext(),
"Value of vnfc should be updated since the property in-maint doesn't exist");
assertTrue(g.V().has("aai-node-type", "vserver").has("vserver-id", "vserver0").has("in-maint", false).hasNext(),
- "Value of vserver should be updated since the property in-maint doesn't exist");
+ "Value of vserver should be updated since the property in-maint doesn't exist");
assertTrue(g.V().has("aai-node-type", "nos-server").has("nos-server-id", "nos-server0").has("in-maint", false).hasNext(),
- "Value of nos-server should be updated since the property in-maint doesn't exist");
+ "Value of nos-server should be updated since the property in-maint doesn't exist");
}
@Test
- public void testEmptyValue() {
+ public void testEmptyValue() {
assertTrue(g.V().has("aai-node-type", "generic-vnf").has("vnf-id", "generic-vnf1").has("in-maint", false).hasNext(),
"Value of generic-vnf should be updated since the value for in-maint is an empty string");
assertTrue(g.V().has("aai-node-type", "l-interface").has("interface-name", "l-interface1").has("in-maint", false).hasNext(),
@@ -354,7 +351,7 @@ public class MigrateInMaintDefaultToFalseTest extends assertTrue(g.V().has("aai-node-type", "nos-server").has("nos-server-id", "nos-server1").has("in-maint", false).hasNext(),
"Value of nos-server should be updated since the value for in-maint is an empty string");
}
-
+
@Test
public void testExistingTrueValues() {
assertTrue(g.V().has("aai-node-type", "generic-vnf").has("vnf-id", "generic-vnf2").has("in-maint", true).hasNext(),
@@ -380,7 +377,7 @@ public class MigrateInMaintDefaultToFalseTest extends assertTrue(g.V().has("aai-node-type", "nos-server").has("nos-server-id", "nos-server2").has("in-maint", true).hasNext(),
"Value of nos-server shouldn't be updated since in-maint already exists");
}
-
+
@Test
public void testExistingFalseValues() {
assertTrue(g.V().has("aai-node-type", "generic-vnf").has("vnf-id", "generic-vnf3").has("in-maint", false).hasNext(),
@@ -406,4 +403,4 @@ public class MigrateInMaintDefaultToFalseTest extends assertTrue(g.V().has("aai-node-type", "nos-server").has("nos-server-id", "nos-server3").has("in-maint", false).hasNext(),
"Value of nos-server shouldn't be updated since in-maint already exists");
}
-}
\ No newline at end of file +}
diff --git a/src/test/java/org/onap/aai/migration/v15/MigrateInMaintDefaultToFalseTest.java b/src/test/java/org/onap/aai/migration/v15/MigrateInMaintDefaultToFalseTest.java index 97cc8b6..3a80d75 100644 --- a/src/test/java/org/onap/aai/migration/v15/MigrateInMaintDefaultToFalseTest.java +++ b/src/test/java/org/onap/aai/migration/v15/MigrateInMaintDefaultToFalseTest.java @@ -23,17 +23,14 @@ import org.onap.aai.edges.EdgeIngestor; import org.onap.aai.serialization.db.EdgeSerializer;
import org.onap.aai.serialization.engines.TransactionalGraphEngine;
-import com.att.eelf.configuration.EELFLogger;
-import com.att.eelf.configuration.EELFManager;
-
import org.janusgraph.core.JanusGraph;
import org.janusgraph.core.JanusGraphFactory;
import org.janusgraph.core.JanusGraphTransaction;
import org.janusgraph.core.schema.JanusGraphManagement;
-import org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource; -import org.junit.jupiter.api.BeforeEach; -import org.junit.jupiter.api.Test; - +import org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource;
+import org.junit.jupiter.api.BeforeEach;
+import org.junit.jupiter.api.Test;
+
import org.onap.aai.AAISetup;
import org.onap.aai.dbmap.DBConnectionType;
import org.onap.aai.introspection.Loader;
@@ -46,16 +43,16 @@ import org.onap.aai.migration.v15.MigrateInMaintDefaultToFalse; import org.onap.aai.migration.v15.MigrateInMaintDefaultToFalseTest.InMaintDefaultMigrator;
import org.onap.aai.serialization.engines.QueryStyle;
import org.onap.aai.serialization.engines.JanusGraphDBEngine;
-import org.onap.aai.serialization.engines.TransactionalGraphEngine; - -import static org.junit.jupiter.api.Assertions.assertTrue; +import org.onap.aai.serialization.engines.TransactionalGraphEngine;
+
+import static org.junit.jupiter.api.Assertions.assertTrue;
import static org.mockito.Mockito.spy;
import static org.mockito.Mockito.when;
import java.util.HashMap;
import java.util.Map;
-import java.util.Optional; - +import java.util.Optional;
+
public class MigrateInMaintDefaultToFalseTest extends
AAISetup {
protected static final String VNF_NODE_TYPE = "generic-vnf";
@@ -118,7 +115,7 @@ public class MigrateInMaintDefaultToFalseTest extends g.addV().property("aai-node-type", "generic-vnf")
.property("vnf-id", "generic-vnf3")
.property("in-maint", false)
- .next();
+ .next();
//l-interface
g.addV().property("aai-node-type", "l-interface")
.property("interface-name", "l-interface0")
@@ -134,7 +131,7 @@ public class MigrateInMaintDefaultToFalseTest extends g.addV().property("aai-node-type", "l-interface")
.property("interface-name", "l-interface3")
.property("in-maint", false)
- .next();
+ .next();
//lag-interface
g.addV().property("aai-node-type", "lag-interface")
.property("interface-name", "lag-interface0")
@@ -150,7 +147,7 @@ public class MigrateInMaintDefaultToFalseTest extends g.addV().property("aai-node-type", "lag-interface")
.property("interface-name", "lag-interface3")
.property("in-maint", false)
- .next();
+ .next();
//logical-link
g.addV().property("aai-node-type", "logical-link")
.property("link-name", "logical-link0")
@@ -166,7 +163,7 @@ public class MigrateInMaintDefaultToFalseTest extends g.addV().property("aai-node-type", "logical-link")
.property("link-name", "logical-link3")
.property("in-maint", false)
- .next();
+ .next();
//p-interface
g.addV().property("aai-node-type", "p-interface")
.property("interface-name", "p-interface0")
@@ -182,7 +179,7 @@ public class MigrateInMaintDefaultToFalseTest extends g.addV().property("aai-node-type", "p-interface")
.property("interface-name", "p-interface3")
.property("in-maint", false)
- .next();
+ .next();
//pnf
g.addV().property("aai-node-type", "pnf")
.property("pnf-name", "pnf0")
@@ -198,7 +195,7 @@ public class MigrateInMaintDefaultToFalseTest extends g.addV().property("aai-node-type", "pnf")
.property("pnf-name", "pnf3")
.property("in-maint", false)
- .next();
+ .next();
//pserver
g.addV().property("aai-node-type", "pserver")
.property("pserver-id", "pserver0")
@@ -214,7 +211,7 @@ public class MigrateInMaintDefaultToFalseTest extends g.addV().property("aai-node-type", "pserver")
.property("pserver-id", "pserver3")
.property("in-maint", false)
- .next();
+ .next();
//vlan
g.addV().property("aai-node-type", "vlan")
.property("vlan-interface", "vlan0")
@@ -275,7 +272,7 @@ public class MigrateInMaintDefaultToFalseTest extends .property("nos-server-id", "nos-server1")
.property("nos-server-name", "nos-server-name1")
.property("vendor", "vendor1")
- .property("nos-server-selflink", "nos-server-selflink1")
+ .property("nos-server-selflink", "nos-server-selflink1")
.property("in-maint", "")
.next();
g.addV().property("aai-node-type", "nos-server")
@@ -292,7 +289,7 @@ public class MigrateInMaintDefaultToFalseTest extends .property("nos-server-selflink", "nos-server-selflink3")
.property("in-maint", false)
.next();
-
+
TransactionalGraphEngine spy = spy(dbEngine);
TransactionalGraphEngine.Admin adminSpy = spy(dbEngine.asAdmin());
GraphTraversalSource traversal = g;
@@ -323,13 +320,13 @@ public class MigrateInMaintDefaultToFalseTest extends assertTrue(g.V().has("aai-node-type", "vnfc").has("vnfc-name", "vnfc0").has("in-maint", false).hasNext(),
"Value of vnfc should be updated since the property in-maint doesn't exist");
assertTrue(g.V().has("aai-node-type", "vserver").has("vserver-id", "vserver0").has("in-maint", false).hasNext(),
- "Value of vserver should be updated since the property in-maint doesn't exist");
+ "Value of vserver should be updated since the property in-maint doesn't exist");
assertTrue(g.V().has("aai-node-type", "nos-server").has("nos-server-id", "nos-server0").has("in-maint", false).hasNext(),
- "Value of nos-server should be updated since the property in-maint doesn't exist");
+ "Value of nos-server should be updated since the property in-maint doesn't exist");
}
@Test
- public void testEmptyValue() {
+ public void testEmptyValue() {
assertTrue(g.V().has("aai-node-type", "generic-vnf").has("vnf-id", "generic-vnf1").has("in-maint", false).hasNext(),
"Value of generic-vnf should be updated since the value for in-maint is an empty string");
assertTrue(g.V().has("aai-node-type", "l-interface").has("interface-name", "l-interface1").has("in-maint", false).hasNext(),
@@ -353,7 +350,7 @@ public class MigrateInMaintDefaultToFalseTest extends assertTrue(g.V().has("aai-node-type", "nos-server").has("nos-server-id", "nos-server1").has("in-maint", false).hasNext(),
"Value of nos-server should be updated since the value for in-maint is an empty string");
}
-
+
@Test
public void testExistingTrueValues() {
assertTrue(g.V().has("aai-node-type", "generic-vnf").has("vnf-id", "generic-vnf2").has("in-maint", true).hasNext(),
@@ -379,7 +376,7 @@ public class MigrateInMaintDefaultToFalseTest extends assertTrue(g.V().has("aai-node-type", "nos-server").has("nos-server-id", "nos-server2").has("in-maint", true).hasNext(),
"Value of nos-server shouldn't be updated since in-maint already exists");
}
-
+
@Test
public void testExistingFalseValues() {
assertTrue(g.V().has("aai-node-type", "generic-vnf").has("vnf-id", "generic-vnf3").has("in-maint", false).hasNext(),
@@ -405,4 +402,4 @@ public class MigrateInMaintDefaultToFalseTest extends assertTrue(g.V().has("aai-node-type", "nos-server").has("nos-server-id", "nos-server3").has("in-maint", false).hasNext(),
"Value of nos-server shouldn't be updated since in-maint already exists");
}
-}
\ No newline at end of file +}
|