From: Sage Weil Date: Tue, 28 Mar 2017 16:03:41 +0000 (-0400) Subject: qa/suites: add objectstore facet where it was missing X-Git-Tag: v12.0.2~145^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=29a19dce30ddd41ef4e7806b6970a6daa738f39b;p=ceph.git qa/suites: add objectstore facet where it was missing There are places where we were testing xfs vs btrfs on filestore and now want to cover both filestore and bluestore. Signed-off-by: Sage Weil --- diff --git a/qa/suites/big/rados-thrash/objectstore b/qa/suites/big/rados-thrash/objectstore new file mode 120000 index 000000000000..4c8ebadfde87 --- /dev/null +++ b/qa/suites/big/rados-thrash/objectstore @@ -0,0 +1 @@ +../../../objectstore \ No newline at end of file diff --git a/qa/suites/kcephfs/cephfs/objectstore b/qa/suites/kcephfs/cephfs/objectstore new file mode 120000 index 000000000000..4c8ebadfde87 --- /dev/null +++ b/qa/suites/kcephfs/cephfs/objectstore @@ -0,0 +1 @@ +../../../objectstore \ No newline at end of file diff --git a/qa/suites/kcephfs/mixed-clients/objectstore b/qa/suites/kcephfs/mixed-clients/objectstore new file mode 120000 index 000000000000..4c8ebadfde87 --- /dev/null +++ b/qa/suites/kcephfs/mixed-clients/objectstore @@ -0,0 +1 @@ +../../../objectstore \ No newline at end of file diff --git a/qa/suites/kcephfs/recovery/objectstore b/qa/suites/kcephfs/recovery/objectstore new file mode 120000 index 000000000000..4c8ebadfde87 --- /dev/null +++ b/qa/suites/kcephfs/recovery/objectstore @@ -0,0 +1 @@ +../../../objectstore \ No newline at end of file diff --git a/qa/suites/kcephfs/thrash/objectstore b/qa/suites/kcephfs/thrash/objectstore new file mode 120000 index 000000000000..4c8ebadfde87 --- /dev/null +++ b/qa/suites/kcephfs/thrash/objectstore @@ -0,0 +1 @@ +../../../objectstore \ No newline at end of file diff --git a/qa/suites/mgr/basic/objectstore b/qa/suites/mgr/basic/objectstore new file mode 120000 index 000000000000..4c8ebadfde87 --- /dev/null +++ b/qa/suites/mgr/basic/objectstore @@ -0,0 +1 @@ +../../../objectstore \ No newline at end of file diff --git a/qa/suites/mixed-clients/basic/objectstore b/qa/suites/mixed-clients/basic/objectstore new file mode 120000 index 000000000000..4c8ebadfde87 --- /dev/null +++ b/qa/suites/mixed-clients/basic/objectstore @@ -0,0 +1 @@ +../../../objectstore \ No newline at end of file diff --git a/qa/suites/multimds/basic/objectstore b/qa/suites/multimds/basic/objectstore new file mode 120000 index 000000000000..4c8ebadfde87 --- /dev/null +++ b/qa/suites/multimds/basic/objectstore @@ -0,0 +1 @@ +../../../objectstore \ No newline at end of file diff --git a/qa/suites/multimds/thrash/objectstore b/qa/suites/multimds/thrash/objectstore new file mode 120000 index 000000000000..4c8ebadfde87 --- /dev/null +++ b/qa/suites/multimds/thrash/objectstore @@ -0,0 +1 @@ +../../../objectstore \ No newline at end of file diff --git a/qa/suites/multimds/verify/objectstore b/qa/suites/multimds/verify/objectstore new file mode 120000 index 000000000000..4c8ebadfde87 --- /dev/null +++ b/qa/suites/multimds/verify/objectstore @@ -0,0 +1 @@ +../../../objectstore \ No newline at end of file diff --git a/qa/suites/samba/objectstore b/qa/suites/samba/objectstore new file mode 120000 index 000000000000..39d9417ba464 --- /dev/null +++ b/qa/suites/samba/objectstore @@ -0,0 +1 @@ +../../objectstore \ No newline at end of file diff --git a/qa/suites/smoke/1node/filestore-xfs.yaml b/qa/suites/smoke/1node/filestore-xfs.yaml new file mode 120000 index 000000000000..59ef7e4847e1 --- /dev/null +++ b/qa/suites/smoke/1node/filestore-xfs.yaml @@ -0,0 +1 @@ +../../../objectstore/filestore-xfs.yaml \ No newline at end of file diff --git a/qa/suites/smoke/basic/bluestore.yaml b/qa/suites/smoke/basic/bluestore.yaml new file mode 120000 index 000000000000..e9c941b65f69 --- /dev/null +++ b/qa/suites/smoke/basic/bluestore.yaml @@ -0,0 +1 @@ +../../../objectstore/bluestore.yaml \ No newline at end of file diff --git a/qa/suites/smoke/basic/objectstore b/qa/suites/smoke/basic/objectstore new file mode 120000 index 000000000000..4c8ebadfde87 --- /dev/null +++ b/qa/suites/smoke/basic/objectstore @@ -0,0 +1 @@ +../../../objectstore \ No newline at end of file diff --git a/qa/suites/smoke/systemd/bluestore.yaml b/qa/suites/smoke/systemd/bluestore.yaml new file mode 120000 index 000000000000..e9c941b65f69 --- /dev/null +++ b/qa/suites/smoke/systemd/bluestore.yaml @@ -0,0 +1 @@ +../../../objectstore/bluestore.yaml \ No newline at end of file