mirror of
https://github.com/ceph/ceph
synced 2025-03-01 05:51:33 +00:00
test: mon: moncap: add 'allow command foo with arg="bar.baz"' tests
Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
This commit is contained in:
parent
258135b9ad
commit
da69756ce9
@ -51,6 +51,8 @@ const char *parse_good[] = {
|
||||
"allow service foo-foo r, allow service bar r",
|
||||
"allow service \" foo \" w, allow service bar r",
|
||||
"allow command abc with arg=foo arg2=bar, allow service foo r",
|
||||
"allow command \"foo bar\" with arg=\"baz\"",
|
||||
"allow command \"foo bar\" with arg=\"baz.xx\"",
|
||||
0
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user