content.txt 3.62 KB
!1 : #5392 : nom de mission / instrument

!define path {../test/FitNesseRoot/ReleaseS/TmaAmda/ReLease2/AxisLegend/}
!define workingPath {./PlotFitnesseResults/TMA_5392/}

!2 Description de l'évolution

Vincent Génot: "je me rends compte que c'est tres genant de ne pas avoir le nom de la mission / instrument dans la legende a gauche"

!2 Tests

!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|${workingPath}|args|
|note|!- Création du répertoire de stockage des résultats -!|
|execute|mkdir -p |command|${workingPath}|args|

!3 Exécution des scripts

!|script|TestAmdaCommandLine|
|note|!-TimePlot avec un seul paramètre attaché à l'axe Y-!|
|check|execute|amdaXMLRequestorTool|command|${path}request_5392_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}/plot_5392_01.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_5392_01_REF.png ./${workingPath}|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_5392_01_REF.png|Img1|${workingPath}/plot_5392_01.png|Img2|${workingPath}/diff_5392_01.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_5392_01_REF.png ${workingPath}/plot_5392_01.png|args|0|

!|script|TestAmdaCommandLine|
|note|!-Scatter plot avec plusieurs composantes d'un seul paramètre attachées aux axes X et Y-!|
|check|execute|amdaXMLRequestorTool|command|${path}request_5392_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}/plot_5392_02.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_5392_02_REF.png ./${workingPath}|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_5392_02_REF.png|Img1|${workingPath}/plot_5392_02.png|Img2|${workingPath}/diff_5392_02.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_5392_02_REF.png ${workingPath}/plot_5392_02.png|args|0|

!|script|TestAmdaCommandLine|
|note|!-TimePlot avec deux paramètres attachés à l'axe Y => pas d'information sur les missions et instruments-!|
|check|execute|amdaXMLRequestorTool|command|${path}request_5392_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}/plot_5392_03.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_5392_03_REF.png ./${workingPath}|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_5392_03_REF.png|Img1|${workingPath}/plot_5392_03.png|Img2|${workingPath}/diff_5392_03.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_5392_03_REF.png ${workingPath}/plot_5392_03.png|args|0|

!2 Suivi des modifications

-----
!contents -R2 -g -p -f -h