]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/workunits/cephtool/test.sh: test_auth_profiles must include mgr
authorSage Weil <sage@redhat.com>
Wed, 8 Mar 2017 18:49:55 +0000 (13:49 -0500)
committerSage Weil <sage@redhat.com>
Wed, 29 Mar 2017 15:39:26 +0000 (11:39 -0400)
For 'pg ...' commands

Signed-off-by: Sage Weil <sage@redhat.com>
qa/workunits/cephtool/test.sh

index a5066fb0d7decaaddab970b5a0e0821ce0d1c34e..7801702c6ec15529f6c42f18bce3fbfef0095b33 100755 (executable)
@@ -536,8 +536,10 @@ function test_auth()
 
 function test_auth_profiles()
 {
-  ceph auth add client.xx-profile-ro mon 'allow profile read-only'
-  ceph auth add client.xx-profile-rw mon 'allow profile read-write'
+  ceph auth add client.xx-profile-ro mon 'allow profile read-only' \
+       mgr 'allow profile read-only'
+  ceph auth add client.xx-profile-rw mon 'allow profile read-write' \
+       mgr 'allow profile read-write'
   ceph auth add client.xx-profile-rd mon 'allow profile role-definer'
 
   ceph auth export > client.xx.keyring