aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/java/org/openecomp/sdc/translator/services/heattotosca/impl/ResourceTranslationNovaServerGroupsImplTest.java
blob: aabee8f56fcf13c164dbcb77b9a7511eb014371c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package org.openecomp.sdc.translator.services.heattotosca.impl;

import org.junit.Test;

public class ResourceTranslationNovaServerGroupsImplTest extends BaseResourceTranslationTest {
  {
    inputFilesPath = "/mock/services/heattotosca/novaservergroups/inputfiles";
    outputFilesPath = "/mock/services/heattotosca/novaservergroups/expectedoutputfiles";
  }

  @Test
  public void testTranslate() throws Exception {
    testTranslation();
  }

}