|
18 | 18 | "test-type": "TestTypeScenario",
|
19 | 19 | "test-apps": [
|
20 | 20 | {
|
21 |
| - "image-name": "nff-go-test1", |
| 21 | + "image-name": "nff-go-test-resend", |
22 | 22 | "app-type": "TestAppGo",
|
23 | 23 | "exec-cmd": [
|
24 |
| - "./testResend", "-testScenario=1" |
| 24 | + "./testResend", "-testScenario=1", "-inport=1", "-outport=1" |
25 | 25 | ]
|
26 | 26 | },
|
27 | 27 | {
|
28 |
| - "image-name": "nff-go-test1", |
| 28 | + "image-name": "nff-go-test-resend", |
29 | 29 | "app-type": "TestAppGo",
|
30 | 30 | "exec-cmd": [
|
31 |
| - "./testResend", "-testScenario=2" |
| 31 | + "./testResend", "-testScenario=2", "-inport=0", "-outport=0" |
32 | 32 | ]
|
33 | 33 | }
|
34 | 34 | ]
|
|
42 | 42 | "image-name": "nff-go-test-merge",
|
43 | 43 | "app-type": "TestAppGo",
|
44 | 44 | "exec-cmd": [
|
45 |
| - "./testMerge", "-testScenario=1" |
| 45 | + "./testMerge", "-testScenario=1", "-inport1=1", "-outport1=1", "-outport2=0" |
46 | 46 | ]
|
47 | 47 | },
|
48 | 48 | {
|
49 | 49 | "image-name": "nff-go-test-merge",
|
50 | 50 | "app-type": "TestAppGo",
|
51 | 51 | "exec-cmd": [
|
52 |
| - "./testMerge", "-testScenario=2" |
| 52 | + "./testMerge", "-testScenario=2", "-inport1=0", "-inport2=1", "-outport1=0" |
53 | 53 | ]
|
54 | 54 | }
|
55 | 55 | ]
|
|
63 | 63 | "image-name": "nff-go-test-split",
|
64 | 64 | "app-type": "TestAppGo",
|
65 | 65 | "exec-cmd": [
|
66 |
| - "./testSplit", "-testScenario=1" |
| 66 | + "./testSplit", "-testScenario=1", "-inport1=1", "-outport1=0", "-inport2=0" |
67 | 67 | ]
|
68 | 68 | },
|
69 | 69 | {
|
70 | 70 | "image-name": "nff-go-test-split",
|
71 | 71 | "app-type": "TestAppGo",
|
72 | 72 | "exec-cmd": [
|
73 |
| - "./testSplit", "-testScenario=2" |
| 73 | + "./testSplit", "-testScenario=2", "-inport1=1", "-outport1=0", "-outport2=1" |
74 | 74 | ]
|
75 | 75 | }
|
76 | 76 | ]
|
|
84 | 84 | "image-name": "nff-go-test-separate",
|
85 | 85 | "app-type": "TestAppGo",
|
86 | 86 | "exec-cmd": [
|
87 |
| - "./testSeparate", "-testScenario=1" |
| 87 | + "./testSeparate", "-testScenario=1", "-inport1=1", "-outport1=1", "-inport2=0" |
88 | 88 | ]
|
89 | 89 | },
|
90 | 90 | {
|
91 | 91 | "image-name": "nff-go-test-separate",
|
92 | 92 | "app-type": "TestAppGo",
|
93 | 93 | "exec-cmd": [
|
94 |
| - "./testSeparate", "-testScenario=2" |
| 94 | + "./testSeparate", "-testScenario=2", "-inport1=0", "-outport1=0", "-outport2=1" |
95 | 95 | ]
|
96 | 96 | }
|
97 | 97 | ]
|
|
105 | 105 | "image-name": "nff-go-test-partition",
|
106 | 106 | "app-type": "TestAppGo",
|
107 | 107 | "exec-cmd": [
|
108 |
| - "./testPartition", "-testScenario=1" |
| 108 | + "./testPartition", "-testScenario=1", "-inport1=1", "-outport1=1", "-inport2=0" |
109 | 109 | ]
|
110 | 110 | },
|
111 | 111 | {
|
112 | 112 | "image-name": "nff-go-test-partition",
|
113 | 113 | "app-type": "TestAppGo",
|
114 | 114 | "exec-cmd": [
|
115 |
| - "./testPartition", "-testScenario=2" |
| 115 | + "./testPartition", "-testScenario=2", "-inport1=0", "-outport1=0", "-outport2=1" |
116 | 116 | ]
|
117 | 117 | }
|
118 | 118 | ]
|
|
123 | 123 | "test-type": "TestTypeScenario",
|
124 | 124 | "test-apps": [
|
125 | 125 | {
|
126 |
| - "image-name": "nff-go-test-handle2", |
| 126 | + "image-name": "nff-go-test-handle", |
127 | 127 | "app-type": "TestAppGo",
|
128 | 128 | "exec-cmd": [
|
129 |
| - "./testHandle", "-testScenario=1" |
| 129 | + "./testHandle", "-testScenario=1", "-inport=1", "-outport=1" |
130 | 130 | ]
|
131 | 131 | },
|
132 | 132 | {
|
133 |
| - "image-name": "nff-go-test-handle2", |
| 133 | + "image-name": "nff-go-test-handle", |
134 | 134 | "app-type": "TestAppGo",
|
135 | 135 | "exec-cmd": [
|
136 |
| - "./testHandle", "-testScenario=2" |
| 136 | + "./testHandle", "-testScenario=2", "-inport=0", "-outport=0" |
137 | 137 | ]
|
138 | 138 | }
|
139 | 139 | ]
|
|
147 | 147 | "image-name": "nff-go-test-cksum",
|
148 | 148 | "app-type": "TestAppGo",
|
149 | 149 | "exec-cmd": [
|
150 |
| - "./testCksum", "-testScenario=2", "-hwol" |
| 150 | + "./testCksum", "-testScenario=2", "-hwol", "-inport=1", "-outport=1" |
151 | 151 | ]
|
152 | 152 | },
|
153 | 153 | {
|
154 | 154 | "image-name": "nff-go-test-cksum",
|
155 | 155 | "app-type": "TestAppGo",
|
156 | 156 | "exec-cmd": [
|
157 |
| - "./testCksum", "-testScenario=1", "-ipv4", "-tcp", "-number=10000" |
| 157 | + "./testCksum", "-testScenario=1", "-ipv4", "-tcp", "-number=10000", "-inport=0", "-outport=0" |
158 | 158 | ]
|
159 | 159 | }
|
160 | 160 | ]
|
|
168 | 168 | "image-name": "nff-go-test-cksum",
|
169 | 169 | "app-type": "TestAppGo",
|
170 | 170 | "exec-cmd": [
|
171 |
| - "./testCksum", "-testScenario=2", "-hwol" |
| 171 | + "./testCksum", "-testScenario=2", "-hwol", "-inport=1", "-outport=1" |
172 | 172 | ]
|
173 | 173 | },
|
174 | 174 | {
|
175 | 175 | "image-name": "nff-go-test-cksum",
|
176 | 176 | "app-type": "TestAppGo",
|
177 | 177 | "exec-cmd": [
|
178 |
| - "./testCksum", "-testScenario=1", "-ipv4", "-udp", "-number=10000" |
| 178 | + "./testCksum", "-testScenario=1", "-ipv4", "-udp", "-number=10000", "-inport=0", "-outport=0" |
179 | 179 | ]
|
180 | 180 | }
|
181 | 181 | ]
|
|
189 | 189 | "image-name": "nff-go-test-cksum",
|
190 | 190 | "app-type": "TestAppGo",
|
191 | 191 | "exec-cmd": [
|
192 |
| - "./testCksum", "-testScenario=2", "-hwol" |
| 192 | + "./testCksum", "-testScenario=2", "-hwol", "-inport=1", "-outport=1" |
193 | 193 | ]
|
194 | 194 | },
|
195 | 195 | {
|
196 | 196 | "image-name": "nff-go-test-cksum",
|
197 | 197 | "app-type": "TestAppGo",
|
198 | 198 | "exec-cmd": [
|
199 |
| - "./testCksum", "-testScenario=1", "-ipv6", "-tcp", "-number=10000" |
| 199 | + "./testCksum", "-testScenario=1", "-ipv6", "-tcp", "-number=10000", "-inport=0", "-outport=0" |
200 | 200 | ]
|
201 | 201 | }
|
202 | 202 | ]
|
|
210 | 210 | "image-name": "nff-go-test-cksum",
|
211 | 211 | "app-type": "TestAppGo",
|
212 | 212 | "exec-cmd": [
|
213 |
| - "./testCksum", "-testScenario=2", "-hwol" |
| 213 | + "./testCksum", "-testScenario=2", "-hwol", "-inport=1", "-outport=1" |
214 | 214 | ]
|
215 | 215 | },
|
216 | 216 | {
|
217 | 217 | "image-name": "nff-go-test-cksum",
|
218 | 218 | "app-type": "TestAppGo",
|
219 | 219 | "exec-cmd": [
|
220 |
| - "./testCksum", "-testScenario=1", "-ipv6", "-udp", "-number=10000" |
| 220 | + "./testCksum", "-testScenario=1", "-ipv6", "-udp", "-number=10000", "-inport=0", "-outport=0" |
221 | 221 | ]
|
222 | 222 | }
|
223 | 223 | ]
|
|
0 commit comments