Blame view

test/FitNesseRoot/ReleaseS/ThirdPart/ReLease3/SprinT1/UserStory8/content.txt 11.6 KB
fbe3c2bb   Benjamin Renard   First commit
1
2
3
4
5
!1 !-User Story 8: Tracer un plot d'orbites dans un plan -!

!define path {../test/FitNesseRoot/ReleaseS/ThirdPart/ReLease3/SprinT1/UserStory8/}
!define workingPath {./PlotFitnesseResults/US08/}
!define executable {amdaXMLRequestorTool }
fbe3c2bb   Benjamin Renard   First commit
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
!2 Description du test
!- 
En tant que utilisateur scientifique
Je peux définir un tracé de type "orbit"
Afin de tracer des orbits et faire apparaître les objets complémentaires suivants:
* la planète de référence - cirle of given radius (1 par default)
* objet additionnel courbe analytique
Par default additional axes passing through 0,0 are drawn in blue


Possible projections:
R - X où R = sqrt(y^2+z^2)
X-Y
X-Z
Y-Z
Remarque: il s'agit d'un plot de type 'XYPlot', dédié au tracé d'orbits, avec des affichages supplémentaires  
-!

!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/US08|args|
|note|!- Création du répertoire de stockage des résultats -!|
|execute|mkdir -p |command|./PlotFitnesseResults/US08|args|

!3 Exécution des scripts

!|script|TestAmdaCommandLine|
|reference|US 8: id 00|id test|
|note|!- ParamPlot présentation 

-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us08_00.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}/orbit_08_00.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/orbit_08_00_REF.png ./PlotFitnesseResults/US08/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/orbit_08_00_REF.png|Img1|${workingPath}/orbit_08_00.png|Img2|${workingPath}/diff_08_00.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}orbit_08_00_REF.png ${workingPath}/orbit_08_00.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 8: id 01|id test|
|note|!- ParamPlot mise en oeuvre

-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us08_01.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}/orbit_08_01.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/orbit_08_01_REF.png ./PlotFitnesseResults/US08/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/orbit_08_01_REF.png|Img1|${workingPath}/orbit_08_01.png|Img2|${workingPath}/diff_08_01.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}orbit_08_01_REF.png ${workingPath}/orbit_08_01.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 8: id 02|id test|
|note|!- Orbit plot (vex_xyz) définit au niveau de la requête

-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us08_02.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}/orbit_08_02.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/orbit_08_02_REF.png ./PlotFitnesseResults/US08/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/orbit_08_02_REF.png|Img1|${workingPath}/orbit_08_02.png|Img2|${workingPath}/diff_08_02.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}orbit_08_02_REF.png ${workingPath}/orbit_08_02.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 8: id 03|id test|
|note|!- Orbit plot (vex_xyz) définit au niveau du paramètre

-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us08_03.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}/orbit_08_03.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/orbit_08_03_REF.png ./PlotFitnesseResults/US08/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/orbit_08_03_REF.png|Img1|${workingPath}/orbit_08_03.png|Img2|${workingPath}/diff_08_03.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}orbit_08_03_REF.png ${workingPath}/orbit_08_03.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 8: id 35|id test|
|note|!-  XR projection

parameter vex_xyz_vso
Start Time 2013/08/08 00:00:00
Time Int 1 day
RX projection
TickMark major (labels) step  3 hours
Planet object  unit cirle not filled : color blue
Boundaries - function venusBowshock_1
function venusMagnetopause (in IDL)
-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us08_35.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}/orbit_08_35.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/orbit_08_35_REF.png ./PlotFitnesseResults/US08/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/orbit_08_35_REF.png|Img1|${workingPath}/orbit_08_35.png|Img2|${workingPath}/diff_08_35.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}orbit_08_35_REF.png ${workingPath}/orbit_08_35.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 8: id 36|id test|
|note|!- XY projection

the same as ID35
with planet but without boundaries
XY projection
Start Time 2013/08/08 06:00:00
Time Int 2 hours
TickMarks major (labels) number  5
-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us08_36.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}/orbit_08_36.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/orbit_08_36_REF.png ./PlotFitnesseResults/US08/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/orbit_08_36_REF.png|Img1|${workingPath}/orbit_08_36.png|Img2|${workingPath}/diff_08_36.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}orbit_08_36_REF.png ${workingPath}/orbit_08_36.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 8: id 37|id test|
|note|!-  37 - XZ projection

The same as ID36
XZ projection
Time Int 4 days
TickMark major (labels) step  1 day
-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us08_37.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}/orbit_08_37.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/orbit_08_37_REF.png ./PlotFitnesseResults/US08/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/orbit_08_37_REF.png|Img1|${workingPath}/orbit_08_37.png|Img2|${workingPath}/diff_08_37.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}orbit_08_37_REF.png ${workingPath}/orbit_08_37.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 8: id 38|id test|
|note|!-  YZ projection

The same as ID36
but YZ projection
-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us08_38.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}/orbit_08_38.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/orbit_08_38_REF.png ./PlotFitnesseResults/US08/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/orbit_08_38_REF.png|Img1|${workingPath}/orbit_08_38.png|Img2|${workingPath}/diff_08_38.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}orbit_08_38_REF.png ${workingPath}/orbit_08_38.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 8: id 39|id test|
|note|!-  Same as test 35, YR projection

-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us08_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}/orbit_08_39.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/orbit_08_39_REF.png ./PlotFitnesseResults/US08/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/orbit_08_39_REF.png|Img1|${workingPath}/orbit_08_39.png|Img2|${workingPath}/diff_08_39.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}orbit_08_39_REF.png ${workingPath}/orbit_08_39.png|args|0|

!|script|TestAmdaCommandLine|
|reference|US 8: id 40|id test|
|note|!-  Same as test 35, ZR projection

-!|
|note|!- Tracé des courbes  -!|
|check|execute|${executable}|command|${path}request_us08_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}/orbit_08_40.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/orbit_08_40_REF.png ./PlotFitnesseResults/US08/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/orbit_08_40_REF.png|Img1|${workingPath}/orbit_08_40.png|Img2|${workingPath}/diff_08_40.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}orbit_08_40_REF.png ${workingPath}/orbit_08_40.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