1 package org.openecomp.sdc.translator.services.heattotosca.impl.fulltest;
4 import org.openecomp.sdc.translator.services.heattotosca.impl.resourcetranslation.BaseFullTranslationTest;
6 import java.io.IOException;
8 public class UnifiedCompositionCatalogInstanceFullTest extends BaseFullTranslationTest {
10 private static final String BASE_DIRECTORY = "/mock/services/heattotosca/fulltest/catalogInstances/";
13 public void testThreeNovaSameTypeDiffGetAttrFromSameEntitiesTypes() throws IOException {
14 testTranslationWithInit(BASE_DIRECTORY + "threeComputesSameTypeGetAttrBetweenThem");
18 public void testThreeNovaSameTypePortsConnectedToDiffNetworks() throws IOException {
19 testTranslationWithInit(BASE_DIRECTORY + "threeComputesSameTypePortsConnectedToDiffNetworks");
23 public void testComputeWithTwoSamePortTypesWithDiffPropVal() throws IOException {
24 testTranslationWithInit(BASE_DIRECTORY + "computewithtwosameporttypes");
28 public void testThreeNovaSameTypeDiffImageName() throws IOException {
29 testTranslationWithInit(BASE_DIRECTORY + "threeComputesSameTypeDiffImageName");
33 public void testTwoNovaWithDiffProperties() throws IOException {
34 testTranslationWithInit(BASE_DIRECTORY + "twoNovaWithDiffProperties");