test/topology_custom: add copyright/license blurb to tests

Most tests were missing this, fix it.
This commit is contained in:
Botond Dénes
2023-09-20 10:33:28 -04:00
parent 3e5fe6e0a6
commit f2df8cf484
4 changed files with 25 additions and 0 deletions

View File

@@ -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

View File

@@ -1,3 +1,9 @@
#
# Copyright (C) 2023-present ScyllaDB
#
# SPDX-License-Identifier: AGPL-3.0-or-later
#
import logging
import time
import pytest

View File

@@ -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

View File

@@ -1,3 +1,9 @@
#
# Copyright (C) 2023-present ScyllaDB
#
# SPDX-License-Identifier: AGPL-3.0-or-later
#
import asyncio
import logging
import time