[SDC-41] increase conformance level to 4.0 73/5573/1
authorPavel Aharoni <pa0916@att.com>
Tue, 27 Jun 2017 14:27:56 +0000 (17:27 +0300)
committerPavel Aharoni <pa0916@att.com>
Tue, 27 Jun 2017 14:28:14 +0000 (17:28 +0300)
Change-Id: I974d90a25de9b495370b8ab03d845993d109db44
Signed-off-by: Pavel Aharoni <pa0916@att.com>
src/main/resources/config/configuration.yaml
src/test/java/org/openecomp/sdc/impl/SdcToscaParserBasicTest.java
src/test/resources/config/configuration.yaml
src/test/resources/csars/1service-ServiceWithPorts.csar [deleted file]
src/test/resources/csars/service-ServiceFdnt-csar-0904-2.csar [deleted file]
src/test/resources/csars/service-ServiceFdnt-with-get-input.csar
src/test/resources/csars/service-consolidated-props-csar.csar [moved from src/test/resources/csars/service-Renanatst2-csar.csar with 100% similarity]
src/test/resources/csars/service-sunny-flow.csar [moved from src/test/resources/csars/service-ServiceFdnt-with-allotted.csar with 100% similarity]

index 379e962..117ebbe 100644 (file)
@@ -1,3 +1,3 @@
 conformanceLevel:
   minVersion: '3.0'
-  maxVersion: '3.0'
\ No newline at end of file
+  maxVersion: '4.0'
\ No newline at end of file
index 7ea231c..2039645 100644 (file)
@@ -32,10 +32,10 @@ public abstract class SdcToscaParserBasicTest {
     public static void init() throws SdcToscaParserException, JToscaException, IOException {
 
         factory = SdcToscaParserFactory.getInstance();
-        fdntCsarHelper = getCsarHelper("csars/service-ServiceFdnt-with-allotted.csar");
+        fdntCsarHelper = getCsarHelper("csars/service-sunny-flow.csar");
         rainyCsarHelperMultiVfs = getCsarHelper("csars/service-ServiceFdnt-csar-rainy.csar");
         rainyCsarHelperSingleVf = getCsarHelper("csars/service-ServiceFdnt-csar.csar");
-        complexCps = getCsarHelper("csars/service-Renanatst2-csar.csar");
+        complexCps = getCsarHelper("csars/service-consolidated-props-csar.csar");
                fdntCsarHelperWithInputs = getCsarHelper("csars/service-ServiceFdnt-with-get-input.csar");
 
         fdntCsarHelper_Data = new HashMap<String, HashMap<String, List<String>>>(){
index 379e962..117ebbe 100644 (file)
@@ -1,3 +1,3 @@
 conformanceLevel:
   minVersion: '3.0'
-  maxVersion: '3.0'
\ No newline at end of file
+  maxVersion: '4.0'
\ No newline at end of file
diff --git a/src/test/resources/csars/1service-ServiceWithPorts.csar b/src/test/resources/csars/1service-ServiceWithPorts.csar
deleted file mode 100644 (file)
index fa6577b..0000000
Binary files a/src/test/resources/csars/1service-ServiceWithPorts.csar and /dev/null differ
diff --git a/src/test/resources/csars/service-ServiceFdnt-csar-0904-2.csar b/src/test/resources/csars/service-ServiceFdnt-csar-0904-2.csar
deleted file mode 100644 (file)
index 4f57b71..0000000
Binary files a/src/test/resources/csars/service-ServiceFdnt-csar-0904-2.csar and /dev/null differ
index 995fd41..c5a277b 100644 (file)
Binary files a/src/test/resources/csars/service-ServiceFdnt-with-get-input.csar and b/src/test/resources/csars/service-ServiceFdnt-with-get-input.csar differ