aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java/org/onap/sdc/impl/SdcToscaParserBasicTest.java
diff options
context:
space:
mode:
authorSheshukov, Natalia (ns019t) <ns019t@intl.att.com>2018-04-09 15:03:06 +0300
committerSheshukov, Natalia (ns019t) <ns019t@intl.att.com>2018-04-09 16:53:45 +0300
commita5a24ad0f22bdb06e3194f392df322b48b1b2316 (patch)
tree940d9aeb7f6c43616447d396280649406fe139af /src/test/java/org/onap/sdc/impl/SdcToscaParserBasicTest.java
parentb0ed12f587f7f87dedb0b838664800662bc4ca8e (diff)
vLAN Tagging
Support Tosca Groups - TOSCA parser (refactoring) Change-Id: I10c6b8e5356bea0e85e8b448c23d9f05ac3ab837 Issue-ID: SDC-1199 Signed-off-by: Sheshukov, Natalia (ns019t) <ns019t@intl.att.com>
Diffstat (limited to 'src/test/java/org/onap/sdc/impl/SdcToscaParserBasicTest.java')
-rw-r--r--src/test/java/org/onap/sdc/impl/SdcToscaParserBasicTest.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/test/java/org/onap/sdc/impl/SdcToscaParserBasicTest.java b/src/test/java/org/onap/sdc/impl/SdcToscaParserBasicTest.java
index e1ea39f..ff4f3db 100644
--- a/src/test/java/org/onap/sdc/impl/SdcToscaParserBasicTest.java
+++ b/src/test/java/org/onap/sdc/impl/SdcToscaParserBasicTest.java
@@ -37,6 +37,11 @@ public abstract class SdcToscaParserBasicTest {
static ISdcCsarHelper csarHelperServiceWithCrs;
static ISdcCsarHelper csarHelperServicePolicy;
static ISdcCsarHelper csarHelperVfPolicy;
+ static ISdcCsarHelper csarHelperServiceGroups;
+ static ISdcCsarHelper csarHelperServiceGroupsInputs;
+ static ISdcCsarHelper csarHelperServiceGroupsCapabilities;
+ static ISdcCsarHelper csarHelperVfGroupsPolicies;
+ static ISdcCsarHelper csarHelperServiceGroupsPolicies;
static Map<String, HashMap<String, List<String>>> fdntCsarHelper_Data;
@@ -61,6 +66,11 @@ public abstract class SdcToscaParserBasicTest {
csarHelperServiceWithCrs = getCsarHelper("csars/service-CrTestService-csar.csar");
csarHelperVfPolicy = getCsarHelper("csars/resource-Policy-csar.csar");
csarHelperServicePolicy = getCsarHelper("csars/service-AlService-csar.csar");
+ csarHelperServiceGroups = getCsarHelper("csars/service-Groupstest-csar.csar");
+ csarHelperServiceGroupsInputs = getCsarHelper("csars/service-VdbeSrv-csar.csar");
+ csarHelperServiceGroupsCapabilities = getCsarHelper("csars/service-VdbePx-csar.csar");
+ csarHelperVfGroupsPolicies = getCsarHelper("csars/resource-Vdbe-csar.csar");
+ csarHelperServiceGroupsPolicies = getCsarHelper("csars/service-VlanD2dSrv-csar.csar");
fdntCsarHelper_Data = new HashMap<String, HashMap<String, List<String>>>(){
{