content.txt
6.87 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
!1 !-User Story 36: File output VOTable -!
!define path {../test/FitNesseRoot/ReleaseS/ThirdPart/ReLease2/SprinT4/UserStory36/}
!define executable {amdaXMLRequestorTool }
!2 Description du test
!- En tant qu'utilisateur scientifique
Je peux définir une sortie sous forme d'un fichier VOTable
Afin de travailler avec mes données sur mon ordinateur ultérieurement
-!
!2 Test
!3 Connexion au serveur
!|script|ConnectToDDServer|
|check|login|1|
!|script|TestAmdaCommandLine|
|set|${path}|path|
!3 Exécution des scripts
!|script|TestAmdaCommandLine|
|reference|US 36: id 00|id test|
|note|!- Création d'un fichier VOTable pour scalaire float -!|
|check|execute|${executable}|command|${path}request_us36_00.xml|args|0|
|check|execute|diff|command|output-dst_2008000000000000.vot ${path}/download_36_00_REF.vot|args|0|
!|script|TestAmdaCommandLine|
|reference|US 36: id 01|id test|
|note|!- Création d'un fichier VOTable pour vecteur float -!|
|check|execute|${executable}|command|${path}request_us36_01.xml|args|0|
|check|execute|diff|command|output-imf_2008000000000000.vot ${path}/download_36_01_REF.vot|args|0|
!|script|TestAmdaCommandLine|
|reference|US 36: id 02|id test|
|note|!- Création d'un fichier VOTable pour scalaire integer -!|
|check|execute|${executable}|command|${path}request_us36_02.xml|args|0|
|check|execute|diff|command|output-qual1_sta_2008000000000000.vot ${path}/download_36_02_REF.vot|args|0|
!|script|TestAmdaCommandLine|
|reference|US 36: id 03|id test|
|note|!- Création d'un fichier VOTable pour tableau integer -!|
|check|execute|${executable}|command|${path}request_us36_03.xml|args|0|
|check|execute|diff|command|output-vex_els_spec_2008000030000000.vot ${path}/download_36_03_REF.vot|args|0|
!|script|TestAmdaCommandLine|
|reference|US 36: id 04|id test|
|note|!- Création d'un fichier VOTable pour tableau float -!|
|check|execute|${executable}|command|${path}request_us36_04.xml|args|0|
|check|execute|diff|command|output-e_mgs_omni_2005029230000000.vot ${path}/download_36_04_REF.vot|args|0|
!|script|TestAmdaCommandLine|
|reference|US 36: id 05|id test|
|note|!- Création d'un fichier VOTable pour une magnitude calculée -!|
|check|execute|${executable}|command|${path}request_us36_05.xml|args|0|
|check|execute|diff|command|output-magnitude_2008000000000000.vot ${path}/download_36_05_REF.vot|args|0|
!|script|TestAmdaCommandLine|
|reference|US 36: id 06|id test|
|note|!- Création d'un fichier VOTable pour un paramètre composé système sans échantillonage -!|
|check|execute|${executable}|command|${path}request_us36_06.xml|args|0|
|check|execute|diff|command|output-ram_pressure_2008000000000000.vot ${path}/download_36_06_REF.vot|args|0|
!|script|TestAmdaCommandLine|
|reference|US 36: id 07|id test|
|note|!- Création d'un fichier VOTable pour un paramètre sur un grand intervalle de temps -!|
|check|execute|${executable}|command|${path}request_us36_07.xml|args|0|
|check|execute|diff|command|output-imf_2008002000000000.vot ${path}/download_36_07_REF.vot|args|0|
!|script|TestAmdaCommandLine|
|reference|US 36: id 08|id test|
|note|!- Création de deux fichiers VOTable pour deux paramètres (deux noeuds output définis) -!|
|check|execute|${executable}|command|${path}request_us36_08.xml|args|0|
|check|execute|diff|command|output-imf_2008000000000000.vot ${path}/download_36_08_imf_REF.vot|args|0|
|check|execute|diff|command|output-dst_2008000000000000.vot ${path}/download_36_08_dst_REF.vot|args|0|
!|script|TestAmdaCommandLine|
|reference|US 36: id 09|id test|
|note|!- Création de deux fichiers VOTable pour un paramètre avec sortie différente (deux noeuds output définis) -!|
|check|execute|${executable}|command|${path}request_us36_09.xml|args|0|
|check|execute|diff|command|output-imf_2008000000000000.vot ${path}/download_36_09_imf_REF.vot|args|0|
|check|execute|diff|command|output-imf_1_2008000000000000.vot ${path}/download_36_09_imf_1_REF.vot|args|0|
!|script|TestAmdaCommandLine|
|reference|US 36: id 10|id test|
|note|!- Création d'un fichier VOTable à partir d'une expression logique -!|
|check|execute|${executable}|command|${path}request_us36_10.xml|args|0|
|check|execute|diff|command|output-expression_logical_1_2008000003000000.vot ${path}/download_36_10_REF.vot|args|0|
!|script|TestAmdaCommandLine|
|reference|US 36: id 11|id test|
|note|!- Création d'un fichier VOTable avec plusieurs paramètres dans un même fichier -!|
|check|execute|${executable}|command|${path}request_us36_11.xml|args|0|
|check|execute|diff|command|output-imf_dst_2008000000000000.vot ${path}/download_36_11_REF.vot|args|0|
!|script|TestAmdaCommandLine|
|reference|US 36: id 12|id test|
|note|!- Création d'un fichier VOTable par intervalle de temps et par paramètre -!|
|check|execute|${executable}|command|${path}request_us36_12.xml|args|0|
|check|execute|diff|command|output-imf_tt_1_0.vot ${path}/download_36_12_imf_0_REF.vot|args|0|
|check|execute|diff|command|output-imf_tt_1_1.vot ${path}/download_36_12_imf_1_REF.vot|args|0|
|check|execute|diff|command|output-imf_tt_1_2.vot ${path}/download_36_12_imf_2_REF.vot|args|0|
|check|execute|diff|command|output-imf_tt_1_3.vot ${path}/download_36_12_imf_3_REF.vot|args|0|
|check|execute|diff|command|output-dst_tt_1_0.vot ${path}/download_36_12_dst_0_REF.vot|args|0|
|check|execute|diff|command|output-dst_tt_1_1.vot ${path}/download_36_12_dst_1_REF.vot|args|0|
|check|execute|diff|command|output-dst_tt_1_2.vot ${path}/download_36_12_dst_2_REF.vot|args|0|
|check|execute|diff|command|output-dst_tt_1_3.vot ${path}/download_36_12_dst_3_REF.vot|args|0|
|check|execute|diff|command|output-efield_tt_1_0.vot ${path}/download_36_12_efield_0_REF.vot|args|0|
|check|execute|diff|command|output-efield_tt_1_1.vot ${path}/download_36_12_efield_1_REF.vot|args|0|
|check|execute|diff|command|output-efield_tt_1_2.vot ${path}/download_36_12_efield_2_REF.vot|args|0|
|check|execute|diff|command|output-efield_tt_1_3.vot ${path}/download_36_12_efield_3_REF.vot|args|0|
!|script|TestAmdaCommandLine|
|reference|US 36: id 13|id test|
|note|!- Création d'un fichier VOTable par intervalle de temps avec plusieurs paramètres dans un même fichier -!|
|check|execute|${executable}|command|${path}request_us36_13.xml|args|0|
|check|execute|diff|command|output-efield_dst_imf_tt_1_0.vot ${path}/download_36_13_0_REF.vot|args|0|
|check|execute|diff|command|output-efield_dst_imf_tt_1_1.vot ${path}/download_36_13_1_REF.vot|args|0|
|check|execute|diff|command|output-efield_dst_imf_tt_1_2.vot ${path}/download_36_13_2_REF.vot|args|0|
|check|execute|diff|command|output-efield_dst_imf_tt_1_3.vot ${path}/download_36_13_3_REF.vot|args|0|
!|script|TestAmdaCommandLine|
|reference|US 36: id 14|id test|
|note|!- Création d'un fichier VOTable contenant plusieurs intervalles de temps et plusieurs paramètres -!|
|check|execute|${executable}|command|${path}request_us36_14.xml|args|0|
|check|execute|diff|command|output-efield_dst_imf_tt_1.vot ${path}/download_36_14_REF.vot|args|0|
-----
!contents -R2 -g -p -f -h