From e5b5a1b8c8d0e750d29fe41a16252dcb0adf449f Mon Sep 17 00:00:00 2001 From: Vasu Kulkarni Date: Thu, 7 Sep 2017 17:10:04 -0700 Subject: [PATCH] Test ceph-mgr RESTful api Signed-off-by: Vasu Kulkarni --- qa/suites/ceph-ansible/smoke/basic/4-tasks/cls.yaml | 7 ------- qa/suites/ceph-ansible/smoke/basic/4-tasks/rest.yaml | 10 ++++++++++ 2 files changed, 10 insertions(+), 7 deletions(-) delete mode 100644 qa/suites/ceph-ansible/smoke/basic/4-tasks/cls.yaml create mode 100644 qa/suites/ceph-ansible/smoke/basic/4-tasks/rest.yaml 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 781a4d4f88dc6..0000000000000 --- 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 0000000000000..b734dbe1b0d21 --- /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 -- 2.39.5