-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathTestsBenchmark.robot
196 lines (152 loc) · 10.6 KB
/
TestsBenchmark.robot
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
*** Settings ***
Library ./IDeSyDeLibrary.py
*** Variables ***
${ShouldCompile} ${False}
*** Test Cases ***
Test for examples_and_benchmarks/CODES_ISSS_2023/a_sobel
${NumFound} = IDeSyDeLibrary.Try Explore examples_and_benchmarks/CODES_ISSS_2023/a_sobel/idesyde_input.fiodl
Should Not Be Equal As Integers ${NumFound} 0
Test for examples_and_benchmarks/CODES_ISSS_2023/a_sobel_b_susan_c_rasta
${NumFound} = IDeSyDeLibrary.Try Explore
... examples_and_benchmarks/CODES_ISSS_2023/a_sobel_b_susan_c_rasta/idesyde_input.fiodl
Should Not Be Equal As Integers ${NumFound} 0
Test for examples_and_benchmarks/CODES_ISSS_2023/a_sobel_b_susan_c_rasta_d_jpegEnc1
${NumFound} = IDeSyDeLibrary.Try Explore
... examples_and_benchmarks/CODES_ISSS_2023/a_sobel_b_susan_c_rasta_d_jpegEnc1/idesyde_input.fiodl
Should Not Be Equal As Integers ${NumFound} 0
Test for examples_and_benchmarks/CODES_ISSS_2023/a_sobel_b_susan_d_jpegEnc1
${NumFound} = IDeSyDeLibrary.Try Explore
... examples_and_benchmarks/CODES_ISSS_2023/a_sobel_b_susan_d_jpegEnc1/idesyde_input.fiodl
Should Not Be Equal As Integers ${NumFound} 0
Test for examples_and_benchmarks/CODES_ISSS_2023/a_sobel_c_rasta_d_jpegEnc1
${NumFound} = IDeSyDeLibrary.Try Explore
... examples_and_benchmarks/CODES_ISSS_2023/a_sobel_c_rasta_d_jpegEnc1/idesyde_input.fiodl
Should Not Be Equal As Integers ${NumFound} 0
Test for examples_and_benchmarks/CODES_ISSS_2023/b_susan_c_rasta_d_jpegEnc1
${NumFound} = IDeSyDeLibrary.Try Explore
... examples_and_benchmarks/CODES_ISSS_2023/b_susan_c_rasta_d_jpegEnc1/idesyde_input.fiodl
Should Not Be Equal As Integers ${NumFound} 0
Test for examples_and_benchmarks/CODES_ISSS_2023/c_rasta_d_jpegEnc1
${NumFound} = IDeSyDeLibrary.Try Explore
... examples_and_benchmarks/CODES_ISSS_2023/c_rasta_d_jpegEnc1/idesyde_input.fiodl
Should Not Be Equal As Integers ${NumFound} 0
Test for examples_and_benchmarks/CODES_ISSS_2023/g10_3_cycl
${NumFound} = IDeSyDeLibrary.Try Explore
... examples_and_benchmarks/CODES_ISSS_2023/g10_3_cycl/idesyde_input.fiodl
Should Not Be Equal As Integers ${NumFound} 0
# Test for examples_and_benchmarks/CODES_ISSS_2023/RaJp
# ${NumFound} = IDeSyDeLibrary.Try Explore examples_and_benchmarks/CODES_ISSS_2023/RaJp
# Should Not Be Equal As Integers ${NumFound} 0
# Test for examples_and_benchmarks/CODES_ISSS_2023/SoRaJp
# ${NumFound} = IDeSyDeLibrary.Try Explore examples_and_benchmarks/CODES_ISSS_2023/SoRaJp
# Should Not Be Equal As Integers ${NumFound} 0
# Test for examples_and_benchmarks/CODES_ISSS_2023/SoSuJp
# ${NumFound} = IDeSyDeLibrary.Try Explore examples_and_benchmarks/CODES_ISSS_2023/SoSuJp
# Should Not Be Equal As Integers ${NumFound} 0
# Test for examples_and_benchmarks/CODES_ISSS_2023/SoSuRa
# ${NumFound} = IDeSyDeLibrary.Try Explore examples_and_benchmarks/CODES_ISSS_2023/SoSuRa
# Should Not Be Equal As Integers ${NumFound} 0
# Test for examples_and_benchmarks/CODES_ISSS_2023/SoSuRaJp
# ${NumFound} = IDeSyDeLibrary.Try Explore examples_and_benchmarks/CODES_ISSS_2023/SoSuRaJp
# Should Not Be Equal As Integers ${NumFound} 0
# Test for examples_and_benchmarks/CODES_ISSS_2023/SuRaJp
# ${NumFound} = IDeSyDeLibrary.Try Explore examples_and_benchmarks/CODES_ISSS_2023/SuRaJp
# Should Not Be Equal As Integers ${NumFound} 0
Test for examples_and_benchmarks/DASC2023/combination-50-1_5625
[Tags] slow
${NumFound} = IDeSyDeLibrary.Try Explore examples_and_benchmarks/DASC2023/combination-50-1_5625
Should Not Be Equal As Integers ${NumFound} 0
Test for examples_and_benchmarks/DASC2023/combination-55-3_125
[Tags] slow
${NumFound} = IDeSyDeLibrary.Try Explore examples_and_benchmarks/DASC2023/combination-55-3_125
Should Not Be Equal As Integers ${NumFound} 0
Test for examples_and_benchmarks/DASC2023/flight-information-function
[Tags] slow
${NumFound} = IDeSyDeLibrary.Try Explore examples_and_benchmarks/DASC2023/flight-information-function
Should Be Equal As Integers ${NumFound} 0
Test for examples_and_benchmarks/DASC2023/flight-information-function-50
${NumFound} = IDeSyDeLibrary.Try Explore examples_and_benchmarks/DASC2023/flight-information-function-50
Should Not Be Equal As Integers ${NumFound} 0
Test for examples_and_benchmarks/DASC2023/flight-information-function-55
[Tags] slow
${NumFound} = IDeSyDeLibrary.Try Explore examples_and_benchmarks/DASC2023/flight-information-function-55
Should Not Be Equal As Integers ${NumFound} 0
Test for examples_and_benchmarks/DASC2023/flight-information-function-58_75
[Tags] slow
${NumFound} = IDeSyDeLibrary.Try Explore
... examples_and_benchmarks/DASC2023/flight-information-function-58_75
Should Be Equal As Integers ${NumFound} 0
Test for examples_and_benchmarks/DASC2023/flight-information-function-62_5
[Tags] slow
${NumFound} = IDeSyDeLibrary.Try Explore
... examples_and_benchmarks/DASC2023/flight-information-function-62_5
Should Be Equal As Integers ${NumFound} 0
Test for examples_and_benchmarks/DASC2023/flight-information-function-75
[Tags] slow
${NumFound} = IDeSyDeLibrary.Try Explore examples_and_benchmarks/DASC2023/flight-information-function-75
Should Be Equal As Integers ${NumFound} 0
Test for examples_and_benchmarks/DASC2023/radar-aesa-function-scenario1
${NumFound} = IDeSyDeLibrary.Try Explore examples_and_benchmarks/DASC2023/radar-aesa-function-scenario1
Should Be Equal As Integers ${NumFound} 0
Test for examples_and_benchmarks/DASC2023/radar-aesa-function-scenario1-12_5
${NumFound} = IDeSyDeLibrary.Try Explore examples_and_benchmarks/DASC2023/radar-aesa-function-scenario1-12_5
Should Be Equal As Integers ${NumFound} 0
Test for examples_and_benchmarks/DASC2023/radar-aesa-function-scenario1-25
${NumFound} = IDeSyDeLibrary.Try Explore examples_and_benchmarks/DASC2023/radar-aesa-function-scenario1-25
Should Be Equal As Integers ${NumFound} 0
Test for examples_and_benchmarks/DASC2023/radar-aesa-function-scenario1-3_125
${NumFound} = IDeSyDeLibrary.Try Explore
... examples_and_benchmarks/DASC2023/radar-aesa-function-scenario1-3_125
Should Not Be Equal As Integers ${NumFound} 0
Test for examples_and_benchmarks/DASC2023/radar-aesa-function-scenario1-50
${NumFound} = IDeSyDeLibrary.Try Explore examples_and_benchmarks/DASC2023/radar-aesa-function-scenario1-50
Should Be Equal As Integers ${NumFound} 0
Test for examples_and_benchmarks/DASC2023/radar-aesa-function-scenario1-6_625
[Tags] slow
${NumFound} = IDeSyDeLibrary.Try Explore
... examples_and_benchmarks/DASC2023/radar-aesa-function-scenario1-6_625
Should Be Equal As Integers ${NumFound} 0
Test for examples_and_benchmarks/DASC2023/radar-aesa-function-scenario2
${NumFound} = IDeSyDeLibrary.Try Explore examples_and_benchmarks/DASC2023/radar-aesa-function-scenario2
Should Be Equal As Integers ${NumFound} 0
Test for examples_and_benchmarks/novel/sobel_and_easy_avionics
[Tags] slow
${NumFound} = IDeSyDeLibrary.Try Explore examples_and_benchmarks/novel/sobel_and_easy_avionics
Should Not Be Equal As Integers ${NumFound} 0
Test for examples_and_benchmarks/PANORAMA/flight-information-function
${NumFound} = IDeSyDeLibrary.Try Explore examples_and_benchmarks/PANORAMA/flight-information-function
Should Not Be Equal As Integers ${NumFound} 0
#Test for examples_and_benchmarks/PANORAMA/radar-aesa-function
# ${NumFound} = IDeSyDeLibrary.Try Explore examples_and_benchmarks/PANORAMA/radar-aesa-function
# Should Be Equal As Integers ${NumFound} 0
# Test for examples_and_benchmarks/small_and_explainable/sobel_and_2core_devicetree
# ${NumFound} = IDeSyDeLibrary.Try Explore
# ... examples_and_benchmarks/small_and_explainable/sobel_and_2core_devicetree
# Should Not Be Equal As Integers ${NumFound} 0
Test for examples_and_benchmarks/small_and_explainable/sobel_to_bus_multicore
${NumFound} = IDeSyDeLibrary.Try Explore
... examples_and_benchmarks/small_and_explainable/sobel_to_bus_multicore
Should Not Be Equal As Integers ${NumFound} 0
Test for examples_and_benchmarks/small_and_explainable/yuhan_zhang_thesis
[Tags] slow
${NumFound} = IDeSyDeLibrary.Try Explore examples_and_benchmarks/small_and_explainable/yuhan_zhang_thesis
Should Not Be Equal As Integers ${NumFound} 0
Test for examples_and_benchmarks/EARLY_BIRD/corrected_summer_project_2023
[Tags] slow
${NumFound} = IDeSyDeLibrary.Try Explore examples_and_benchmarks/EARLY_BIRD/corrected_summer_project_2023
Should Not Be Equal As Integers ${NumFound} 0
Test for examples_and_benchmarks/novel/programmable_logic_area/tc1
${NumFound} = IDeSyDeLibrary.Try Explore examples_and_benchmarks/novel/programmable_logic_area/MPSoC.fiodl,examples_and_benchmarks/novel/programmable_logic_area/tc1.fiodl
Should Not Be Equal As Integers ${NumFound} 0
Test for examples_and_benchmarks/novel/programmable_logic_area/tc2
${NumFound} = IDeSyDeLibrary.Try Explore examples_and_benchmarks/novel/programmable_logic_area/tc2.fiodl,examples_and_benchmarks/novel/programmable_logic_area/MPSoC.fiodl
Should Not Be Equal As Integers ${NumFound} 0
Test for examples_and_benchmarks/novel/programmable_logic_area/tc3
${NumFound} = IDeSyDeLibrary.Try Explore examples_and_benchmarks/novel/programmable_logic_area/tc3.fiodl,examples_and_benchmarks/novel/programmable_logic_area/MPSoC.fiodl
Should Be Equal As Integers ${NumFound} 0
Test for examples_and_benchmarks/novel/programmable_logic_area/tc3_feasible
${NumFound} = IDeSyDeLibrary.Try Explore examples_and_benchmarks/novel/programmable_logic_area/tc3_feasible.fiodl,examples_and_benchmarks/novel/programmable_logic_area/MPSoC.fiodl
Should Not Be Equal As Integers ${NumFound} 0
Test for examples_and_benchmarks/novel/programmable_logic_area/tc45
${NumFound} = IDeSyDeLibrary.Try Explore examples_and_benchmarks/novel/programmable_logic_area/tc45.fiodl,examples_and_benchmarks/novel/programmable_logic_area/MPSoC.fiodl
Should Not Be Equal As Integers ${NumFound} 0