Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.8.0
-
None
Description
It would be nice that the test framework can read config files such as:
- system_test/testcase_to_run.json
- system_test/testcase_to_skip.json
in such a format:
{
"ReplicaBasicTest": [ "testcase_2", "testcase_3", "testcase_4", "testcase_5", "testcase_6" ]
}
Attachments
Issue Links
- Is contained by
-
KAFKA-502 Simplify setup / initialization in replication_basic_test.py
- Resolved