From 7426629ba4e5f4e3feb177e3987d54c1c078ff17 Mon Sep 17 00:00:00 2001 From: Genseric Ghiro Date: Wed, 1 Oct 2025 11:51:45 -0400 Subject: [PATCH] MINOR: Moving quota test to core directory (#20582) ## Summary Quota test isn't testing anything on the client side, but rather enforcing server-side quotas, so moving it out of the clients directory into the core directory. Reviewers: Lianet Magrans --- tests/kafkatest/tests/{client => core}/quota_test.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/kafkatest/tests/{client => core}/quota_test.py (100%) diff --git a/tests/kafkatest/tests/client/quota_test.py b/tests/kafkatest/tests/core/quota_test.py similarity index 100% rename from tests/kafkatest/tests/client/quota_test.py rename to tests/kafkatest/tests/core/quota_test.py