From 408e78e5f2238f49c2a5ee44067ad68464a77c85 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 9 Jun 2017 12:31:28 -0400 Subject: [PATCH] qa/suites/rados/rest/mgr-restful: test restful module Signed-off-by: Sage Weil --- qa/suites/rados/rest/mgr-restful.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 qa/suites/rados/rest/mgr-restful.yaml diff --git a/qa/suites/rados/rest/mgr-restful.yaml b/qa/suites/rados/rest/mgr-restful.yaml new file mode 100644 index 0000000000000..e88db832cdc3e --- /dev/null +++ b/qa/suites/rados/rest/mgr-restful.yaml @@ -0,0 +1,15 @@ +roles: +- [mon.a, mgr.x, osd.0, osd.1, osd.2, mds.a, client.a] +tasks: +- install: +- ceph: +- exec: + mon.a: + - ceph config-key put mgr/restful/x/server_addr 127.0.0.1 + - ceph config-key put mgr/restful/x/server_port 9999 + - ceph tell mgr.x restful create-key admin +- ceph.restart: [mgr.x] +- workunit: + clients: + client.a: + - rest/test-restful.sh -- 2.39.5