From: Vasu Kulkarni Date: Fri, 8 Sep 2017 00:10:04 +0000 (-0700) Subject: Test ceph-mgr RESTful api X-Git-Tag: ses5-gm~5^2~5^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=69bbaf5173c09afbf02b1894843570d403ad4235;p=ceph.git Test ceph-mgr RESTful api Signed-off-by: Vasu Kulkarni (cherry picked from commit e5b5a1b8c8d0e750d29fe41a16252dcb0adf449f) --- diff --git a/qa/suites/ceph-ansible/smoke/basic/4-tasks/cls.yaml b/qa/suites/ceph-ansible/smoke/basic/4-tasks/cls.yaml deleted file mode 100644 index 781a4d4f88dc..000000000000 --- a/qa/suites/ceph-ansible/smoke/basic/4-tasks/cls.yaml +++ /dev/null @@ -1,7 +0,0 @@ -meta: -- desc: "Run the rados cls tests" -tasks: -- workunit: - clients: - client.0: - - cls diff --git a/qa/suites/ceph-ansible/smoke/basic/4-tasks/rest.yaml b/qa/suites/ceph-ansible/smoke/basic/4-tasks/rest.yaml new file mode 100644 index 000000000000..b734dbe1b0d2 --- /dev/null +++ b/qa/suites/ceph-ansible/smoke/basic/4-tasks/rest.yaml @@ -0,0 +1,10 @@ +tasks: +- exec: + mon.a: + - ceph restful create-key admin + - ceph restful create-self-signed-cert + - ceph restful restart +- workunit: + clients: + client.0: + - rest/test-restful.sh