content.txt
1.66 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
!1 : #5857 : paramGet for 3D data
!define path {../test/FitNesseRoot/ReleaseS/TmaAmda/ReLease2/ParamGet3d/}
!define workingPath {./PlotFitnesseResults/TMA_5857/}
!2 Description de l'évolution
Write paramGet() for 3D data type.
AMDA will use 3D data as 2D cuts only.
In parameter definition 'extracted' dimensions should be defined.
!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|!-Plot VEX IMA (Anode 0)-!|
|check|execute|amdaXMLRequestorTool|command|${path}request_5857_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}/plot_5857_00.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_5857_00_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_5857_00_REF.png|Img1|${workingPath}/plot_5857_00.png|Img2|${workingPath}/diff_5857_00.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_5857_00_REF.png ${workingPath}/plot_5857_00.png|args|0|
!2 Suivi des modifications
-----
!contents -R2 -g -p -f -h