Merge "Reorder modifiers"
[so.git] / adapters / mso-adapter-utils / src / test / java / org / openecomp / mso / cloud / servertype / ServerTypeTest.java
index 4aaf379..69fab27 100644 (file)
@@ -24,14 +24,24 @@ import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertNotNull;\r
 import static org.junit.Assert.fail;\r
 \r
+import org.junit.BeforeClass;\r
 import org.junit.Ignore;\r
 import org.junit.Test;\r
+import org.openecomp.mso.cloud.CloudConfigFactory;\r
 import org.openecomp.mso.cloud.CloudIdentity;\r
 import org.openecomp.mso.cloud.CloudIdentity.IdentityServerType;\r
 import org.openecomp.mso.cloud.IdentityServerTypeAbstract;\r
 import org.openecomp.mso.openstack.exceptions.MsoException;\r
+import org.openecomp.mso.openstack.utils.MsoKeystoneUtilsTest;\r
 \r
 public class ServerTypeTest {\r
+       \r
+    @BeforeClass\r
+    public static void init() throws Exception {\r
+        String cloudConfigJson = ServerTypeTest.class.getClassLoader()\r
+            .getResource("cloud_config.json").getPath();\r
+        (new CloudConfigFactory()).initializeCloudConfig(cloudConfigJson, 0);\r
+    }\r
 \r
     @Test\r
     @Ignore // IGNORED FOR 1710 MERGE TO ONAP\r