]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
add rgw readwrite and roundtrip tasks
authorYehuda Sadeh <yehuda.sadeh@dreamhost.com>
Tue, 10 Jan 2012 23:30:53 +0000 (15:30 -0800)
committerYehuda Sadeh <yehuda.sadeh@dreamhost.com>
Tue, 10 Jan 2012 23:30:53 +0000 (15:30 -0800)
suites/regression/basic/tasks/rgw_readwrite.yaml [new file with mode: 0644]
suites/regression/basic/tasks/rgw_roundtrip.yaml [new file with mode: 0644]

diff --git a/suites/regression/basic/tasks/rgw_readwrite.yaml b/suites/regression/basic/tasks/rgw_readwrite.yaml
new file mode 100644 (file)
index 0000000..3e59fc2
--- /dev/null
@@ -0,0 +1,15 @@
+tasks:
+- ceph:
+- rgw: [client.0]
+- s3readwrite:
+    client.0:
+      rgw_server: client.0
+      readwrite:
+        bucket: rwtest
+        readers: 10
+        writers: 3
+        duration: 300
+        files:
+          num: 10
+          size: 2000
+          stddev: 500 
diff --git a/suites/regression/basic/tasks/rgw_roundtrip.yaml b/suites/regression/basic/tasks/rgw_roundtrip.yaml
new file mode 100644 (file)
index 0000000..348919b
--- /dev/null
@@ -0,0 +1,15 @@
+tasks:
+- ceph:
+- rgw: [client.0]
+- s3roundtrip:
+    client.0:
+      rgw_server: client.0
+      roundtrip:
+        bucket: rttest
+        readers: 10
+        writers: 3
+        duration: 300
+        files:
+          num: 10
+          size: 2000
+          stddev: 500