aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/java/org/openecomp/sdc/translator/services/heattotosca/impl/fulltest/UnifiedCompositionSingleSubstitutionFullTest.java
blob: 13328143298df128e8422bac786d59e45528da1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
package org.openecomp.sdc.translator.services.heattotosca.impl.fulltest;

import org.junit.Before;
import org.junit.Test;
import org.openecomp.sdc.translator.services.heattotosca.impl.resourcetranslation.BaseFullTranslationTest;

import java.io.IOException;

public class UnifiedCompositionSingleSubstitutionFullTest extends BaseFullTranslationTest {

  @Override
  @Before
  public void setUp() throws IOException {
    // do not delete this function. it prevents the superclass setup from running
  }

  @Test
  public void testComputeWithTwoDifferentPortTypes() throws IOException {
    inputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/computeWithDiffPortType/in";
    outputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/computeWithDiffPortType/out";

    testTranslationWithInit();
  }

  @Test
  public void testComputeWithTwoSamePortTypes() throws IOException {
    inputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/computewithtwosameporttypes/in";
    outputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/computewithtwosameporttypes/out";

    testTranslationWithInit();
  }

  @Test
  public void testComputeWithTwoDifferentPortTypesAndNested() throws IOException {
    inputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/computewithtwodiffporttypesandnested/in";
    outputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/computewithtwodiffporttypesandnested/out";

    testTranslationWithInit();
  }

  @Test
  public void testComputeWithTwoDifferentPortAndServerGroup() throws IOException {
    inputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/computeWithDiffPortTypeAndServerGroup/in";
    outputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/computeWithDiffPortTypeAndServerGroup/out";

    testTranslationWithInit();
  }

  @Test
  public void testComputeWithTwoPortsDiffTypeAndNodeConnectedIn() throws IOException {
    inputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/computeWithDiffPortTypeNodeConnectedIn/in";
    outputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/computeWithDiffPortTypeNodeConnectedIn/out";

    testTranslationWithInit();
  }

  @Test
  public void testComputeWithTwoPortsSameTypeAndNodeConnectedIn() throws IOException {
    inputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/computeWithSamePortTypeNodeConnectedIn/in";
    outputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/computeWithSamePortTypeNodeConnectedIn/out";

    testTranslationWithInit();
  }

  @Test
  public void testComputeWithTwoPortsDiffTypeAndNodeConnectedOut() throws IOException {
    inputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/computeWithDiffPortTypeNodeConnectedOut/in";
    outputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/computeWithDiffPortTypeNodeConnectedOut/out";

    testTranslationWithInit();
  }

  @Test
  public void testComputeWithTwoPortsSameTypeAndNodeConnectedOut() throws IOException {
    inputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/computeWithSamePortTypeNodeConnectedOut/in";
    outputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/computeWithSamePortTypeNodeConnectedOut/out";

    testTranslationWithInit();
  }

  @Test
  public void testComputeWithTwoDifferentPortTypesAndOutParamGetAttIn() throws IOException {
    inputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/diffPortTypeAndOutParamGetAttrIn/in";
    outputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/diffPortTypeAndOutParamGetAttrIn/out";

    testTranslationWithInit();
  }

  @Test
  public void testComputeWithTwoSamePortTypesAndOutParamGetAttIn() throws IOException {
    inputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/samePortTypeAndOutParamGetAttrIn/in";
    outputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/samePortTypeAndOutParamGetAttrIn/out";

    testTranslationWithInit();
  }

//  @Test
//  public void testGeneralVf() throws IOException {
//    inputFilesPath =
//        "/mock/services/heattotosca/fulltest/singleSubstitution/generalVf/in";
//    outputFilesPath =
//        "/mock/services/heattotosca/fulltest/singleSubstitution/generalVf/out";
//
//    testTranslationWithInit();
//  }

  @Test
  public void testTwoSetsOfSingle() throws IOException {
    inputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/twoSetsOfSingle/in";
    outputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/twoSetsOfSingle/out";


    testTranslationWithInit();
  }

  @Test
  public void testTwoSetsOfSingleWithGetAttrBetweenThem() throws IOException {
    inputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/twoComputesWithGetAttrBetweenThem/in";
    outputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/twoComputesWithGetAttrBetweenThem/out";

    testTranslationWithInit();
  }

  @Test
  public void testOneComputeTwoDiffPortsAndGetAttrIn() throws IOException {
    inputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/oneComputeDiffPortTypesAndGetAttIn/in";
    outputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/oneComputeDiffPortTypesAndGetAttIn/out";

    testTranslationWithInit();
  }

  @Test
  public void testOneComputeTwoSimilarPortsAndGetAttrIn() throws IOException {
    inputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/oneComputeSamePortsAndGetAttrIn/in";
    outputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/oneComputeSamePortsAndGetAttrIn/out";

    testTranslationWithInit();
  }

  @Test
  public void testOneComputeTwoDiffPortsAndGetAttrOut() throws IOException {
    inputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/oneComputeDiffPortTypesAndGetAttOut/in";
    outputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/oneComputeDiffPortTypesAndGetAttOut/out";

    testTranslationWithInit();
  }

  @Test
  public void testOneComputeTwoSimilarPortsAndGetAttrOut() throws IOException {
    inputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/oneComputeSamePortTypesAndGetAttOut/in";
    outputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/oneComputeSamePortTypesAndGetAttOut/out";

    testTranslationWithInit();
  }

  @Test
  public void testThreeNovaSameTypeNoConsolidation() throws IOException {
    inputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/threeSameComputesNoConsolidation/in";
    outputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/threeSameComputesNoConsolidation/out";

    testTranslationWithInit();
  }

  @Test
  public void testThreeNovaDiffTypeWithPorts() throws IOException {
    inputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/threeDiffComputesWithPorts/in";
    outputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/threeDiffComputesWithPorts/out";

    testTranslationWithInit();
  }

  @Test
  public void testThreeNovaDiffTypeWithAllConnectivities() throws IOException {
    inputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/threeDiffComputesWithAllConnectivities/in";
    outputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/threeDiffComputesWithAllConnectivities/out";

    testTranslationWithInit();
  }

  @Test
  public void testThreeNovaSameTypeWithGetAttrOutFromPort() throws IOException {
    inputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/threeNovaSameTypeWithGetAttrFromPort/in";
    outputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/threeNovaSameTypeWithGetAttrFromPort/out";

    testTranslationWithInit();
  }

  @Test
  public void testInputOutputParameterTypes() throws IOException {
    inputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/inputOutputParamType/in";
    outputFilesPath =
        "/mock/services/heattotosca/fulltest/singleSubstitution/inputOutputParamType/out";

    testTranslationWithInit();
  }
}