mirror of
https://github.com/ceph/ceph
synced 2025-01-11 21:50:26 +00:00
qa: refactor suites/rados/rest/mgr-restful
- use "ceph restful restart" to restart the restful API server instead of restarting the ceph-mgr - test "ceph restful delete-key" - test "ceph restful list-keys" Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
868420e421
commit
da1a60ced1
@ -10,8 +10,13 @@ tasks:
|
||||
mon.a:
|
||||
- ceph restful create-key admin
|
||||
- ceph restful create-self-signed-cert
|
||||
- ceph.restart: [mgr.x]
|
||||
- ceph restful restart
|
||||
- workunit:
|
||||
clients:
|
||||
client.a:
|
||||
- rest/test-restful.sh
|
||||
- exec:
|
||||
mon.a:
|
||||
- ceph restful delete-key admin
|
||||
- ceph restful list-keys | jq ".admin" | grep null
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user