]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/rgw: update boto3 example path in notification_tests.py 50160/head
authorCasey Bodley <cbodley@redhat.com>
Sat, 18 Feb 2023 14:30:36 +0000 (09:30 -0500)
committerCasey Bodley <cbodley@redhat.com>
Sat, 18 Feb 2023 14:30:55 +0000 (09:30 -0500)
fallout from https://github.com/ceph/ceph/pull/50102

Signed-off-by: Casey Bodley <cbodley@redhat.com>
qa/tasks/notification_tests.py

index ed7bd4141ab1a3610fd8a4cd7d93a5b96acf9484..7a3a401ab066c8aa241c1b1aa6a5dd09df9c6fd9 100644 (file)
@@ -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'
                 ],
             )