content.txt
16.5 KB
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
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
!1 !-User Story 21: Affichage des informations d'un paramètre dans un fichier de sortie -!
!define path {../test/FitNesseRoot/ReleaseS/ThirdPart/ReLease2/SprinT4/UserStory21/}
!define executable {amdaXMLRequestorTool }
!2 Description du test
!- En tant qu'utilisateur scientifique
Je peux retrouver les informations de mes paramètres dans les fichiers de sortie
Afin de garder une trace de ces informations
-!
!2 Test
!3 Connexion au serveur
!|script|ConnectToDDServer|
|check|login|1|
!|script|TestAmdaCommandLine|
|set|${path}|path|
!3 Exécution des scripts
!|script|TestAmdaCommandLine|
|reference|US 21: id 00|id test|
|note|!- Format ASCII - Paramètre de base unique non décrit dans le fichier XML. -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_00.xml|args|0|
|check|execute|diff|command|output-imf_2008000000000000.txt ${path}/test_us21_00.txt|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 01|id test|
|note|!- Format ASCII - Paramètre de base unique décrit dans le fichier XML. -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_01.xml|args|0|
|check|execute|diff|command|output-imf_info_2008000000000000.txt ${path}/test_us21_01.txt|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 02|id test|
|note|!- Format ASCII - Paramètre dérivé simple unique -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_02.xml|args|0|
|check|execute|diff|command|output-magnitude_2008000000000000.txt ${path}/test_us21_02.txt|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 03|id test|
|note|!- Format ASCII - Deux paramètres non décrit provenant du même dataset DDServer -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_03.xml|args|0|
|check|execute|diff|command|output-imf_magnitude_2008000000000000.txt ${path}/test_us21_03.txt|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 04|id test|
|note|!- Format ASCII - Paramètre dérivé complexe -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_04.xml|args|0|
|check|execute|diff|command|output-expression_complex_2008000000000000.txt ${path}/test_us21_04.txt|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 05|id test|
|note|!- Format ASCII - Paramètre simple avec table d'énergie -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_05.xml|args|0|
|check|execute|diff|command|output-e_mgs_omni1_2005030000000000.txt ${path}/test_us21_05.txt|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 06|id test|
|note|!- Format ASCII - Sur TimeTable - Structure one-file-per-interval - Le header est écrit dans un fichier séparé -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_06.xml|args|0|
|check|execute|diff|command|output-imf_tt_1_0.txt ${path}/test_us21_06_0.txt|args|0|
|check|execute|diff|command|output-imf_tt_1_1.txt ${path}/test_us21_06_1.txt|args|0|
|check|execute|diff|command|output-imf_tt_1_2.txt ${path}/test_us21_06_2.txt|args|0|
|check|execute|diff|command|output-imf_tt_1_3.txt ${path}/test_us21_06_3.txt|args|0|
|check|execute|diff|command|output-imf_tt_1_4.txt ${path}/test_us21_06_4.txt|args|0|
|check|execute|diff|command|output-imf_info.txt ${path}/test_us21_06_info.txt|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 07|id test|
|note|!- Format ASCII - Sur TimeTable - Structure one-file -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_07.xml|args|0|
|check|execute|diff|command|output-imf_tt_1.txt ${path}/test_us21_07.txt|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 08|id test|
|note|!- Format ASCII - Paramètre simple avec table d'énergie - Une seule composante demandée -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_08.xml|args|0|
|check|execute|diff|command|output-e_mgs_omni1_1_2005030000000000.txt ${path}/test_us21_08.txt|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 09|id test|
|note|!- Format ASCII - Requête simple avec timeResolution -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_09.xml|args|0|
|check|execute|diff|command|output-imf_2008000000000000.txt ${path}/test_us21_09.txt|args|0|
|check|diffOutputFile|test_us21_09.txt|file1|output-imf_2008000000000000.txt|file2|0|epsilon|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 10|id test|
|note|!- Format CDF - Paramètre de base unique non décrit dans le fichier XML. -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_10.xml|args|0|
|check|execute|cdfdump|command|-output output-imf_2008000000000000.cdf.dump output-imf_2008000000000000.cdf |args|1|
|check|execute|diff|command|output-imf_2008000000000000.cdf.dump ${path}/test_us21_10.cdf.dump|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 11|id test|
|note|!- Format CDF - Paramètre de base unique décrit dans le fichier XML. -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_11.xml|args|0|
|check|execute|cdfdump|command|-output output-imf_info_2008000000000000.cdf.dump output-imf_info_2008000000000000.cdf |args|1|
|check|execute|diff|command|output-imf_info_2008000000000000.cdf.dump ${path}/test_us21_11.cdf.dump|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 12|id test|
|note|!- Format CDF - Paramètre dérivé simple unique -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_12.xml|args|0|
|check|execute|cdfdump|command|-output output-magnitude_2008000000000000.cdf.dump output-magnitude_2008000000000000.cdf |args|1|
|check|execute|diff|command|output-magnitude_2008000000000000.cdf.dump ${path}/test_us21_12.cdf.dump|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 13|id test|
|note|!- Format CDF - Deux paramètres non décrit provenant du même dataset DDServer -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_13.xml|args|0|
|check|execute|cdfdump|command|-output output-imf_magnitude_2008000000000000.cdf.dump output-imf_magnitude_2008000000000000.cdf |args|1|
|check|execute|diff|command|output-imf_magnitude_2008000000000000.cdf.dump ${path}/test_us21_13.cdf.dump|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 14|id test|
|note|!- Format CDF - Paramètre dérivé complexe -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_14.xml|args|0|
|check|execute|cdfdump|command|-output output-expression_complex_2008000000000000.cdf.dump output-expression_complex_2008000000000000.cdf |args|1|
|check|execute|diff|command|output-expression_complex_2008000000000000.cdf.dump ${path}/test_us21_14.cdf.dump|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 15|id test|
|note|!- Format CDF - Paramètre simple avec table d'énergie -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_15.xml|args|0|
|check|execute|cdfdump|command|-output output-e_mgs_omni1_2005030000000000.cdf.dump output-e_mgs_omni1_2005030000000000.cdf |args|1|
|check|execute|diff|command|output-e_mgs_omni1_2005030000000000.cdf.dump ${path}/test_us21_15.cdf.dump|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 16|id test|
|note|!- Format CDF - Sur TimeTable - Structure one-file-per-interval - Le header est écrit dans chaque fichier -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_16.xml|args|0|
|check|execute|cdfdump|command|-output output-imf_tt_1_0.cdf.dump output-imf_tt_1_0.cdf |args|1|
|check|execute|diff|command|output-imf_tt_1_0.cdf.dump ${path}/test_us21_16_0.cdf.dump|args|0|
|check|execute|cdfdump|command|-output output-imf_tt_1_1.cdf.dump output-imf_tt_1_1.cdf |args|1|
|check|execute|diff|command|output-imf_tt_1_1.cdf.dump ${path}/test_us21_16_1.cdf.dump|args|0|
|check|execute|cdfdump|command|-output output-imf_tt_1_2.cdf.dump output-imf_tt_1_2.cdf |args|1|
|check|execute|diff|command|output-imf_tt_1_2.cdf.dump ${path}/test_us21_16_2.cdf.dump|args|0|
|check|execute|cdfdump|command|-output output-imf_tt_1_3.cdf.dump output-imf_tt_1_3.cdf |args|1|
|check|execute|diff|command|output-imf_tt_1_3.cdf.dump ${path}/test_us21_16_3.cdf.dump|args|0|
|check|execute|cdfdump|command|-output output-imf_tt_1_4.cdf.dump output-imf_tt_1_4.cdf |args|1|
|check|execute|diff|command|output-imf_tt_1_4.cdf.dump ${path}/test_us21_16_4.cdf.dump|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 17|id test|
|note|!- Format CDF - Sur TimeTable - Structure one-file -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_17.xml|args|0|
|check|execute|cdfdump|command|-output output-imf_tt_1.cdf.dump output-imf_tt_1.cdf |args|1|
|check|execute|diff|command|output-imf_tt_1.cdf.dump ${path}/test_us21_17.cdf.dump|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 18|id test|
|note|!- Format CDF - Paramètre simple avec table d'énergie - Une seule composante demandée -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_18.xml|args|0|
|check|execute|cdfdump|command|-output output-e_mgs_omni1_1_2005030000000000.cdf.dump output-e_mgs_omni1_1_2005030000000000.cdf |args|1|
|check|execute|diff|command|output-e_mgs_omni1_1_2005030000000000.cdf.dump ${path}/test_us21_18.cdf.dump|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 19|id test|
|note|!- Format CDF - Requête simple avec timeResolution -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_19.xml|args|0|
|check|execute|cdfdump|command|-output output-imf_2008000000000000.cdf.dump output-imf_2008000000000000.cdf |args|1|
|check|execute|diff|command|output-imf_2008000000000000.cdf.dump ${path}/test_us21_19.cdf.dump|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 20|id test|
|note|!- Format JSON - Paramètre de base unique non décrit dans le fichier XML. -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_20.xml|args|0|
|check|execute|diff|command|${path}/test_us21_20.json output-imf_2008000000000000.json|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 21|id test|
|note|!- Format JSON - Paramètre de base unique décrit dans le fichier XML. -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_21.xml|args|0|
|check|execute|diff|command|${path}/test_us21_21.json output-imf_info_2008000000000000.json|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 22|id test|
|note|!- Format JSON - Paramètre dérivé simple unique -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_22.xml|args|0|
|check|execute|diff|command|${path}/test_us21_22.json output-magnitude_2008000000000000.json|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 23|id test|
|note|!- Format JSON - Deux paramètres non décrit provenant du même dataset DDServer -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_23.xml|args|0|
|check|execute|diff|command|${path}/test_us21_23.json output-imf_magnitude_2008000000000000.json|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 24|id test|
|note|!- Format JSON - Paramètre dérivé complexe -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_24.xml|args|0|
|check|execute|diff|command|${path}/test_us21_24.json output-expression_complex_2008000000000000.json|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 25|id test|
|note|!- Format JSON - Paramètre simple avec table d'énergie -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_25.xml|args|0|
|check|execute|diff|command|${path}/test_us21_25.json output-e_mgs_omni1_2005030000000000.json|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 26|id test|
|note|!- Format JSON - Sur TimeTable - Structure one-file-per-interval - Le header est écrit dans un fichier séparé -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_26.xml|args|0|
|check|execute|diff|command|${path}/test_us21_26_0.json output-imf_tt_1_0.json|args|0|
|check|execute|diff|command|${path}/test_us21_26_1.json output-imf_tt_1_1.json|args|0|
|check|execute|diff|command|${path}/test_us21_26_2.json output-imf_tt_1_2.json|args|0|
|check|execute|diff|command|${path}/test_us21_26_3.json output-imf_tt_1_3.json|args|0|
|check|execute|diff|command|${path}/test_us21_26_4.json output-imf_tt_1_4.json|args|0|
|check|execute|diff|command|${path}/test_us21_26_info.json output-imf_info.json|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 27|id test|
|note|!- Format JSON - Sur TimeTable - Structure one-file -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_27.xml|args|0|
|check|execute|diff|command|${path}/test_us21_27.json output-imf_tt_1.json|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 28|id test|
|note|!- Format JSON - Paramètre simple avec table d'énergie - Une seule composante demandée -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_28.xml|args|0|
|check|execute|diff|command|${path}/test_us21_28.json output-e_mgs_omni1_1_2005030000000000.json|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 29|id test|
|note|!- Format JSON - Requête simple avec timeResolution -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_29.xml|args|0|
|check|execute|diff|command|${path}/test_us21_29.json output-imf_2008000000000000.json|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 30|id test|
|note|!- Format VOTable - Paramètre de base unique non décrit dans le fichier XML. -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_30.xml|args|0|
|check|execute|diff|command|${path}/test_us21_30.vot output-imf_2008000000000000.vot|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 31|id test|
|note|!- Format VOTable - Paramètre de base unique décrit dans le fichier XML. -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_31.xml|args|0|
|check|execute|diff|command|${path}/test_us21_31.vot output-imf_info_2008000000000000.vot|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 32|id test|
|note|!- Format VOTable - Paramètre dérivé simple unique -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_32.xml|args|0|
|check|execute|diff|command|${path}/test_us21_32.vot output-magnitude_2008000000000000.vot|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 33|id test|
|note|!- Format VOTable - Deux paramètres non décrit provenant du même dataset DDServer -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_33.xml|args|0|
|check|execute|diff|command|${path}/test_us21_33.vot output-imf_magnitude_2008000000000000.vot|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 34|id test|
|note|!- Format VOTable - Paramètre dérivé complexe -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_34.xml|args|0|
|check|execute|diff|command|${path}/test_us21_34.vot output-expression_complex_2008000000000000.vot|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 35|id test|
|note|!- Format VOTable - Paramètre simple avec table d'énergie -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_35.xml|args|0|
|check|execute|diff|command|${path}/test_us21_35.vot output-e_mgs_omni1_2005030000000000.vot|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 36|id test|
|note|!- Format VOTable - Sur TimeTable - Structure one-file-per-interval - Le header est écrit dans chaque fichier -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_36.xml|args|0|
|check|execute|diff|command|${path}/test_us21_36_0.vot output-imf_tt_1_0.vot|args|0|
|check|execute|diff|command|${path}/test_us21_36_1.vot output-imf_tt_1_1.vot|args|0|
|check|execute|diff|command|${path}/test_us21_36_2.vot output-imf_tt_1_2.vot|args|0|
|check|execute|diff|command|${path}/test_us21_36_3.vot output-imf_tt_1_3.vot|args|0|
|check|execute|diff|command|${path}/test_us21_36_4.vot output-imf_tt_1_4.vot|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 37|id test|
|note|!- Format VOTable - Sur TimeTable - Structure one-file -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_37.xml|args|0|
|check|execute|diff|command|${path}/test_us21_37.vot output-imf_tt_1.vot|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 38|id test|
|note|!- Format VOTable - Paramètre simple avec table d'énergie - Une seule composante demandée -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_38.xml|args|0|
|check|execute|diff|command|${path}/test_us21_38.vot output-e_mgs_omni1_1_2005030000000000.vot|args|0|
!|script|TestAmdaCommandLine|
|reference|US 21: id 39|id test|
|note|!- Format VOTable - Requête simple avec timeResolution -!|
|check|executeWithInfo|${executable}|command|${path}request_us21_39.xml|args|0|
|check|execute|diff|command|${path}/test_us21_39.vot output-imf_2008000000000000.vot|args|0|
-----
!contents -R2 -g -p -f -h