]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
bug 8927: enable civetweb testing for rgw
authortamil <tamil.muthamizhan@inktank.com>
Wed, 13 Aug 2014 15:53:26 +0000 (08:53 -0700)
committertamil <tamil.muthamizhan@inktank.com>
Wed, 13 Aug 2014 15:59:48 +0000 (08:59 -0700)
13 files changed:
suites/rgw/civetweb/% [new file with mode: 0644]
suites/rgw/civetweb/clusters/fixed-2.yaml [new symlink]
suites/rgw/civetweb/fs/btrfs.yaml [new symlink]
suites/rgw/civetweb/fs/ext4.yaml [new symlink]
suites/rgw/civetweb/fs/xfs.yaml [new symlink]
suites/rgw/civetweb/rgw_frontend/frontend.yaml [new file with mode: 0644]
suites/rgw/civetweb/tasks/rgw_bucket_quota.yaml [new file with mode: 0644]
suites/rgw/civetweb/tasks/rgw_multipart_upload.yaml [new file with mode: 0644]
suites/rgw/civetweb/tasks/rgw_readwrite.yaml [new file with mode: 0644]
suites/rgw/civetweb/tasks/rgw_roundtrip.yaml [new file with mode: 0644]
suites/rgw/civetweb/tasks/rgw_s3tests.yaml [new file with mode: 0644]
suites/rgw/civetweb/tasks/rgw_swift.yaml [new file with mode: 0644]
suites/rgw/civetweb/tasks/rgw_user_quota.yaml [new file with mode: 0644]

diff --git a/suites/rgw/civetweb/% b/suites/rgw/civetweb/%
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/suites/rgw/civetweb/clusters/fixed-2.yaml b/suites/rgw/civetweb/clusters/fixed-2.yaml
new file mode 120000 (symlink)
index 0000000..cd0791a
--- /dev/null
@@ -0,0 +1 @@
+../../../../clusters/fixed-2.yaml
\ No newline at end of file
diff --git a/suites/rgw/civetweb/fs/btrfs.yaml b/suites/rgw/civetweb/fs/btrfs.yaml
new file mode 120000 (symlink)
index 0000000..10d0c3f
--- /dev/null
@@ -0,0 +1 @@
+../../../../fs/btrfs.yaml
\ No newline at end of file
diff --git a/suites/rgw/civetweb/fs/ext4.yaml b/suites/rgw/civetweb/fs/ext4.yaml
new file mode 120000 (symlink)
index 0000000..65d7188
--- /dev/null
@@ -0,0 +1 @@
+../../../../fs/ext4.yaml
\ No newline at end of file
diff --git a/suites/rgw/civetweb/fs/xfs.yaml b/suites/rgw/civetweb/fs/xfs.yaml
new file mode 120000 (symlink)
index 0000000..4c28d73
--- /dev/null
@@ -0,0 +1 @@
+../../../../fs/xfs.yaml
\ No newline at end of file
diff --git a/suites/rgw/civetweb/rgw_frontend/frontend.yaml b/suites/rgw/civetweb/rgw_frontend/frontend.yaml
new file mode 100644 (file)
index 0000000..1d60d7a
--- /dev/null
@@ -0,0 +1,3 @@
+overrides
+  rgw:
+    frontend: civetweb
diff --git a/suites/rgw/civetweb/tasks/rgw_bucket_quota.yaml b/suites/rgw/civetweb/tasks/rgw_bucket_quota.yaml
new file mode 100644 (file)
index 0000000..767debd
--- /dev/null
@@ -0,0 +1,8 @@
+tasks:
+- install:
+- ceph:
+- rgw: [client.0]
+- workunit:
+    clients:
+      client.0:
+        - rgw/s3_bucket_quota.pl
diff --git a/suites/rgw/civetweb/tasks/rgw_multipart_upload.yaml b/suites/rgw/civetweb/tasks/rgw_multipart_upload.yaml
new file mode 100644 (file)
index 0000000..1781dee
--- /dev/null
@@ -0,0 +1,8 @@
+tasks:
+- install:
+- ceph:
+- rgw: [client.0]
+- workunit:
+    clients:
+      client.0:
+        - rgw/s3_multipart_upload.pl
diff --git a/suites/rgw/civetweb/tasks/rgw_readwrite.yaml b/suites/rgw/civetweb/tasks/rgw_readwrite.yaml
new file mode 100644 (file)
index 0000000..c7efaa1
--- /dev/null
@@ -0,0 +1,16 @@
+tasks:
+- install:
+- 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/rgw/civetweb/tasks/rgw_roundtrip.yaml b/suites/rgw/civetweb/tasks/rgw_roundtrip.yaml
new file mode 100644 (file)
index 0000000..47b3c18
--- /dev/null
@@ -0,0 +1,16 @@
+tasks:
+- install:
+- 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 
diff --git a/suites/rgw/civetweb/tasks/rgw_s3tests.yaml b/suites/rgw/civetweb/tasks/rgw_s3tests.yaml
new file mode 100644 (file)
index 0000000..6260877
--- /dev/null
@@ -0,0 +1,7 @@
+tasks:
+- install:
+- ceph:
+- rgw: [client.0]
+- s3tests:
+    client.0:
+      rgw_server: client.0
diff --git a/suites/rgw/civetweb/tasks/rgw_swift.yaml b/suites/rgw/civetweb/tasks/rgw_swift.yaml
new file mode 100644 (file)
index 0000000..569741b
--- /dev/null
@@ -0,0 +1,7 @@
+tasks:
+- install:
+- ceph:
+- rgw: [client.0]
+- swift:
+    client.0:
+      rgw_server: client.0
diff --git a/suites/rgw/civetweb/tasks/rgw_user_quota.yaml b/suites/rgw/civetweb/tasks/rgw_user_quota.yaml
new file mode 100644 (file)
index 0000000..c2c38a8
--- /dev/null
@@ -0,0 +1,8 @@
+tasks:
+- install:
+- ceph:
+- rgw: [client.0]
+- workunit:
+    clients:
+      client.0:
+        - rgw/s3_user_quota.pl