blob: e715eefede16e6d50110b6dc640af9f5ee1f6a97 (
plain) (
blame)
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
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
|
import
"platform:/plugin/org.eclipse.osee.framework.skynet.core/support/OseeTypes_Framework.osee"
artifactType "Test Case" extends "Test Unit" {
guid "AAMFDikEi0TGK27TKPgA"
uuid 0x0000000000000052
}
artifactType "Test Support" extends "Test Unit" {
guid "AAMFDj+FW0f_Ut72ocQA"
uuid 0x0000000000000053
}
artifactType "Test Run Disposition" extends "Artifact" {
guid "AAMFDjeNxhi0KmXZcKQA"
uuid 0x0000000000000054
attribute "Disposition"
}
artifactType "Test Run" extends "Abstract Test Result" {
guid "AAMFDjqDHWo+orlSpaQA"
uuid 0x0000000000000055
attribute "Test Script GUID"
attribute "Test Script URL"
attribute "Outfile URL"
attribute "User Id"
attribute "Revision"
attribute "Modified Flag"
attribute "Last Author"
attribute "Last Modified Date"
attribute "OS Architecture"
attribute "OS Name"
attribute "OS Version"
attribute "OSEE Version"
attribute "OSEE Server Title"
attribute "OSEE Server Jar Version"
attribute "Processor ID"
attribute "Start Date"
attribute "End Date"
attribute "Elapsed Date"
attribute "Ran In Batch Mode"
attribute "Is Batch Mode Allowed"
attribute "Passed"
attribute "Failed"
attribute "Total Test Points"
attribute "Script Aborted"
attribute "Last Date Uploaded"
attribute "Qualification Level"
attribute "Build Id"
attribute "Checksum"
attribute "Extension"
}
attributeType "Outfile URL" extends StringAttribute {
guid "AAMFEVlyBndUvySg+gwA"
uuid 0x1000000000000131
dataProvider org.eclipse.osee.ote.define.MappedAttributeDataProvider
min 1
max 1 description "Test Run Content"
defaultValue "\"\"" fileExtension "tmo"
}
attributeType "Test Script URL" extends StringAttribute {
guid "AAMFEVn0+mhxtCuACgAA"
uuid 0x1000000000000132
dataProvider DefaultAttributeDataProvider
min 0
max 1 description "Url of the test script used"
}
attributeType "Revision" extends StringAttribute {
guid "AAMFEWAal2I3j7EJligA"
uuid 0x1000000000000133
dataProvider DefaultAttributeDataProvider
min 0
max 1 description "Version"
}
attributeType "Modified Flag" extends StringAttribute {
guid "AAMFEWCruiS26nCN68wA"
uuid 0x1000000000000134
dataProvider DefaultAttributeDataProvider
min 0
max 1 description "File Modification Flag from Repository"
}
attributeType "Last Author" extends StringAttribute {
guid "AAMFEWE83iPq3+2DGrQA"
uuid 0x1000000000000135
dataProvider DefaultAttributeDataProvider
min 0
max 1
taggerId DefaultAttributeTaggerProvider description "Last Author"
}
attributeType "Last Modified Date" extends DateAttribute {
guid "AAMFEWHw7V1uWv4IKcQA"
uuid 0x1000000000000136
dataProvider DefaultAttributeDataProvider
min 0
max 1 description "Last Modified"
}
attributeType "OS Architecture" extends StringAttribute {
guid "AAMFEWKJtG+Jc8OkRYgA"
uuid 0x1000000000000137
dataProvider DefaultAttributeDataProvider
min 0
max 1
taggerId DefaultAttributeTaggerProvider description "OS Architecture"
}
attributeType "OS Name" extends StringAttribute {
guid "AAMFEWMdBmP9aCgsysgA"
uuid 0x1000000000000138
dataProvider DefaultAttributeDataProvider
min 0
max 1 description "OS Name"
}
attributeType "OS Version" extends StringAttribute {
guid "AAMFEWOvQWV6JJvh9NQA"
uuid 0x1000000000000139
dataProvider DefaultAttributeDataProvider
min 0
max 1 description "OS Version"
}
attributeType "OSEE Version" extends StringAttribute {
guid "AAMFEWQ_TTkstJvjnGQA"
uuid 0x100000000000013A
dataProvider DefaultAttributeDataProvider
min 0
max 1 description "OSEE Version"
}
attributeType "OSEE Server Title" extends StringAttribute {
guid "AAMFEWTnXGYRfdzY3gAA"
uuid 0x100000000000013B
dataProvider DefaultAttributeDataProvider
min 0
max 1 description "OSEE Server Title"
}
attributeType "OSEE Server Jar Version" extends StringAttribute {
guid "AAMFEWV1OQtXL67OfOQA"
uuid 0x100000000000013C
dataProvider DefaultAttributeDataProvider
min 0
max 1 description "OSEE Server Jar Version"
}
attributeType "Processor ID" extends StringAttribute {
guid "AAMFEWYOAGkplo4RjTQA"
uuid 0x100000000000013D
dataProvider DefaultAttributeDataProvider
min 0
max 1 description "Processor ID"
}
attributeType "Start Date" extends DateAttribute {
guid "AAMFEWpeXjfr2W5ZT5QA"
uuid 0x100000000000013E
dataProvider DefaultAttributeDataProvider
min 0
max 1 description "Start Date"
}
attributeType "End Date" extends DateAttribute {
guid "AAMFEWryxym0P9FFckgA"
uuid 0x100000000000013F
dataProvider DefaultAttributeDataProvider
min 0
max 1 description "Stop Date"
}
attributeType "Elapsed Date" extends StringAttribute {
guid "AAMFEWuD6yH04y89M3wA"
uuid 0x1000000000000140
dataProvider DefaultAttributeDataProvider
min 0
max 1 description "Time Elapsed from the start to the end of the script"
}
attributeType "Passed" extends IntegerAttribute {
guid "AAMFEWwT92IzQp6Dh3gA"
uuid 0x1000000000000141
dataProvider DefaultAttributeDataProvider
min 1
max 1 description "Number of test points that passed"
defaultValue "0"
}
attributeType "Failed" extends IntegerAttribute {
guid "AAMFEWynSU+XeRG7nRAA"
uuid 0x1000000000000142
dataProvider DefaultAttributeDataProvider
min 1
max 1 description "Number of test points that failed"
defaultValue "0"
}
attributeType "Total Test Points" extends IntegerAttribute {
guid "AAMFEW05hBfECFGfZkgA"
uuid 0x1000000000000143
dataProvider DefaultAttributeDataProvider
min 1
max 1 description "Total test points"
defaultValue "0"
}
attributeType "Script Aborted" extends BooleanAttribute {
guid "AAMFEW3M12AqHsCve4AA"
uuid 0x1000000000000144
dataProvider DefaultAttributeDataProvider
min 1
max 1
taggerId DefaultAttributeTaggerProvider description "Test Abort status"
defaultValue "yes"
}
attributeType "Test Script GUID" extends StringAttribute {
guid "AAMFEW5fEhinpcjeZ0wA"
uuid 0x1000000000000145
dataProvider DefaultAttributeDataProvider
min 0
max 1 description "Test Case GUID"
}
attributeType "Ran In Batch Mode" extends BooleanAttribute {
guid "AAMFEW7uBlg0KLp8mhQA"
uuid 0x1000000000000146
dataProvider DefaultAttributeDataProvider
min 1
max 1 description "Run was performed as part of a batch"
defaultValue "no"
}
attributeType "Is Batch Mode Allowed" extends BooleanAttribute {
guid "AAMFEW+CcA6F5GEjsSgA"
uuid 0x1000000000000147
dataProvider DefaultAttributeDataProvider
min 1
max 1 description "Whether Test Script is allowed to run as part of a batch"
defaultValue "yes"
}
attributeType "Last Date Uploaded" extends DateAttribute {
guid "AAMFEXCm5ju5gvq142QA"
uuid 0x1000000000000148
dataProvider DefaultAttributeDataProvider
min 0
max 1 description "Last time outfile was uploaded"
}
attributeType "Qualification Level" extends StringAttribute {
guid "AAMFEXEvTztOWwoGyRAA"
uuid 0x1000000000000149
dataProvider DefaultAttributeDataProvider
min 0
max 1
taggerId DefaultAttributeTaggerProvider description "Qualification level"
defaultValue "DEVELOPMENT"
}
attributeType "Build Id" extends StringAttribute {
guid "AAMFEXG6_W9diA9nUXAA"
uuid 0x100000000000014A
dataProvider DefaultAttributeDataProvider
min 0
max 1
taggerId DefaultAttributeTaggerProvider description "Build Id"
defaultValue "unknown"
}
attributeType "Checksum" extends StringAttribute {
guid "AAMFEXJbaHt5uKG9kogA"
uuid 0x100000000000014B
dataProvider DefaultAttributeDataProvider
min 0
max 1 description "Test Case Checksum"
}
attributeType "Disposition" extends StringAttribute {
guid "AAMFEXfoPWRZHNiOR3gA"
uuid 0x100000000000014C
dataProvider DefaultAttributeDataProvider
min 0
max 1 description "Disposition"
}
oseeEnumType "enum.test.run.status" {
guid "ABbjHCGo_TQNo1pha8AA"
uuid 0x3000000000000194
entry "Pass" entryGuid "CArJmMNCPUkt72j8fGgA"
entry "Fail" entryGuid "CArJmMOtrEWczci+BkwA"
entry "Aborted" entryGuid "CArJmMQc80VqSa4AWZAA"
entry "Exception" entryGuid "CArJmMSKtjAY7O+M4KwA"
}
attributeType "Test Status" extends EnumeratedAttribute {
guid "AAMFERRDznjwkYn+ugAA"
uuid 0x100000000000014D
dataProvider DefaultAttributeDataProvider
min 0
max 1
enumType "enum.test.run.status"
description "Test Status"
}
attributeType "Test Pass" extends IntegerAttribute {
guid "AAMFERTXIHAmwjVkjFgA"
uuid 0x100000000000014E
dataProvider DefaultAttributeDataProvider
min 1
max 1
defaultValue "0"
}
attributeType "Test Fail" extends IntegerAttribute {
guid "AAMFERVnLHThpASHn1wA"
uuid 0x100000000000014F
dataProvider DefaultAttributeDataProvider
min 1
max 1
defaultValue "0"
}
attributeType "Version" extends StringAttribute {
guid "AAMFERX4UAvPcLnvswwA"
uuid 0x1000000000000150
dataProvider DefaultAttributeDataProvider
min 0
max 1 description "Version"
}
attributeType "Repository Type" extends StringAttribute {
guid "AAMFERaLojPfsL4I2AwA"
uuid 0x1000000000000151
dataProvider DefaultAttributeDataProvider
min 0
max 1 description "Repository Type"
}
attributeType "Modification Flag" extends StringAttribute {
guid "AAMFERccxh8La5wlEmgA"
uuid 0x1000000000000152
dataProvider DefaultAttributeDataProvider
min 0
max 1 description "File Modification Flag from Repository"
}
attributeType "Test Log" extends CompressedContentAttribute {
guid "AAMFERet6VP3iltwxMwA"
uuid 0x1000000000000153
dataProvider UriAttributeDataProvider
min 0
max 1 description "Compressed Data" fileExtension "txt"
}
relationType "Test Case to Run Relation" {
guid "AAMFE+jMyBDK7CV479wA"
uuid 0x2000000000000176
sideAName "Test Case"
sideAArtifactType "Test Case"
sideBName "Test Run"
sideBArtifactType "Test Run"
defaultOrderType Unordered
multiplicity ONE_TO_MANY
}
relationType "Uses" {
guid "AAMFE_GV43rvba32QqwA"
uuid 0x2000000000000177
sideAName "requirement"
sideAArtifactType "Requirement"
sideBName "Test Unit"
sideBArtifactType "Test Unit"
defaultOrderType Unordered
multiplicity MANY_TO_MANY
}
|