summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/suites/rbd/librbd/workloads
diff options
context:
space:
mode:
authorQiaowei Ren <qiaowei.ren@intel.com>2018-03-01 14:38:11 +0800
committerQiaowei Ren <qiaowei.ren@intel.com>2018-03-01 14:38:11 +0800
commit7da45d65be36d36b880cc55c5036e96c24b53f00 (patch)
treed4f944eb4f8f8de50a9a7584ffa408dc3a3185b2 /src/ceph/qa/suites/rbd/librbd/workloads
parent691462d09d0987b47e112d6ee8740375df3c51b2 (diff)
remove ceph code
This patch removes initial ceph code, due to license issue. Change-Id: I092d44f601cdf34aed92300fe13214925563081c Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>
Diffstat (limited to 'src/ceph/qa/suites/rbd/librbd/workloads')
-rw-r--r--src/ceph/qa/suites/rbd/librbd/workloads/c_api_tests.yaml13
-rw-r--r--src/ceph/qa/suites/rbd/librbd/workloads/c_api_tests_with_defaults.yaml13
-rw-r--r--src/ceph/qa/suites/rbd/librbd/workloads/c_api_tests_with_journaling.yaml13
-rw-r--r--src/ceph/qa/suites/rbd/librbd/workloads/fsx.yaml4
-rw-r--r--src/ceph/qa/suites/rbd/librbd/workloads/python_api_tests.yaml7
-rw-r--r--src/ceph/qa/suites/rbd/librbd/workloads/python_api_tests_with_defaults.yaml7
-rw-r--r--src/ceph/qa/suites/rbd/librbd/workloads/python_api_tests_with_journaling.yaml7
-rw-r--r--src/ceph/qa/suites/rbd/librbd/workloads/rbd_fio.yaml10
8 files changed, 0 insertions, 74 deletions
diff --git a/src/ceph/qa/suites/rbd/librbd/workloads/c_api_tests.yaml b/src/ceph/qa/suites/rbd/librbd/workloads/c_api_tests.yaml
deleted file mode 100644
index 04af9c8..0000000
--- a/src/ceph/qa/suites/rbd/librbd/workloads/c_api_tests.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-overrides:
- ceph:
- log-whitelist:
- - overall HEALTH_
- - \(CACHE_POOL_NO_HIT_SET\)
- - \(POOL_APP_NOT_ENABLED\)
-tasks:
-- workunit:
- clients:
- client.0:
- - rbd/test_librbd.sh
- env:
- RBD_FEATURES: "1"
diff --git a/src/ceph/qa/suites/rbd/librbd/workloads/c_api_tests_with_defaults.yaml b/src/ceph/qa/suites/rbd/librbd/workloads/c_api_tests_with_defaults.yaml
deleted file mode 100644
index 6ae7f46..0000000
--- a/src/ceph/qa/suites/rbd/librbd/workloads/c_api_tests_with_defaults.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-overrides:
- ceph:
- log-whitelist:
- - overall HEALTH_
- - \(CACHE_POOL_NO_HIT_SET\)
- - \(POOL_APP_NOT_ENABLED\)
-tasks:
-- workunit:
- clients:
- client.0:
- - rbd/test_librbd.sh
- env:
- RBD_FEATURES: "61"
diff --git a/src/ceph/qa/suites/rbd/librbd/workloads/c_api_tests_with_journaling.yaml b/src/ceph/qa/suites/rbd/librbd/workloads/c_api_tests_with_journaling.yaml
deleted file mode 100644
index 578115e..0000000
--- a/src/ceph/qa/suites/rbd/librbd/workloads/c_api_tests_with_journaling.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-overrides:
- ceph:
- log-whitelist:
- - overall HEALTH_
- - \(CACHE_POOL_NO_HIT_SET\)
- - \(POOL_APP_NOT_ENABLED\)
-tasks:
-- workunit:
- clients:
- client.0:
- - rbd/test_librbd.sh
- env:
- RBD_FEATURES: "125"
diff --git a/src/ceph/qa/suites/rbd/librbd/workloads/fsx.yaml b/src/ceph/qa/suites/rbd/librbd/workloads/fsx.yaml
deleted file mode 100644
index 6d8cd5f..0000000
--- a/src/ceph/qa/suites/rbd/librbd/workloads/fsx.yaml
+++ /dev/null
@@ -1,4 +0,0 @@
-tasks:
-- rbd_fsx:
- clients: [client.0]
- ops: 20000
diff --git a/src/ceph/qa/suites/rbd/librbd/workloads/python_api_tests.yaml b/src/ceph/qa/suites/rbd/librbd/workloads/python_api_tests.yaml
deleted file mode 100644
index a7b3ce7..0000000
--- a/src/ceph/qa/suites/rbd/librbd/workloads/python_api_tests.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
-tasks:
-- workunit:
- clients:
- client.0:
- - rbd/test_librbd_python.sh
- env:
- RBD_FEATURES: "1"
diff --git a/src/ceph/qa/suites/rbd/librbd/workloads/python_api_tests_with_defaults.yaml b/src/ceph/qa/suites/rbd/librbd/workloads/python_api_tests_with_defaults.yaml
deleted file mode 100644
index 40b2312..0000000
--- a/src/ceph/qa/suites/rbd/librbd/workloads/python_api_tests_with_defaults.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
-tasks:
-- workunit:
- clients:
- client.0:
- - rbd/test_librbd_python.sh
- env:
- RBD_FEATURES: "61"
diff --git a/src/ceph/qa/suites/rbd/librbd/workloads/python_api_tests_with_journaling.yaml b/src/ceph/qa/suites/rbd/librbd/workloads/python_api_tests_with_journaling.yaml
deleted file mode 100644
index d0e905f..0000000
--- a/src/ceph/qa/suites/rbd/librbd/workloads/python_api_tests_with_journaling.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
-tasks:
-- workunit:
- clients:
- client.0:
- - rbd/test_librbd_python.sh
- env:
- RBD_FEATURES: "125"
diff --git a/src/ceph/qa/suites/rbd/librbd/workloads/rbd_fio.yaml b/src/ceph/qa/suites/rbd/librbd/workloads/rbd_fio.yaml
deleted file mode 100644
index ff788c6..0000000
--- a/src/ceph/qa/suites/rbd/librbd/workloads/rbd_fio.yaml
+++ /dev/null
@@ -1,10 +0,0 @@
-tasks:
-- rbd_fio:
- client.0:
- fio-io-size: 80%
- formats: [2]
- features: [[layering],[layering,exclusive-lock,object-map]]
- io-engine: rbd
- test-clone-io: 1
- rw: randrw
- runtime: 900