content.txt
2.86 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
!1 !-User Story 8: Download de plusieurs paramètres dans un même fichier-!
!define path {../test/FitNesseRoot/ReleaseS/SecondPart/ReLease1/SprinT3/UserStory8/}
!define executable {amdaXMLRequestorTool }
!2 Description du test
!- Execution d'une requête de download sur plusieurs paramètres -!
!2 Test
!|script|ConnectToDDServer|
|check|login|1|
!|script|TestAmdaCommandLine|
|set|${path}|path|
!|script|TestAmdaCommandLine|
|set|${path}|path|
|note|!-Copie des fichiers XML param dans la base de données des paramètres-!|
!|script|TestAmdaCommandLine|
|reference|US 8: id 30|id test|
|note|!- Download sur les paramètres IMF et DST, avec ré-échantillonnage -!|
|check|execute|${executable}|command|${path}request_us8_30.xml|args|0|
|check|diffOutputFile|REF_output-imf_dst_2008000000000000.txt|file1|output-imf_dst_2008000000000000.txt|file2|0|
|note|!- Download sur les paramètres IMF[0] et IMF[1], sans ré-échantillonnage (même jeu de données) -!|
|check|execute|${executable}|command|${path}request_us8_without_resampling.xml|args|0|
|check|diffOutputFile|REF_output-imf_0_1_2008000000000000.txt|file1|output-imf_0_1_2008000000000000.txt|file2|0|
|note|!- Download sur les paramètres efield et DST, avec ré-échantillonnage et filling values -!|
|check|execute|${executable}|command|${path}request_us8_with_filling_value.xml|args|0|
|check|diffOutputFile|REF_output-efield_dst_2008000000000000.txt|file1|output-efield_dst_2008000000000000.txt|file2|0|
|note|!- Download sur les paramètres velocity et DST, avec ré-échantillonnage et trous de données -!|
|check|execute|${executable}|command|${path}request_us8_with_real_gaps.xml|args|0|
|check|diffOutputFile|REF_output-velocity_dst_2008000000000000.txt|file1|output-velocity_dst_2008000000000000.txt|file2|0|
|note|!- Download sur le paramètre velocity, non regression -!|
|check|execute|${executable}|command|${path}request_us8_one_param.xml|args|0|
|check|diffOutputFile|REF_output-velocity_2008000000000000.txt|file1|output-velocity_2008000000000000.txt|file2|0|
|note|!- id 30 avec précision du nom du fichier résultat dans la requête -!|
|check|execute|${executable}|command|${path}request_us8_30_with_filename.xml|args|0|
|check|execute|!-test `ls myresult-imf_dst_2008000000000000.txt | wc -l` -!|command| -eq 1 |args|0|
!|script|TestAmdaCommandLine|
|set|${path}|path|
|note|!- Suppression des fichiers créés -!|
|check|execute|!- rm -!|command| output-velocity_2008000000000000.txt |args|0|
|check|execute|!- rm -!|command| output-velocity_dst_2008000000000000.txt |args|0|
|check|execute|!- rm -!|command| output-efield_dst_2008000000000000.txt |args|0|
|check|execute|!- rm -!|command| output-imf_0_1_2008000000000000.txt |args|0|
|check|execute|!- rm -!|command| output-imf_dst_2008000000000000.txt|args|0|
|check|execute|!- rm -!|command| myresult-imf_dst_2008000000000000.txt|args|0|
-----
!contents -R2 -g -p -f -h