diff options
author | Ali Maredia <amaredia@redhat.com> | 2020-01-09 21:28:55 +0100 |
---|---|---|
committer | Ali Maredia <amaredia@redhat.com> | 2020-01-13 21:46:31 +0100 |
commit | 0ed77d1c1ae9beba7984941542a6602aa5539cf0 (patch) | |
tree | de0a0cd23eadd15fea5dab0c3b2271105fd05b03 /qa/suites/rgw/thrash | |
parent | qa: s3tests/s3tests-website tasks no longer only use ubunutu (diff) | |
download | ceph-0ed77d1c1ae9beba7984941542a6602aa5539cf0.tar.xz ceph-0ed77d1c1ae9beba7984941542a6602aa5539cf0.zip |
qa: remove s3readwrite & s3roundtrip tasks
As a result of the s3-tests python3 port, the
s3readwrite & s3roundtrip testing files were
deleted
Signed-off-by: Ali Maredia <amaredia@redhat.com>
Diffstat (limited to 'qa/suites/rgw/thrash')
-rw-r--r-- | qa/suites/rgw/thrash/workload/rgw_readwrite.yaml | 14 | ||||
-rw-r--r-- | qa/suites/rgw/thrash/workload/rgw_roundtrip.yaml | 14 |
2 files changed, 0 insertions, 28 deletions
diff --git a/qa/suites/rgw/thrash/workload/rgw_readwrite.yaml b/qa/suites/rgw/thrash/workload/rgw_readwrite.yaml deleted file mode 100644 index c24ac7441dd..00000000000 --- a/qa/suites/rgw/thrash/workload/rgw_readwrite.yaml +++ /dev/null @@ -1,14 +0,0 @@ -tasks: -- s3readwrite: - client.0: - force-branch: ceph-master - rgw_server: client.0 - readwrite: - bucket: rwtest - readers: 10 - writers: 3 - duration: 300 - files: - num: 10 - size: 2000 - stddev: 500 diff --git a/qa/suites/rgw/thrash/workload/rgw_roundtrip.yaml b/qa/suites/rgw/thrash/workload/rgw_roundtrip.yaml deleted file mode 100644 index 56a88603280..00000000000 --- a/qa/suites/rgw/thrash/workload/rgw_roundtrip.yaml +++ /dev/null @@ -1,14 +0,0 @@ -tasks: -- s3roundtrip: - client.0: - force-branch: ceph-master - rgw_server: client.0 - roundtrip: - bucket: rttest - readers: 10 - writers: 3 - duration: 300 - files: - num: 10 - size: 2000 - stddev: 500 |