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>
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/
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],
)