Tests: src.ctf.lttng-live: use JSON description for sessions
[babeltrace.git] / tests / data / plugins / src.ctf.lttng-live / list_sessions.json
1 [
2 {
3 "name": "multi-domains",
4 "id": 0,
5 "hostname": "hostname",
6 "live-timer-freq": 1,
7 "client-count": 0,
8 "traces": [
9 {
10 "path": "succeed/multi-domains/ust/"
11 }
12 ]
13 },
14 {
15 "name": "multi-domains",
16 "id": 1,
17 "hostname": "hostname",
18 "live-timer-freq": 1,
19 "client-count": 0,
20 "traces": [
21 {
22 "path": "succeed/multi-domains/kernel/"
23 }
24 ]
25 },
26 {
27 "name": "trace-with-index",
28 "id": 2,
29 "hostname": "hostname",
30 "live-timer-freq": 1,
31 "client-count": 0,
32 "traces": [
33 {
34 "path": "succeed/trace-with-index/"
35 }
36 ]
37 }
38 ]
This page took 0.030199 seconds and 4 git commands to generate.