]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw/test: Changing force-branch to master 40625/head
authorKalpesh <kalpesh@localhost.localdomain>
Tue, 6 Apr 2021 15:59:43 +0000 (21:29 +0530)
committerKalpesh <kalpesh@localhost.localdomain>
Wed, 7 Apr 2021 20:07:29 +0000 (01:37 +0530)
This PR includes 2 things:
1. Changing force-branch to master and removing the git-remote. This change was forgetten for PR #39139.
2. Proper cleanup/removal after completion of commands more precisely removing the kafka logs directory.

Signed-off-by: Kalpesh Pandya <kapandya@redhat.com>
qa/suites/rgw/notifications/tasks/test_kafka.yaml
qa/tasks/kafka.py

index 36b30c4975f1effe47bcba30383e82649fba1554..dad9c47ddb5f2f02217da2534eed277f2ebd38de 100644 (file)
@@ -5,6 +5,5 @@ tasks:
       kafka_version: 2.6.0
 - notification-tests:
     client.0:
-      force-branch: wip-rgw-bucket-tests-separation-new
+      force-branch: master
       rgw_server: client.0
-      git_remote: https://github.com/TRYTOBE8TME/
index 93d9db3d3487d336455ef717605ce36fcc0f2dee..d4b3e08fe4201aa4aa25dc1e8f24aeb3bc966941 100644 (file)
@@ -55,6 +55,10 @@ def install_kafka(ctx, config):
         test_dir=get_kafka_dir(ctx, config)
         current_version = get_kafka_version(config)
         for client in config:
+            ctx.cluster.only(client).run(
+                args=['rm', '-rf', '{tdir}/logs'.format(tdir=test_dir)],
+            )
+
             ctx.cluster.only(client).run(
                 args=['rm', '-rf', test_dir],
             )