From 1a2243403df7665c86475e3a22d064cadaae8295 Mon Sep 17 00:00:00 2001 From: Mykola Golub Date: Fri, 22 Mar 2019 14:59:01 +0000 Subject: [PATCH] qa/suites/rbd: enable QOS functional test Signed-off-by: Mykola Golub --- qa/suites/rbd/singleton/all/qos.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 qa/suites/rbd/singleton/all/qos.yaml diff --git a/qa/suites/rbd/singleton/all/qos.yaml b/qa/suites/rbd/singleton/all/qos.yaml new file mode 100644 index 0000000000000..66b90520b0b2d --- /dev/null +++ b/qa/suites/rbd/singleton/all/qos.yaml @@ -0,0 +1,9 @@ +roles: +- [mon.a, mgr.x, osd.0, osd.1, client.0] +tasks: +- install: +- ceph: + fs: xfs +- workunit: + clients: + all: [rbd/qos.sh] -- 2.39.5