4216f45353bbd18b0882018d8fb4510459a87888
[sdc.git] /
1 package org.openecomp.sdc.translator.services.heattotosca.impl.fulltest;
2
3
4 import org.junit.Test;
5 import org.openecomp.sdc.translator.services.heattotosca.impl.resourcetranslation.BaseFullTranslationTest;
6
7 import java.io.IOException;
8
9 public class UnifiedCompositionLocalNodeTest extends BaseFullTranslationTest {
10
11   private static final String BASE_DIRECTORY = "/mock/services/heattotosca/fulltest/localNode/";
12
13   @Test
14   public void testLocalNodeWithFabricConfigurationCapability() throws IOException {
15     testTranslationWithInit(BASE_DIRECTORY + "novaServerWithFabricConfigurationCapability");
16   }
17
18  
19 }
20