Blame view

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

!define path {../test/FitNesseRoot/ReleaseS/ThirdPart/ReLease3/SprinT1/UserStory8/}
ba77c76c   Benjamin Renard   Move all referenc...
4
!define plotsRefDir {../test/plots_ref/${SYSTEM_OS}/ThirdPart/ReLease3/SprinT1/UserStory8/}
fbe3c2bb   Benjamin Renard   First commit
5
6
!define workingPath {./PlotFitnesseResults/US08/}
!define executable {amdaXMLRequestorTool }
fbe3c2bb   Benjamin Renard   First commit
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
!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 -!|
ba77c76c   Benjamin Renard   Move all referenc...
57
|check|execute|cp|command|${plotsRefDir}/orbit_08_00_REF.png ./PlotFitnesseResults/US08/|args|0|
fbe3c2bb   Benjamin Renard   First commit
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|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 -!|
ba77c76c   Benjamin Renard   Move all referenc...
74
|check|execute|cp|command|${plotsRefDir}/orbit_08_01_REF.png ./PlotFitnesseResults/US08/|args|0|
fbe3c2bb   Benjamin Renard   First commit
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|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 -!|
ba77c76c   Benjamin Renard   Move all referenc...
91
|check|execute|cp|command|${plotsRefDir}/orbit_08_02_REF.png ./PlotFitnesseResults/US08/|args|0|
fbe3c2bb   Benjamin Renard   First commit
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
|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 -!|
ba77c76c   Benjamin Renard   Move all referenc...
108
|check|execute|cp|command|${plotsRefDir}/orbit_08_03_REF.png ./PlotFitnesseResults/US08/|args|0|
fbe3c2bb   Benjamin Renard   First commit
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
|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 -!|
ba77c76c   Benjamin Renard   Move all referenc...
133
|check|execute|cp|command|${plotsRefDir}/orbit_08_35_REF.png ./PlotFitnesseResults/US08/|args|0|
fbe3c2bb   Benjamin Renard   First commit
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
|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 -!|
ba77c76c   Benjamin Renard   Move all referenc...
156
|check|execute|cp|command|${plotsRefDir}/orbit_08_36_REF.png ./PlotFitnesseResults/US08/|args|0|
fbe3c2bb   Benjamin Renard   First commit
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
|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 -!|
ba77c76c   Benjamin Renard   Move all referenc...
177
|check|execute|cp|command|${plotsRefDir}/orbit_08_37_REF.png ./PlotFitnesseResults/US08/|args|0|
fbe3c2bb   Benjamin Renard   First commit
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
|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 -!|
ba77c76c   Benjamin Renard   Move all referenc...
196
|check|execute|cp|command|${plotsRefDir}/orbit_08_38_REF.png ./PlotFitnesseResults/US08/|args|0|
fbe3c2bb   Benjamin Renard   First commit
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
|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 -!|
ba77c76c   Benjamin Renard   Move all referenc...
213
|check|execute|cp|command|${plotsRefDir}/orbit_08_39_REF.png ./PlotFitnesseResults/US08/|args|0|
fbe3c2bb   Benjamin Renard   First commit
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
|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 -!|
ba77c76c   Benjamin Renard   Move all referenc...
230
|check|execute|cp|command|${plotsRefDir}/orbit_08_40_REF.png ./PlotFitnesseResults/US08/|args|0|
fbe3c2bb   Benjamin Renard   First commit
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
|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