forked from ni/systemlink-enterprise-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWorkItemTemplate.json
More file actions
46 lines (46 loc) · 1.33 KB
/
WorkItemTemplate.json
File metadata and controls
46 lines (46 loc) · 1.33 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
{
"workItemTemplates": [
{
"name": "Battery cycle test template",
"templateGroup": "Functional",
"type": "testplan",
"productFamilies": [
"cRIO",
"BTS"
],
"partNumbers": [
"156502A-11L",
"ADC-1688"
],
"summary": "This template is utilized for the creation of work items for battery cycle tests.",
"description": "Battery cycle test at various temperature.",
"testProgram": "Battery cycle test",
"timeline": {
"estimatedDurationInSeconds": 172800
},
"resources": {
"assets": {
"filter": "modelName = \"cRIO-9045\" && serialNumber = \"01E82ED0\""
},
"duts": {
"filter": "modelName = \"cRIO-9045\" && serialNumber = \"01E82ED0\""
},
"fixtures": {
"filter": "modelName = \"cRIO-9045\" && serialNumber = \"01E82ED0\""
},
"systems": {
"filter": "properties.data[\"Lab\"] = \"Battery Pack Lab\""
}
},
"workflowId": "22222",
"fileIds": [],
"workspace": "846e294a-a007-47ac-9fc2-fac07eab240e",
"properties": {
"region": "Austin",
"facility": "Building A",
"lab": "Battery Pack Lab",
"startTestStateId": "536c9b0d3c150b1365e3093a"
}
}
]
}