From: Casey Bodley Date: Sat, 18 Feb 2023 14:30:36 +0000 (-0500) Subject: qa/rgw: update boto3 example path in notification_tests.py X-Git-Tag: v18.1.0~341^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cc39576353e8826fd43f97685ba749d394802c74;p=ceph.git qa/rgw: update boto3 example path in notification_tests.py fallout from https://github.com/ceph/ceph/pull/50102 Signed-off-by: Casey Bodley --- diff --git a/qa/tasks/notification_tests.py b/qa/tasks/notification_tests.py index ed7bd4141ab1..7a3a401ab066 100644 --- a/qa/tasks/notification_tests.py +++ b/qa/tasks/notification_tests.py @@ -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' ], )