content.txt
6.29 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
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
!1 !-User Story 49: Utilisation de paramètres utilisateur définis dans un fichier CDF -!
!define path {../test/FitNesseRoot/ReleaseS/ThirdPart/ReLease3/SprinT2/UserStory49/}
!define workingPath {./PlotFitnesseResults/US49/}
!define executable {amdaXMLRequestorTool }
!2 Description du test
!-
En tant qu'utilisateur scientifique
Je peux utiliser des paramètres utilisateur dont les données sont incluses dans un fichier au format CDF
Afin de l'utiliser de la même manière que tous les autres paramètres
-!
!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|command|./output_*|args|
|execute|rm -rf |command|./PlotFitnesseResults/US49|args|
|note|!- Création du répertoire de stockage des résultats -!|
|execute|mkdir -p |command|./PlotFitnesseResults/US49|args|
!3 Exécution des scripts
!|script|TestAmdaCommandLine|
|reference|US 49: id 00|id test|
|note|!- Récupération d'un vecteur float
-!|
|check|returnValue|-p local_cdf_bgse -s 2008000000000000 -d 0000005000000000 -f iso|argument|0|
|check|diffOutputFile|test_us49_00.txt|file1|output-local_cdf_bgse_2008000000000000.txt|file2|0|
!|script|TestAmdaCommandLine|
|reference|US 49: id 01|id test|
|note|!- Récupération d'un autre vecteur float (la magnitude est définie comme vecteur dans le fichier d'origine)
-!|
|check|returnValue|-p local_cdf_Magnitude -s 2008000000000000 -d 0000005000000000 -f iso|argument|0|
|check|diffOutputFile|test_us49_01.txt|file1|output-local_cdf_Magnitude_2008000000000000.txt|file2|0|
!|script|TestAmdaCommandLine|
|reference|US 49: id 02|id test|
|note|!- Application d'un process - Calcul de la magnitude à partir du vecteur
-!|
|check|returnValue|-p local_cdf_Magnitude_process -s 2008000000000000 -d 0000005000000000 -f iso|argument|0|
|check|diffOutputFile|test_us49_02.txt|file1|output-local_cdf_Magnitude_process_2008000000000000.txt|file2|0|
!|script|TestAmdaCommandLine|
|reference|US 49: id 03|id test|
|note|!- Récupération d'un paramètre int
-!|
|check|returnValue|-p local_cdf_q_flag -s 2008000000000000 -d 0000005000000000 -f iso|argument|0|
|check|diffOutputFile|test_us49_03.txt|file1|output-local_cdf_q_flag_2008000000000000.txt|file2|0|
!|script|TestAmdaCommandLine|
|reference|US 49: id 04|id test|
|note|!- Ecriture de deux paramètres dans un fichier de sortie
-!|
|check|execute|${executable}|command|${path}request_us49_04.xml|args|0|
|check|execute|diff|command|output-local_cdf_Magnitude_local_cdf_bgse_2008000000000000.txt ${path}/test_us49_04.txt|args|0|
!|script|TestAmdaCommandLine|
|reference|US 49: id 05|id test|
|note|!- Tracé des courbes -!|
|check|execute|${executable}|command|${path}request_us49_05.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_49_05.png|args|0|
|note|!-Copie de la référence -!|
|check|execute|cp|command|${path}/plot_49_05_REF.png ./PlotFitnesseResults/US49/|args|0|
|note|!-Génération fichier de différences graphiques entre image produite et image de référence-!|
|check|compare|${workingPath}/plot_49_05_REF.png|Img1|${workingPath}/plot_49_05.png|Img2|${workingPath}/diff_49_05.png|ImgDiff|0|
|note|!-Comparaison de l'image produite et de l'image de référence-!|
|check|execute|diff|command|${workingPath}plot_49_05_REF.png ${workingPath}/plot_49_05.png|args|0|
!|script|TestAmdaCommandLine|
|reference|US 49: id 06|id test|
|note|!- Récupération des données sur un intervalle de temps démarrant en milieu de fichier et terminant dans un autre fichier
-!|
|check|returnValue|-p local_cdf_bgse -s 2008000113000000 -d 0000001000000000 -f iso|argument|0|
|check|diffOutputFile|test_us49_06.txt|file1|output-local_cdf_bgse_2008000113000000.txt|file2|0|
!|script|TestAmdaCommandLine|
|reference|US 49: id 07|id test|
|note|!- Récupération de deux paramètres sur une TimeTable
-!|
|check|executeWithInfo|${executable}|command|${path}request_us49_07.xml|args|0|
|check|execute|diff|command|output-local_cdf_bgse_tt_1_0.txt ${path}/test_us49_07_bgse_0.txt|args|0|
|check|execute|diff|command|output-local_cdf_bgse_tt_1_1.txt ${path}/test_us49_07_bgse_1.txt|args|0|
|check|execute|diff|command|output-local_cdf_bgse_tt_1_2.txt ${path}/test_us49_07_bgse_2.txt|args|0|
|check|execute|diff|command|output-local_cdf_bgse_tt_1_3.txt ${path}/test_us49_07_bgse_3.txt|args|0|
|check|execute|diff|command|output-local_cdf_bgse_tt_1_4.txt ${path}/test_us49_07_bgse_4.txt|args|0|
|check|execute|diff|command|output-local_cdf_bgse_info.txt ${path}/test_us49_07_bgse_info.txt|args|0|
|check|execute|diff|command|output-local_cdf_Magnitude_tt_1_0.txt ${path}/test_us49_07_Magnitude_0.txt|args|0|
|check|execute|diff|command|output-local_cdf_Magnitude_tt_1_1.txt ${path}/test_us49_07_Magnitude_1.txt|args|0|
|check|execute|diff|command|output-local_cdf_Magnitude_tt_1_2.txt ${path}/test_us49_07_Magnitude_2.txt|args|0|
|check|execute|diff|command|output-local_cdf_Magnitude_tt_1_3.txt ${path}/test_us49_07_Magnitude_3.txt|args|0|
|check|execute|diff|command|output-local_cdf_Magnitude_tt_1_4.txt ${path}/test_us49_07_Magnitude_4.txt|args|0|
|check|execute|diff|command|output-local_cdf_Magnitude_info.txt ${path}/test_us49_07_Magnitude_info.txt|args|0|
!|script|TestAmdaCommandLine|
|reference|US 49: id 08|id test|
|note|!- Récupération d'un paramètre 'short' dans un autre VI
-!|
|check|returnValue|-p local_cdf_status -s 2014212000000000 -d 0000003000000000 -f iso|argument|0|
|check|diffOutputFile|test_us49_08.txt|file1|output-local_cdf_status_2014212000000000.txt|file2|0|
!|script|TestAmdaCommandLine|
|reference|US 49: id 09|id test|
|note|!- Récupération d'un paramètre 'float' dans un autre VI
-!|
|check|returnValue|-p local_cdf_elec_flux_50kev -s 2014212000000000 -d 0000003000000000 -f iso|argument|0|
|check|diffOutputFile|test_us49_09.txt|file1|output-local_cdf_elec_flux_50kev_2014212000000000.txt|file2|0|
!3 Nettoyage de l'espace de travail.
!|script|TestAmdaCommandLine|
|execute|rm|command|./plot_*|args|
|execute|rm|command|./output_*|args|
-----
!contents -R2 -g -p -f -h