content.txt
3.95 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
!1 !-User Story 50: Utilisation de paramètres utilisateur définis dans un fichier VOTable -!
!define path {../test/FitNesseRoot/ReleaseS/ThirdPart/ReLease3/SprinT2/UserStory50/}
!define workingPath {./PlotFitnesseResults/US50/}
!define executable {EXE_AMDA_Kernel }
!2 Description du test
!- Utilisation de paramètres utilisateur définis dans un fichier VOTable -!
!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 -rf |command|./PlotFitnesseResults/US50|args|
|note|!- Création du répertoire de stockage des résultats -!|
|execute|mkdir -p |command|./PlotFitnesseResults/US50|args|
!3 Exécution des scripts
!|script|TestAmdaCommandLine|
|reference|US 50: id 00|id test|
|note|!- Paramètre scalaire double issu d'un fichier VOTable, sur toute la durée du paramètre dans la base (TFIRST, TFIRST + 6 days) -!|
|execute|${executable}|command|-f iso -p local_vot_bx -s 2008000000030000 -d 0000005000000000|args|
|check|execute|mv|command|./output-local_vot_bx_2008000000030000.txt ${workingPath}/output-user_param_50_00.txt|args|0|
|check|execute|diff|command|${workingPath}/output-user_param_50_00.txt ${path}/user_param_50_00_REF.txt|args|0|
!|script|TestAmdaCommandLine|
|reference|US 50: id 01|id test|
|note|!- Paramètre scalaire double issu d'un fichier VOTable, sur 1 h (TFIRST, TFIRST + 1 hour) -!|
|execute|${executable}|command|-f iso -p local_vot_bx -s 2008000000030000 -d 0000000010000000|args|
|check|execute|mv|command|./output-local_vot_bx_2008000000030000.txt ${workingPath}/output-user_param_50_01.txt|args|0|
|check|execute|diff|command|${workingPath}/output-user_param_50_01.txt ${path}/user_param_50_01_REF.txt|args|0|
!|script|TestAmdaCommandLine|
|reference|US 50: id 02|id test|
|note|!- Paramètre scalaire double issu d'un fichier VOTable, a cheval sur les 2 fichiers VOTable de la base -!|
|execute|${executable}|command|-f iso -p local_vot_bx -s 2008000120008000 -d 0000004000000000|args|
|check|execute|mv|command|./output-local_vot_bx_2008000120008000.txt ${workingPath}/output-user_param_50_02.txt|args|0|
|check|execute|diff|command|${workingPath}/output-user_param_50_02.txt ${path}/user_param_50_02_REF.txt|args|0|
!|script|TestAmdaCommandLine|
|reference|US 50: id 03|id test|
|note|!- Paramètre scalaire double issu d'un fichier VOTable, sur le 2 ieme fichier VOTable de la base -!|
|execute|${executable}|command|-f iso -p local_vot_bx -s 2008004010000000 -d 0000000010000000|args|
|check|execute|mv|command|./output-local_vot_bx_2008004010000000.txt ${workingPath}/output-user_param_50_03.txt|args|0|
|check|execute|diff|command|${workingPath}/output-user_param_50_03.txt ${path}/user_param_50_03_REF.txt|args|0|
!|script|TestAmdaCommandLine|
|reference|US 50: id 04|id test|
|note|!- Paramètre scalaire integer issu d'un fichier VOTable, sur toute la durée du paramètre dans la base (TFIRST, TFIRST + 6 days) -!|
|execute|${executable}|command|-f iso -p local_vot_test_int -s 2008000000000000 -d 0000003000000000|args|
|check|execute|mv|command|./output-local_vot_test_int_2008000000000000.txt ${workingPath}/output-user_param_50_04.txt|args|0|
|check|execute|diff|command|${workingPath}/output-user_param_50_04.txt ${path}/user_param_50_04_REF.txt|args|0|
!|script|TestAmdaCommandLine|
|reference|US 50: id 05|id test|
|note|!- Paramètre vecteur double issu d'un fichier VOTable, sur toute la durée du paramètre dans la base (TFIRST, TFIRST + 6 days) -!|
|execute|${executable}|command|-f iso -p local_vot_test_vector -s 2008000000000000 -d 0000003000000000|args|
|check|execute|mv|command|./output-local_vot_test_vector_2008000000000000.txt ${workingPath}/output-user_param_50_05.txt|args|0|
|check|execute|diff|command|${workingPath}/output-user_param_50_05.txt ${path}/user_param_50_05_REF.txt|args|0|
-----
!contents -R2 -g -p -f -h