From: Joao Eduardo Luis Date: Tue, 6 Aug 2013 20:52:51 +0000 (-0700) Subject: test: mon: moncap: add 'allow command foo with arg="bar.baz"' tests X-Git-Tag: v0.68~96^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=da69756ce9b5da9b48b61ab45612a10bddd26d55;p=ceph.git test: mon: moncap: add 'allow command foo with arg="bar.baz"' tests Signed-off-by: Joao Eduardo Luis --- diff --git a/src/test/mon/moncap.cc b/src/test/mon/moncap.cc index 92d5750c9a99..19f82f55ecf3 100644 --- a/src/test/mon/moncap.cc +++ b/src/test/mon/moncap.cc @@ -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 };