Skip to content

Commit

Permalink
qa/rgw: update boto3 example path in notification_tests.py
Browse files Browse the repository at this point in the history
fallout from ceph#50102

Signed-off-by: Casey Bodley <[email protected]>
  • Loading branch information
cbodley committed Feb 18, 2023
1 parent 8cd83a6 commit cc39576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/tasks/notification_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
],
)

Expand Down

0 comments on commit cc39576

Please sign in to comment.