content.txt
9.53 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
!1 !-User Story 22: Affichage des informations d'un paramètre dans un plot -!
!define path {../test/FitNesseRoot/ReleaseS/ThirdPart/ReLease2/SprinT3/UserStory22/}
!define workingPath {./PlotFitnesseResults/US22/}
!define executable {amdaXMLRequestorTool }
!2 Description du test
!- Courbe définie sous forme d'une fonction analytique (parmi une liste de fonction prédéfinie).
-!
!2 Test
!3 Connexion au serveur
!|script|ConnectToDDServer|
|check|login|1|
!|script|TestAmdaCommandLine|
|set|${path}|path|
!3 Initialisation de l'espace de travail
!|script|TestAmdaCommandLine|
|note|!- Suppression des éventuels résultats précédents générés -!|
|execute|rm|command|./plot_*|args|
|execute|rm -rf |command|./PlotFitnesseResults/US22|args|
|note|!- Création du répertoire de stockage des résultats -!|
|execute|mkdir -p |command|./PlotFitnesseResults/US22|args|
!3 Exécution des scripts
!|script|TestAmdaCommandLine|
|reference|US 22: id 39|id test|
|note|!- plot scalar
parameter dst
short_name: dst
units : nT
-!|
|note|!- Tracé des courbes -!|
|check|execute|${executable}|command|${path}request_us22_39.xml|args|0|
|note|!-Vérification de la présence du fichier et renommage du fichier pour comparaison complémentaire -!|
|check|execute|!-ls -!|command| plot_*.png |args|0|
|check|execute|mv|command|./plot_*.png ${workingPath}/info_22_39.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/info_22_39_REF.png ./PlotFitnesseResults/US22/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/info_22_39_REF.png|Img1|${workingPath}/info_22_39.png|Img2|${workingPath}/diff_22_39.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}info_22_39_REF.png ${workingPath}/info_22_39.png|args|0|
!|script|TestAmdaCommandLine|
|reference|US 22: id 40|id test|
|note|!- plot vector 1
parameter imf
short_name: ACE B
components: Bx By Bz
units: nT
system: GSE
legend: outside
-!|
|note|!- Tracé des courbes -!|
|check|execute|${executable}|command|${path}request_us22_40.xml|args|0|
|note|!-Vérification de la présence du fichier et renommage du fichier pour comparaison complémentaire -!|
|check|execute|!-ls -!|command| plot_*.png |args|0|
|check|execute|mv|command|./plot_*.png ${workingPath}/info_22_40.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/info_22_40_REF.png ./PlotFitnesseResults/US22/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/info_22_40_REF.png|Img1|${workingPath}/info_22_40.png|Img2|${workingPath}/diff_22_40.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}info_22_40_REF.png ${workingPath}/info_22_40.png|args|0|
!|script|TestAmdaCommandLine|
|reference|US 22: id 41|id test|
|note|!- plot vector 2
parameter imf
short_name: ACE B
components: Bx By Bz
units: nT
coordinate_system: GSE
legend: inside
-!|
|note|!- Tracé des courbes -!|
|check|execute|${executable}|command|${path}request_us22_41.xml|args|0|
|note|!-Vérification de la présence du fichier et renommage du fichier pour comparaison complémentaire -!|
|check|execute|!-ls -!|command| plot_*.png |args|0|
|check|execute|mv|command|./plot_*.png ${workingPath}/info_22_41.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/info_22_41_REF.png ./PlotFitnesseResults/US22/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/info_22_41_REF.png|Img1|${workingPath}/info_22_41.png|Img2|${workingPath}/diff_22_41.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}info_22_41_REF.png ${workingPath}/info_22_41.png|args|0|
!|script|TestAmdaCommandLine|
|reference|US 22: id 42|id test|
|note|!- timePlot vector component
parameter imf
index: 0
short_name: ACE B
components: Bx By Bz
units: nT
coordinate_system: GSE
Ytitle: short_name\breakline\component+units+coord_system
-!|
|note|!- Tracé des courbes -!|
|check|execute|${executable}|command|${path}request_us22_42.xml|args|0|
|note|!-Vérification de la présence du fichier et renommage du fichier pour comparaison complémentaire -!|
|check|execute|!-ls -!|command| plot_*.png |args|0|
|check|execute|mv|command|./plot_*.png ${workingPath}/info_22_42.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/info_22_42_REF.png ./PlotFitnesseResults/US22/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/info_22_42_REF.png|Img1|${workingPath}/info_22_42.png|Img2|${workingPath}/diff_22_42.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}info_22_42_REF.png ${workingPath}/info_22_42.png|args|0|
!|script|TestAmdaCommandLine|
|reference|US 22: id 43|id test|
|note|!- xyPlot
parameter imf
x: imf(0)
y: imf(1)
short_name: ACE B
components: Bx By Bz
units: nT
coordinate_system: GSE
-!|
|note|!- Tracé des courbes -!|
|check|execute|${executable}|command|${path}request_us22_43.xml|args|0|
|note|!-Vérification de la présence du fichier et renommage du fichier pour comparaison complémentaire -!|
|check|execute|!-ls -!|command| plot_*.png |args|0|
|check|execute|mv|command|./plot_*.png ${workingPath}/info_22_43.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/info_22_43_REF.png ./PlotFitnesseResults/US22/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/info_22_43_REF.png|Img1|${workingPath}/info_22_43.png|Img2|${workingPath}/diff_22_43.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}info_22_43_REF.png ${workingPath}/info_22_43.png|args|0|
!|script|TestAmdaCommandLine|
|reference|US 22: id 44|id test|
|note|!- plot spectro (1d array)
parameter e_mgs_omni1
short_name: MGS e-Flux
units: 1/(cm^2*s*ster*eV)
table_name: Energy
table_units: eV
Ytitle => short_name/breakline/table_name, units
Ytitle for color axe => units
-!|
|note|!- Tracé des courbes -!|
|check|execute|${executable}|command|${path}request_us22_44.xml|args|0|
|note|!-Vérification de la présence du fichier et renommage du fichier pour comparaison complémentaire -!|
|check|execute|!-ls -!|command| plot_*.png |args|0|
|check|execute|mv|command|./plot_*.png ${workingPath}/info_22_44.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/info_22_44_REF.png ./PlotFitnesseResults/US22/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/info_22_44_REF.png|Img1|${workingPath}/info_22_44.png|Img2|${workingPath}/diff_22_44.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}info_22_44_REF.png ${workingPath}/info_22_44.png|args|0|
!|script|TestAmdaCommandLine|
|reference|US 22: id 45|id test|
|note|!-array component
parameter e_mgs_omni1
index: 5
short_name: MGS e-Flux
units: 1/(cm^2*s*ster*eV)
table_name: Energy
table_units: eV
-!|
|note|!- Tracé des courbes -!|
|check|execute|${executable}|command|${path}request_us22_45.xml|args|0|
|note|!-Vérification de la présence du fichier et renommage du fichier pour comparaison complémentaire -!|
|check|execute|!-ls -!|command| plot_*.png |args|0|
|check|execute|mv|command|./plot_*.png ${workingPath}/info_22_45.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/info_22_45_REF.png ./PlotFitnesseResults/US22/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/info_22_45_REF.png|Img1|${workingPath}/info_22_45.png|Img2|${workingPath}/diff_22_45.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}info_22_45_REF.png ${workingPath}/info_22_45.png|args|0|
!|script|TestAmdaCommandLine|
|reference|US 22: id 46|id test|
|note|!-
several parameters ( Modifier - Supprimer )
parameter imf
index: 0
index: 1
short_name: ACE B
components: Bx By Bz
units: nT
system: GSE
-!|
|note|!- Tracé des courbes -!|
|check|execute|${executable}|command|${path}request_us22_46.xml|args|0|
|note|!-Vérification de la présence du fichier et renommage du fichier pour comparaison complémentaire -!|
|check|execute|!-ls -!|command| plot_*.png |args|0|
|check|execute|mv|command|./plot_*.png ${workingPath}/info_22_46.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/info_22_46_REF.png ./PlotFitnesseResults/US22/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/info_22_46_REF.png|Img1|${workingPath}/info_22_46.png|Img2|${workingPath}/diff_22_46.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}info_22_46_REF.png ${workingPath}/info_22_46.png|args|0|
!3 Nettoyage de l'espace de travail et de la base des paramètres.
!|script|TestAmdaCommandLine|
|execute|rm|command|./plot_*|args|
-----
!contents -R2 -g -p -f -h