mirror of
https://github.com/ceph/ceph
synced 2025-01-10 13:10:46 +00:00
43c948a4ab
Add teuthology test for `rgw-orphan-list` in a new tool suite under rgw. It only needs to be tested under one configuration. And the new tool sub-suite can be used by other tooling int he future. radosgw-admin `radoslist` is tested indirectly through `rgw-orphan-list` and therefore does not need its own test. Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
20 lines
396 B
YAML
20 lines
396 B
YAML
tasks:
|
|
- install:
|
|
- ceph:
|
|
- rgw:
|
|
client.0:
|
|
# force rgw_dns_name to be set with the fully qualified host name;
|
|
# it will be appended to the empty string
|
|
dns-name: ''
|
|
- workunit:
|
|
clients:
|
|
client.0:
|
|
- rgw/test_rgw_orphan_list.sh
|
|
overrides:
|
|
ceph:
|
|
conf:
|
|
client:
|
|
debug rgw: 20
|
|
debug ms: 1
|
|
rgw enable static website: false
|