mirror of
https://github.com/ceph/ceph
synced 2025-01-10 05:00:59 +00:00
Merge pull request #50160 from cbodley/wip-qa-rgw-notification-example
qa/rgw: update boto3 example path in notification_tests.py Reviewed-by: Yuval Lifshitz <ylifshit@redhat.com>
This commit is contained in:
commit
db503ef0df
@ -89,7 +89,7 @@ def pre_process(ctx, config):
|
||||
|
||||
ctx.cluster.only(client).run(
|
||||
args=[
|
||||
'cd', '/home/ubuntu/.aws/models/s3/2006-03-01/', run.Raw('&&'), 'cp', '{tdir}/ceph/examples/boto3/service-2.sdk-extras.json'.format(tdir=test_dir), 'service-2.sdk-extras.json'
|
||||
'cd', '/home/ubuntu/.aws/models/s3/2006-03-01/', run.Raw('&&'), 'cp', '{tdir}/ceph/examples/rgw/boto3/service-2.sdk-extras.json'.format(tdir=test_dir), 'service-2.sdk-extras.json'
|
||||
],
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user