Skip to content

Commit 1074fee

Browse files
committed
Adding display-task-group to skeleton
1 parent b6eec98 commit 1074fee

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

psconfig/perfsonar-psconfig/doc/skeleton.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,17 @@
9292
"schedule": "example_schedule_PT4H",
9393
"archives": [ "example_http_archive" ],
9494
"reference": {
95-
"display-task-name": "Example Throughput Tests"
95+
"display-task-name": "Example Throughput Tests",
96+
"display-task-group": "Example Tests"
9697
}
9798
},
9899
"example_task_latencybg": {
99100
"group": "example_group_mesh",
100101
"test": "example_test_latencybg",
101102
"archives": [ "example_http_archive" ],
102103
"reference": {
103-
"display-task-name": "Example Loss Tests"
104+
"display-task-name": "Example Loss Tests",
105+
"display-task-group": "Example Tests"
104106
}
105107
},
106108
"example_task_trace": {
@@ -109,7 +111,8 @@
109111
"schedule": "example_schedule_PT10M",
110112
"archives": [ "example_http_archive" ],
111113
"reference": {
112-
"display-task-name": "Example Traceroute Tests"
114+
"display-task-name": "Example Traceroute Tests",
115+
"display-task-group": "Example Tests"
113116
}
114117
}
115118
}

0 commit comments

Comments
 (0)