content.txt 11.6 KB
!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 }
!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