From cc39576353e8826fd43f97685ba749d394802c74 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Sat, 18 Feb 2023 09:30:36 -0500 Subject: [PATCH] qa/rgw: update boto3 example path in notification_tests.py fallout from https://github.com/ceph/ceph/pull/50102 Signed-off-by: Casey Bodley --- qa/tasks/notification_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/tasks/notification_tests.py b/qa/tasks/notification_tests.py index ed7bd4141ab1a..7a3a401ab066c 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' ], ) -- 2.39.5