Add external tls info to bpgenerator and component spec schema
[dcaegen2/platform.git] / mod / bpgenerator / src / test / java / org / onap / blueprintgenerator / core / BlueprintGeneratorTest.java
index 1827349..4ebd23c 100644 (file)
@@ -352,7 +352,7 @@ public class BlueprintGeneratorTest {
                OnapNode testNode = new OnapNode();
 
                //set the type
-               testNode.setType("dcae.nodes.ContainerizedPlatformComponent");
+               testNode.setType("dcae.nodes.ContainerizedServiceComponent");
 
                ArrayList<String> ports = new ArrayList<String>();
                ports.add("concat: [\"80:\", {get_input: external_port }]");
@@ -392,6 +392,8 @@ public class BlueprintGeneratorTest {
 
                assertEquals(true, test);
        }
+
+
        @Test
        public void dmaapPluginTest() {
                ComponentSpec cs = new ComponentSpec();