Removal of useless tests 11/16411/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Thu, 28 Sep 2017 13:29:43 +0000 (15:29 +0200)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Thu, 28 Sep 2017 13:44:45 +0000 (15:44 +0200)
These IT are not useful anymore as covered by others test classes

Change-Id: I6691c944f3ec98d4685229ce4758ba79c6bfa0ae
Issue-ID: CLAMP-59
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
src/test/java/org/onap/clamp/clds/it/SdcIT.java

index 46ac408..2247630 100644 (file)
@@ -52,22 +52,8 @@ public class SdcIT extends AbstractIT {
     @Autowired
     private SdcCatalogServices sdcCatalogServices;
 
-    @BeforeClass
-    public static void oneTimeSetUp() {
-        System.setProperty("AJSC_CONF_HOME", System.getProperty("user.dir") + "/src/test/resources/");
-    }
-
     @Test
     public void testTcaBlueprint() throws Exception {
-        String modelProp = ResourceFileUtil.getResourceAsString("example/modelPropForPolicy.json");
-        String modelBpmnProp = ResourceFileUtil.getResourceAsString("example/modelBpmnPropForPolicy.json");
-        String modelName = "example-model06";
-        String controlName = "ClosedLoop-FRWL-SIG04-1582f840-test-test-1234-005056a9d756";
-        String docText = ResourceFileUtil.getResourceAsString("example/templatePropForTca.json");
-        ModelProperties prop = new ModelProperties(modelName, controlName, CldsEvent.ACTION_SUBMIT,
-                true, modelBpmnProp, modelProp);
-        String blueprint = SdcReq.formatBlueprint(refProp, prop, docText);
-        System.out.println("blueprint=" + blueprint);
-        //assertEquals(blueprint, "");
+       
     }
 }