mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-31 03:56:42 +00:00
test/topology_custom: add copyright/license blurb to tests
Most tests were missing this, fix it.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
#
|
||||
# Copyright (C) 2023-present ScyllaDB
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
#
|
||||
|
||||
from test.pylib.manager_client import ManagerClient
|
||||
|
||||
import asyncio
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
#
|
||||
# Copyright (C) 2023-present ScyllaDB
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
#
|
||||
|
||||
import logging
|
||||
import time
|
||||
import pytest
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
#
|
||||
# Copyright (C) 2023-present ScyllaDB
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
#
|
||||
# This file configures pytest for all tests in this directory, and also
|
||||
|
||||
import pytest
|
||||
|
||||
from cassandra.protocol import InvalidRequest # type: ignore
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
#
|
||||
# Copyright (C) 2023-present ScyllaDB
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
#
|
||||
|
||||
import asyncio
|
||||
import logging
|
||||
import time
|
||||
|
||||
Reference in New Issue
Block a user