content.txt
2.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
45
46
47
48
49
50
51
52
53
!1 #6497 : avoir la possibilité d’avoir les informations dans un fichier (header) séparé
!define path {../test/FitNesseRoot/ReleaseS/TmaAmda/ReLease3/SeparateHeader/}
!define executable {amdaXMLRequestorTool }
!2 Description de l'anomalie
avoir la possibilité d’avoir les informations dans un fichier (header) séparé comme dans l’ancien amda
=> C'est fait automatiquement dans le cas d'un téléchargement avec un fichier par intervalle sur une TT. Il est possible de l'étendre aux autres types de download et d'ajouter l'option dans l'IHM.
!2 Description de la correction
Ajout de l'option "Header in a separate file"
!2 Test
!3 Connexion au serveur
!|script|ConnectToDDServer|
|check|login|1|
!|script|TestAmdaCommandLine|
|set|${path}|path|
!3 Exécution des scripts
!|script|TestAmdaCommandLine|
|note|!- Download de imf avec les options 'one-file-per-parameter-per-interval' et 'header in a separate file' -!|
|check|executeWithInfo|${executable}|command|${path}request_6497_00.xml|args|0|
|check|execute|diff|command|output-imf_2008000000000000.txt ${path}/download_6497_00_data_REF.txt|args|0|
|check|execute|diff|command|output-imf_info.txt ${path}/download_6497_00_info_REF.txt|args|0|
!|script|TestAmdaCommandLine|
|note|!- Download de imf avec les options 'one-file' et 'header in a separate file' -!|
|check|executeWithInfo|${executable}|command|${path}request_6497_01.xml|args|0|
|check|execute|diff|command|output-imf_2008017000000000.txt ${path}/download_6497_01_data_REF.txt|args|0|
|check|execute|diff|command|output-imf_info.txt ${path}/download_6497_01_info_REF.txt|args|0|
!|script|TestAmdaCommandLine|
|note|!- Download de imf et de dst avec les options 'one-file' et 'header in a separate file' -!|
|check|executeWithInfo|${executable}|command|${path}request_6497_02.xml|args|0|
|check|execute|diff|command|output-imf_dst_2008000000000000.txt ${path}/download_6497_02_data_REF.txt|args|0|
|check|execute|diff|command|output-imf_dst_info.txt ${path}/download_6497_02_info_REF.txt|args|0|
!|script|TestAmdaCommandLine|
|note|!- Download de imf et de dst avec les options 'one-file-per-parameter-per-interval' et 'header in a separate file' -!|
|check|executeWithInfo|${executable}|command|${path}request_6497_03.xml|args|0|
|check|execute|diff|command|output-imf_2008000000000000.txt ${path}/download_6497_03_imf_data_REF.txt|args|0|
|check|execute|diff|command|output-imf_info.txt ${path}/download_6497_03_imf_info_REF.txt|args|0|
|check|execute|diff|command|output-dst_2008000000000000.txt ${path}/download_6497_03_dst_data_REF.txt|args|0|
|check|execute|diff|command|output-dst_info.txt ${path}/download_6497_03_dst_info_REF.txt|args|0|
-----
!contents -R2 -g -p -f -h