blob: a1751210ca2b4c16e69ae1fabb8f6990f4520620 (
plain)
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
|
QA output created by 155
sample.not_ready old value=0 new value=5
-- THESE SHOULD RETURN PM_ERR_AGAIN --
descriptor request:
sample.long.ten: pmLookupDesc: Try again. Information not currently available
short help text request:
sample.long.ten One-line Help: Error: Try again. Information not currently available
long help text request:
sample.long.ten
Full Help: Error: Try again. Information not currently available
fetch request:
sample.long.one: Try again. Information not currently available
sampledso.long.one: 1
store request:
pmStore: Try again. Information not currently available
-- THESE SHOULD SUCCEED --
descriptor request:
sample.long.ten
Data Type: 32-bit int InDom: PM_INDOM_NULL 0xffffffff
Semantics: instant Units: none
short help text request:
sample.long.ten [10 as a 32-bit integer]
long help text request:
sample.long.ten
Help:
10 as a 32-bit integer
fetch request:
sample.long.one: 1
sampledso.long.one: 1
store request:
pmStore: ok
|