From 29a19dce30ddd41ef4e7806b6970a6daa738f39b Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 28 Mar 2017 12:03:41 -0400 Subject: [PATCH] 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 --- qa/suites/big/rados-thrash/objectstore | 1 + qa/suites/kcephfs/cephfs/objectstore | 1 + qa/suites/kcephfs/mixed-clients/objectstore | 1 + qa/suites/kcephfs/recovery/objectstore | 1 + qa/suites/kcephfs/thrash/objectstore | 1 + qa/suites/mgr/basic/objectstore | 1 + qa/suites/mixed-clients/basic/objectstore | 1 + qa/suites/multimds/basic/objectstore | 1 + qa/suites/multimds/thrash/objectstore | 1 + qa/suites/multimds/verify/objectstore | 1 + qa/suites/samba/objectstore | 1 + qa/suites/smoke/1node/filestore-xfs.yaml | 1 + qa/suites/smoke/basic/bluestore.yaml | 1 + qa/suites/smoke/basic/objectstore | 1 + qa/suites/smoke/systemd/bluestore.yaml | 1 + 15 files changed, 15 insertions(+) create mode 120000 qa/suites/big/rados-thrash/objectstore create mode 120000 qa/suites/kcephfs/cephfs/objectstore create mode 120000 qa/suites/kcephfs/mixed-clients/objectstore create mode 120000 qa/suites/kcephfs/recovery/objectstore create mode 120000 qa/suites/kcephfs/thrash/objectstore create mode 120000 qa/suites/mgr/basic/objectstore create mode 120000 qa/suites/mixed-clients/basic/objectstore create mode 120000 qa/suites/multimds/basic/objectstore create mode 120000 qa/suites/multimds/thrash/objectstore create mode 120000 qa/suites/multimds/verify/objectstore create mode 120000 qa/suites/samba/objectstore create mode 120000 qa/suites/smoke/1node/filestore-xfs.yaml create mode 120000 qa/suites/smoke/basic/bluestore.yaml create mode 120000 qa/suites/smoke/basic/objectstore create mode 120000 qa/suites/smoke/systemd/bluestore.yaml 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 -- 2.47.3