Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qa/tests: added ragweed coverage to stress-split* upgrade suites #28661

Merged
merged 1 commit into from Jun 21, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -33,6 +33,7 @@ tasks:
conf:
global:
mon warn on pool no app: false
bluestore_warn_on_legacy_statfs: false
- exec:
osd.0:
- ceph osd require-osd-release mimic
Expand Down
Expand Up @@ -13,6 +13,9 @@ tasks:
extra_packages: ['librados2']
- print: "**** done install mimic"
- ceph:
conf:
global:
bluestore_warn_on_legacy_statfs: false
- exec:
osd.0:
- ceph osd require-osd-release mimic
Expand Down
@@ -0,0 +1,14 @@
meta:
- desc: |
rgw ragweed prepare before upgrade
stress-tasks:
- full_sequential:
- sequential:
- rgw:
- client.0
- ragweed:
client.0:
default-branch: ceph-nautilus
rgw_server: client.0
stages: prepare
- print: "**** done rgw ragweed prepare 4-workload"
@@ -0,0 +1,18 @@
meta:
- desc: |
swift api tests for rgw
rgw ragweed check after upgrade
tasks:
- rgw:
client.0:
- print: "**** done rgw 7-workload"
- swift:
client.0:
rgw_server: client.0
- print: "**** done swift 7-workload"
- ragweed:
client.0:
default-branch: ceph-nautilus
rgw_server: client.0
stages: check
- print: "**** done rgw ragweed check 7-workload"

This file was deleted.

2 changes: 1 addition & 1 deletion qa/tasks/ragweed.py
Expand Up @@ -119,7 +119,7 @@ def create_users(ctx, config, run_stages):

log.info('Creating rgw users...')
testdir = teuthology.get_testdir(ctx)
users = {'user regular': 'foo', 'user system': 'sysuser'}
users = {'user regular': 'ragweed', 'user system': 'sysuser'}
for client in config['clients']:
if not 'prepare' in run_stages[client]:
# should have been prepared in a previous run
Expand Down