forked from ni/systemlink-enterprise-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTestPlanTemplate.json
More file actions
30 lines (30 loc) · 894 Bytes
/
TestPlanTemplate.json
File metadata and controls
30 lines (30 loc) · 894 Bytes
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
{
"testPlanTemplates": [
{
"name": "Battery cycle test template",
"templateGroup": "Functional",
"productFamilies": [
"cRIO",
"BTS"
],
"partNumbers": [
"156502A-11L",
"ADC-1688"
],
"summary": "This template is utilized for the creation of test plans for battery cycle tests.",
"description": "Battery cycle test at various temperature.",
"testProgram": "Battery cycle test",
"estimatedDurationInSeconds": 172800,
"systemFilter": "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"
}
}
]
}