Skip to content

Commit

Permalink
Update copyright headers
Browse files Browse the repository at this point in the history
We'll update the copyright headers as expected by the
"tox -e fmt" job:

  Copyright 2025 Canonical, Ltd.
  • Loading branch information
petrutlucian94 committed Jan 16, 2025
1 parent 727d010 commit 2fddacd
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 17 deletions.
2 changes: 1 addition & 1 deletion test/performance/tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
import itertools
import logging
Expand Down
2 changes: 1 addition & 1 deletion test/performance/tests/test_multi_node.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
from typing import List

Expand Down
2 changes: 1 addition & 1 deletion test/performance/tests/test_single_node.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
from test_util import harness, metrics

Expand Down
2 changes: 1 addition & 1 deletion test/performance/tests/test_util/config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
import os
from pathlib import Path
Expand Down
2 changes: 1 addition & 1 deletion test/performance/tests/test_util/harness/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
from test_util.harness.base import Harness, HarnessError, Instance
from test_util.harness.lxd import LXDHarness
Expand Down
2 changes: 1 addition & 1 deletion test/performance/tests/test_util/harness/base.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
import subprocess
from functools import cached_property, partial
Expand Down
2 changes: 1 addition & 1 deletion test/performance/tests/test_util/harness/lxd.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
import logging
import os
Expand Down
2 changes: 1 addition & 1 deletion test/performance/tests/test_util/metrics.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
import os
from typing import List
Expand Down
11 changes: 2 additions & 9 deletions test/performance/tests/test_util/util.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
import ipaddress
import json
Expand Down Expand Up @@ -167,14 +167,7 @@ def configure_dqlite_logging(instance: harness.Instance):
]
)
if config.K8S_DQLITE_DEBUG:
instance.exec(
[
"echo",
"--debug"
">>",
"/var/snap/k8s/common/args/k8s-dqlite"
]
)
instance.exec(["echo", "--debug", ">>", "/var/snap/k8s/common/args/k8s-dqlite"])


def setup_k8s_snap(
Expand Down

0 comments on commit 2fddacd

Please sign in to comment.