Merge branch 'master' of git://git.pcp.io/pcp into qt
[pcp.git] / qa / 285.out
blob5a99c313281d5ec50d01495e22f288e0b5ac4124
1 QA output created by 285
2 === dso and daemon handle indom ops the same way? ===
4 dbpmda> open dso SAMPLEDSO sample_init 30
5 dbpmda> instance 30.1
6 pmInDom: 30.1
7 [  0] inst: 0 name: "red"
8 [  1] inst: 1 name: "green"
9 [  2] inst: 2 name: "blue"
10 dbpmda> instance 30.1 0
11 pmInDom: 30.1
12 [  0] name: "red"
13 dbpmda> instance 30.1 "red"
14 pmInDom: 30.1
15 [  0] inst: 0
17 dbpmda> open pipe $PCP_PMDAS_DIR/sample/pmdasample -d 30
18 Start pmdasample PMDA: $PCP_PMDAS_DIR/sample/pmdasample -d 30
19 dbpmda> instance 30.1
20 pmInDom: 30.1
21 [  0] inst: 0 name: "red"
22 [  1] inst: 1 name: "green"
23 [  2] inst: 2 name: "blue"
24 dbpmda> instance 30.1 0
25 pmInDom: 30.1
26 [  0] name: "red"
27 dbpmda> instance 30.1 "red"
28 pmInDom: 30.1
29 [  0] inst: 0
31 Differences ... expect none after the "open" processing
32 1c1,2
33 < dbpmda> open dso SAMPLEDSO sample_init 30
34 ---
35 > dbpmda> open pipe $PCP_PMDAS_DIR/sample/pmdasample -d 30
36 > Start pmdasample PMDA: $PCP_PMDAS_DIR/sample/pmdasample -d 30
38 === IPC-PDU version botch for second PMDA? ===
39 dbpmda> open dso SAMPLEDSO sample_init 30
40 dbpmda> open pipe $PCP_PMDAS_DIR/sample/pmdasample -d 29
41 Start pmdasample PMDA: $PCP_PMDAS_DIR/sample/pmdasample -d 29