mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-02 06:05:53 +00:00
Remove top level conftest so different suites have their own (as it was before). Move minimal functionality into existing test/pylib/cql_repl/conftest.py so cql tests can run on their own. Move param setting into test/topology/conftest.py. Use uuid module for unique keyspace name for cql tests. Signed-off-by: Alejo Sanchez <alejo.sanchez@scylladb.com>