-
Notifications
You must be signed in to change notification settings - Fork 0
/
tox.ini
258 lines (254 loc) · 13.3 KB
/
tox.ini
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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
; DO NOT EDIT THIS FILE DIRECTLY!!! Edit the template in ci/templates/tox.ini
; and then regenerate this file by running the ci/bootstrap.py script.
;
[tox]
envlist =
{clean,1-defaults,2-long-component-namespace,3-arduino-dotpath-baremetal-active,3-arduino-dotpath-baremetal-params-active,3-arduino-dotpath-baremetal-params-passive,3-arduino-dotpath-baremetal-params-refdoc-active,3-arduino-dotpath-baremetal-params-refdoc-passive,3-arduino-dotpath-baremetal-passive,3-arduino-dotpath-baremetal-refdoc-active,3-arduino-dotpath-baremetal-refdoc-passive,3-native-dotpath-active,3-native-dotpath-health-active,3-native-dotpath-health-passive,3-native-dotpath-health-refdoc-active,3-native-dotpath-health-refdoc-passive,3-native-dotpath-params-active,3-native-dotpath-params-health-active,3-native-dotpath-params-health-passive,3-native-dotpath-params-health-refdoc-active,3-native-dotpath-params-health-refdoc-passive,3-native-dotpath-params-passive,3-native-dotpath-params-refdoc-active,3-native-dotpath-params-refdoc-passive,3-native-dotpath-params-seqencer-active,3-native-dotpath-params-seqencer-health-active,3-native-dotpath-params-seqencer-health-passive,3-native-dotpath-params-seqencer-health-refdoc-active,3-native-dotpath-params-seqencer-health-refdoc-passive,3-native-dotpath-params-seqencer-passive,3-native-dotpath-params-seqencer-refdoc-active,3-native-dotpath-params-seqencer-refdoc-passive,3-native-dotpath-params-seqencer-xfer-active,3-native-dotpath-params-seqencer-xfer-health-active,3-native-dotpath-params-seqencer-xfer-health-passive,3-native-dotpath-params-seqencer-xfer-health-refdoc-active,3-native-dotpath-params-seqencer-xfer-health-refdoc-passive,3-native-dotpath-params-seqencer-xfer-passive,3-native-dotpath-params-seqencer-xfer-refdoc-active,3-native-dotpath-params-seqencer-xfer-refdoc-passive,3-native-dotpath-params-xfer-active,3-native-dotpath-params-xfer-health-active,3-native-dotpath-params-xfer-health-passive,3-native-dotpath-params-xfer-health-refdoc-active,3-native-dotpath-params-xfer-health-refdoc-passive,3-native-dotpath-params-xfer-passive,3-native-dotpath-params-xfer-refdoc-active,3-native-dotpath-params-xfer-refdoc-passive,3-native-dotpath-passive,3-native-dotpath-refdoc-active,3-native-dotpath-refdoc-passive,3-native-dotpath-seqencer-active,3-native-dotpath-seqencer-health-active,3-native-dotpath-seqencer-health-passive,3-native-dotpath-seqencer-health-refdoc-active,3-native-dotpath-seqencer-health-refdoc-passive,3-native-dotpath-seqencer-passive,3-native-dotpath-seqencer-refdoc-active,3-native-dotpath-seqencer-refdoc-passive,3-native-dotpath-seqencer-xfer-active,3-native-dotpath-seqencer-xfer-health-active,3-native-dotpath-seqencer-xfer-health-passive,3-native-dotpath-seqencer-xfer-health-refdoc-active,3-native-dotpath-seqencer-xfer-health-refdoc-passive,3-native-dotpath-seqencer-xfer-passive,3-native-dotpath-seqencer-xfer-refdoc-active,3-native-dotpath-seqencer-xfer-refdoc-passive,3-native-dotpath-xfer-active,3-native-dotpath-xfer-health-active,3-native-dotpath-xfer-health-passive,3-native-dotpath-xfer-health-refdoc-active,3-native-dotpath-xfer-health-refdoc-passive,3-native-dotpath-xfer-passive,3-native-dotpath-xfer-refdoc-active,3-native-dotpath-xfer-refdoc-passive}
skipsdist = true
[testenv]
passenv =
*
basepython =
{env:TOXPYTHON:python3}
envdir =
{toxworkdir}/py
deps =
cookiecutter
fprime-tools
lxml
tox
pyyaml
click==7.1.2
[testenv:bootstrap]
deps =
jinja2
matrix
pyyaml
click==7.1.2
commands =
{toxinidir}/ci/bootstrap.py --no-env
[testenv:clean]
commands =
{toxinidir}/ci/env_test.py clean
[testenv:1-defaults]
commands =
{toxinidir}/ci/env_test.py 1-defaults
[testenv:2-long-component-namespace]
commands =
{toxinidir}/ci/env_test.py 2-long-component-namespace
[testenv:3-arduino-dotpath-baremetal-active]
commands =
{toxinidir}/ci/env_test.py 3-arduino-dotpath-baremetal-active
[testenv:3-arduino-dotpath-baremetal-params-active]
commands =
{toxinidir}/ci/env_test.py 3-arduino-dotpath-baremetal-params-active
[testenv:3-arduino-dotpath-baremetal-params-passive]
commands =
{toxinidir}/ci/env_test.py 3-arduino-dotpath-baremetal-params-passive
[testenv:3-arduino-dotpath-baremetal-params-refdoc-active]
commands =
{toxinidir}/ci/env_test.py 3-arduino-dotpath-baremetal-params-refdoc-active
[testenv:3-arduino-dotpath-baremetal-params-refdoc-passive]
commands =
{toxinidir}/ci/env_test.py 3-arduino-dotpath-baremetal-params-refdoc-passive
[testenv:3-arduino-dotpath-baremetal-passive]
commands =
{toxinidir}/ci/env_test.py 3-arduino-dotpath-baremetal-passive
[testenv:3-arduino-dotpath-baremetal-refdoc-active]
commands =
{toxinidir}/ci/env_test.py 3-arduino-dotpath-baremetal-refdoc-active
[testenv:3-arduino-dotpath-baremetal-refdoc-passive]
commands =
{toxinidir}/ci/env_test.py 3-arduino-dotpath-baremetal-refdoc-passive
[testenv:3-native-dotpath-active]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-active
[testenv:3-native-dotpath-health-active]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-health-active
[testenv:3-native-dotpath-health-passive]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-health-passive
[testenv:3-native-dotpath-health-refdoc-active]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-health-refdoc-active
[testenv:3-native-dotpath-health-refdoc-passive]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-health-refdoc-passive
[testenv:3-native-dotpath-params-active]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-params-active
[testenv:3-native-dotpath-params-health-active]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-params-health-active
[testenv:3-native-dotpath-params-health-passive]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-params-health-passive
[testenv:3-native-dotpath-params-health-refdoc-active]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-params-health-refdoc-active
[testenv:3-native-dotpath-params-health-refdoc-passive]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-params-health-refdoc-passive
[testenv:3-native-dotpath-params-passive]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-params-passive
[testenv:3-native-dotpath-params-refdoc-active]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-params-refdoc-active
[testenv:3-native-dotpath-params-refdoc-passive]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-params-refdoc-passive
[testenv:3-native-dotpath-params-seqencer-active]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-params-seqencer-active
[testenv:3-native-dotpath-params-seqencer-health-active]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-params-seqencer-health-active
[testenv:3-native-dotpath-params-seqencer-health-passive]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-params-seqencer-health-passive
[testenv:3-native-dotpath-params-seqencer-health-refdoc-active]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-params-seqencer-health-refdoc-active
[testenv:3-native-dotpath-params-seqencer-health-refdoc-passive]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-params-seqencer-health-refdoc-passive
[testenv:3-native-dotpath-params-seqencer-passive]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-params-seqencer-passive
[testenv:3-native-dotpath-params-seqencer-refdoc-active]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-params-seqencer-refdoc-active
[testenv:3-native-dotpath-params-seqencer-refdoc-passive]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-params-seqencer-refdoc-passive
[testenv:3-native-dotpath-params-seqencer-xfer-active]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-params-seqencer-xfer-active
[testenv:3-native-dotpath-params-seqencer-xfer-health-active]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-params-seqencer-xfer-health-active
[testenv:3-native-dotpath-params-seqencer-xfer-health-passive]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-params-seqencer-xfer-health-passive
[testenv:3-native-dotpath-params-seqencer-xfer-health-refdoc-active]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-params-seqencer-xfer-health-refdoc-active
[testenv:3-native-dotpath-params-seqencer-xfer-health-refdoc-passive]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-params-seqencer-xfer-health-refdoc-passive
[testenv:3-native-dotpath-params-seqencer-xfer-passive]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-params-seqencer-xfer-passive
[testenv:3-native-dotpath-params-seqencer-xfer-refdoc-active]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-params-seqencer-xfer-refdoc-active
[testenv:3-native-dotpath-params-seqencer-xfer-refdoc-passive]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-params-seqencer-xfer-refdoc-passive
[testenv:3-native-dotpath-params-xfer-active]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-params-xfer-active
[testenv:3-native-dotpath-params-xfer-health-active]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-params-xfer-health-active
[testenv:3-native-dotpath-params-xfer-health-passive]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-params-xfer-health-passive
[testenv:3-native-dotpath-params-xfer-health-refdoc-active]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-params-xfer-health-refdoc-active
[testenv:3-native-dotpath-params-xfer-health-refdoc-passive]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-params-xfer-health-refdoc-passive
[testenv:3-native-dotpath-params-xfer-passive]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-params-xfer-passive
[testenv:3-native-dotpath-params-xfer-refdoc-active]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-params-xfer-refdoc-active
[testenv:3-native-dotpath-params-xfer-refdoc-passive]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-params-xfer-refdoc-passive
[testenv:3-native-dotpath-passive]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-passive
[testenv:3-native-dotpath-refdoc-active]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-refdoc-active
[testenv:3-native-dotpath-refdoc-passive]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-refdoc-passive
[testenv:3-native-dotpath-seqencer-active]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-seqencer-active
[testenv:3-native-dotpath-seqencer-health-active]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-seqencer-health-active
[testenv:3-native-dotpath-seqencer-health-passive]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-seqencer-health-passive
[testenv:3-native-dotpath-seqencer-health-refdoc-active]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-seqencer-health-refdoc-active
[testenv:3-native-dotpath-seqencer-health-refdoc-passive]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-seqencer-health-refdoc-passive
[testenv:3-native-dotpath-seqencer-passive]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-seqencer-passive
[testenv:3-native-dotpath-seqencer-refdoc-active]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-seqencer-refdoc-active
[testenv:3-native-dotpath-seqencer-refdoc-passive]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-seqencer-refdoc-passive
[testenv:3-native-dotpath-seqencer-xfer-active]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-seqencer-xfer-active
[testenv:3-native-dotpath-seqencer-xfer-health-active]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-seqencer-xfer-health-active
[testenv:3-native-dotpath-seqencer-xfer-health-passive]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-seqencer-xfer-health-passive
[testenv:3-native-dotpath-seqencer-xfer-health-refdoc-active]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-seqencer-xfer-health-refdoc-active
[testenv:3-native-dotpath-seqencer-xfer-health-refdoc-passive]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-seqencer-xfer-health-refdoc-passive
[testenv:3-native-dotpath-seqencer-xfer-passive]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-seqencer-xfer-passive
[testenv:3-native-dotpath-seqencer-xfer-refdoc-active]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-seqencer-xfer-refdoc-active
[testenv:3-native-dotpath-seqencer-xfer-refdoc-passive]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-seqencer-xfer-refdoc-passive
[testenv:3-native-dotpath-xfer-active]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-xfer-active
[testenv:3-native-dotpath-xfer-health-active]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-xfer-health-active
[testenv:3-native-dotpath-xfer-health-passive]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-xfer-health-passive
[testenv:3-native-dotpath-xfer-health-refdoc-active]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-xfer-health-refdoc-active
[testenv:3-native-dotpath-xfer-health-refdoc-passive]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-xfer-health-refdoc-passive
[testenv:3-native-dotpath-xfer-passive]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-xfer-passive
[testenv:3-native-dotpath-xfer-refdoc-active]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-xfer-refdoc-active
[testenv:3-native-dotpath-xfer-refdoc-passive]
commands =
{toxinidir}/ci/env_test.py 3-native-dotpath-xfer-refdoc-passive