pmrep: update TODO, man page
[pcp.git] / qa / 879.out
blobb004f34a51f093a8cc56814a61030363616d9c3b
1 QA output created by 879
3 == checking instance name with special characters
4 [1] ;34@#bleurg  root        /bin/true
5 [name=;34@#bleurg user=root line=1] command: /bin/true
6 sts=0
8 == checking missing user and command fields
9 [1] instance
10 event_config: CONFIG line 1 missing user name
11 sts=1
13 == checking missing command field
14 [1] instance user 
15 event_config: CONFIG line 1 missing a command
16 sts=1
18 == checking valid access control section
19 [1] instance user command and parameters
20 [name=instance user=user line=1] command: command and parameters
21 [2] [access]
22 [3] allow user NAME : instance
23 [allow user=NAME line=3] instance: instance
24 [4] disallow user NAME : instance
25 [disallow user=NAME line=4] instance: instance
26 [5] allow group NAME : instance
27 [allow group=NAME line=5] instance: instance
28 [6] disallow group NAME : instance
29 [disallow group=NAME line=6] instance: instance
30 sts=0
32 == checking invalid access control line (no username)
33 [1] instance user command and parameters
34 [name=instance user=user line=1] command: command and parameters
35 [2] [access]
36 [3] allow user NAME : instance
37 [allow user=NAME line=3] instance: instance
38 [4] disallow user NAME : instance
39 [disallow user=NAME line=4] instance: instance
40 [5] allow group NAME : instance
41 [allow group=NAME line=5] instance: instance
42 [6] disallow group NAME : instance
43 [disallow group=NAME line=6] instance: instance
44 [7] allow user
45 event_config: CONFIG line 7, bad user name ''
46 sts=1
48 == checking invalid access control line (no separator)
49 [1] instance user command and parameters
50 [name=instance user=user line=1] command: command and parameters
51 [2] [access]
52 [3] allow user NAME : instance
53 [allow user=NAME line=3] instance: instance
54 [4] disallow user NAME : instance
55 [disallow user=NAME line=4] instance: instance
56 [5] allow group NAME : instance
57 [allow group=NAME line=5] instance: instance
58 [6] disallow group NAME : instance
59 [disallow group=NAME line=6] instance: instance
60 [7] allow group NAME 
61 event_config: CONFIG line 7, bad instance ''
62 sts=1
64 == checking invalid access control line (no instance)
65 [1] instance user command and parameters
66 [name=instance user=user line=1] command: command and parameters
67 [2] [access]
68 [3] allow user NAME : instance
69 [allow user=NAME line=3] instance: instance
70 [4] disallow user NAME : instance
71 [disallow user=NAME line=4] instance: instance
72 [5] allow group NAME : instance
73 [allow group=NAME line=5] instance: instance
74 [6] disallow group NAME : instance
75 [disallow group=NAME line=6] instance: instance
76 [7] allow group NAME : 
77 event_config: CONFIG line 7, bad instance ''
78 sts=1